Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 11:53:34 +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>
);
}
}