import { homeDecor, profilePicture } from "@/_assets/illustrations"; import Button from "@/_components/Button"; import Image from "next/image"; import React from "react"; import cls from "./FrontSection.module.scss"; import links from "./links"; import Package from "@/../package.json"; const FrontSection: React.FC = () => (

Hello World!

{ Package.author.name } is here!

I am a software engineer with extensive experience in
.NET and React development
and you are on my website!

{ {
); export default FrontSection;