diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b9d1fb..dccf897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,31 +48,15 @@ export default function LandingPage() {
@@ -92,18 +68,9 @@ export default function LandingPage() { title="The Art of Flow" description="I believe every cut tells a story. Combining aesthetic sensibilities with technical precision to elevate your vision." metrics={[ - { - value: "500+", - title: "Projects Completed", - }, - { - value: "10M+", - title: "Views Generated", - }, - { - value: "24/7", - title: "Precision Service", - }, + { value: "500+", title: "Projects Completed" }, + { value: "10M+", title: "Views Generated" }, + { value: "24/7", title: "Precision Service" } ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg" imageAlt="professional creative director profile" @@ -114,27 +81,16 @@ export default function LandingPage() {
@@ -339,29 +211,19 @@ export default function LandingPage() { logoText="MontagePro" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Projects", - href: "#products", - }, + label: "Projects", href: "#products"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}