From 89e7474c0baf0fadd75f938d16cd1e173a4e2595 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:35:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0803d6c..b410bf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Services", id: "#services"}, { - name: "Gallery", id: "#gallery"}, + name: "Gallery", id: "#products"}, { name: "Testimonials", id: "#testimonials"}, { @@ -194,7 +194,7 @@ export default function LandingPage() { tag="Our Gallery" buttons={[ { - text: "View More Designs", href: "#"}, + text: "View More Designs", href: "#products"}, ]} /> @@ -303,4 +303,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1