diff --git a/src/app/page.tsx b/src/app/page.tsx index b961ba8..bcd2ed2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -147,21 +81,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} features={[ - { - title: "SaaS Platform", - description: "Optimized dashboard for enterprise analytics.", - icon: LineChart, - }, - { - title: "E-Commerce", - description: "High-conversion shop for luxury goods.", - icon: ShoppingBag, - }, - { - title: "Mobile App", - description: "Native fintech application design.", - icon: Smartphone, - }, + { title: "SaaS Platform", description: "Optimized dashboard for enterprise analytics.", icon: LineChart }, + { title: "E-Commerce", description: "High-conversion shop for luxury goods.", icon: ShoppingBag }, + { title: "Mobile App", description: "Native fintech application design.", icon: Smartphone }, ]} title="Selected Works" description="A collection of recent projects showcasing my design range." @@ -174,14 +96,8 @@ export default function LandingPage() { title="Meet Your Designer" description="With over 7 years of experience, I blend artistic vision with technical precision to build products people love." metrics={[ - { - value: "7+", - title: "Years Experience", - }, - { - value: "120+", - title: "Successful Projects", - }, + { value: "7+", title: "Years Experience" }, + { value: "120+", title: "Successful Projects" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdBkwCIn1mUe7Y59ZEDpn23a5c/professional-portrait-of-a-web-designer--1774809433711-cefea62d.png" mediaAnimation="slide-up" @@ -193,42 +109,13 @@ export default function LandingPage() { @@ -342,29 +177,15 @@ export default function LandingPage() { logoText="DesignerName" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Blog", - href: "#", - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "Privacy", - href: "#", - }, + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "Privacy", href: "#" }, ], }, ]}