Update src/app/page.tsx

This commit is contained in:
2026-04-17 16:29:10 +00:00
parent 29e04407b2
commit 902163b79a

View File

@@ -132,6 +132,9 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{ text: "Browse Collection", href: "#products" }
]}
testimonials={[
{
id: "t1", name: "Sarah Miller", role: "Creative Lead", company: "DesignLab", rating: 5,
@@ -237,4 +240,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}