diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e5433c..021c822 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -59,39 +49,23 @@ export default function LandingPage() {
description="I design intuitive and engaging digital experiences."
buttons={[
{
- text: "View My Work",
- href: "#projects",
- },
+ text: "View My Work", href: "#projects"},
{
- text: "Download CV",
- href: "#",
- },
+ text: "Download CV", href: "#"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg",
- imageAlt: "Hero visual",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg", imageAlt: "Hero visual"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-rainbow-coloured-flowing-particles-design_1048-20453.jpg",
- imageAlt: "Hero visual",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-rainbow-coloured-flowing-particles-design_1048-20453.jpg", imageAlt: "Hero visual"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-designer-holding-smartphone_23-2149930986.jpg",
- imageAlt: "Hero visual",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-designer-holding-smartphone_23-2149930986.jpg", imageAlt: "Hero visual"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125872.jpg",
- imageAlt: "Hero visual",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125872.jpg", imageAlt: "Hero visual"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg",
- imageAlt: "Hero visual",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg", imageAlt: "Hero visual"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/empty-photography-studio-with-retouching-software-computer-nobody-media-production-workplace-with-equipment-editing-pictures-by-professional-photographer-image-retouch-office_482257-39965.jpg",
- imageAlt: "Hero visual",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/empty-photography-studio-with-retouching-software-computer-nobody-media-production-workplace-with-equipment-editing-pictures-by-professional-photographer-image-retouch-office_482257-39965.jpg", imageAlt: "Hero visual"},
]}
/>
@@ -101,14 +75,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "About Me",
- },
+ type: "text", content: "About Me"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/smiling-woman-using-digital-tablet-home-office_329181-4278.jpg",
- alt: "About visual",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/smiling-woman-using-digital-tablet-home-office_329181-4278.jpg", alt: "About visual"},
]}
/>
@@ -117,62 +86,27 @@ export default function LandingPage() {
@@ -238,13 +153,9 @@ export default function LandingPage() {