Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0b81ffe3e | |||
| 5a5be9a08e | |||
| 902163b79a |
@@ -136,6 +136,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,
|
||||
@@ -241,4 +244,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user