Update src/app/page.tsx

This commit is contained in:
2026-03-11 11:53:29 +00:00
parent ad10e7f0ad
commit f16dd5dcb8

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}