From 8b4cc49efeedbb18adb43d6785a23f40fcf78271 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:18:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 918538c..cc1d088 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,23 +34,33 @@ export default function LandingPage() { @@ -82,9 +92,9 @@ export default function LandingPage() { testimonialRotationInterval={5000} buttons={[ { - text: "Browse Designs", href: "#products"}, + text: "Browse Designs", href: "/products"}, { - text: "Become a Seller", href: "#contact"}, + text: "Become a Seller", href: "/seller-dashboard"}, ]} avatars={[ { @@ -287,7 +297,7 @@ export default function LandingPage() { text="Ready to elevate your brand or showcase your designs? Our team is here to help. Get in touch with us today for support, partnerships, or any inquiries." buttons={[ { - text: "Contact Us", href: "mailto:support@designflow.com"}, + text: "Contact Us", href: "/contact"}, ]} /> @@ -299,25 +309,25 @@ export default function LandingPage() { { title: "Products", items: [ { - label: "Canva Templates", href: "#products"}, + label: "Canva Templates", href: "/products"}, { - label: "Logos", href: "#products"}, + label: "Logos", href: "/products"}, { - label: "Social Media Kits", href: "#products"}, + label: "Social Media Kits", href: "/products"}, { - label: "Banners & Flyers", href: "#products"}, + label: "Banners & Flyers", href: "/products"}, ], }, { title: "Company", items: [ { - label: "About Us", href: "#about"}, + label: "About Us", href: "/about"}, { - label: "Features", href: "#features"}, + label: "Features", href: "/features"}, { - label: "Pricing", href: "#pricing"}, + label: "Pricing", href: "/pricing"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/contact"}, ], }, { @@ -337,4 +347,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file