From f16dd5dcb8534131d49cf0d5e8fb827a30ee490d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:53:29 +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 bf48ad9..b99b0a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,8 +69,8 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Explore Collections", href: "#products" }, - { text: "Book Consultation", href: "#contact" } + { text: "Book Consultation", href: "#contact" }, + { text: "Explore Premium Collection", href: "#products" } ]} buttonAnimation="slide-up" mediaAnimation="slide-up" @@ -264,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1