Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0b81ffe3e | |||
| 5a5be9a08e | |||
| 902163b79a |
@@ -136,6 +136,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Browse Collection", href: "#products" }
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Sarah Miller", role: "Creative Lead", company: "DesignLab", rating: 5,
|
id: "t1", name: "Sarah Miller", role: "Creative Lead", company: "DesignLab", rating: 5,
|
||||||
@@ -241,4 +244,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user