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