Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-11 11:53:33 +00:00

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>
);
}
}