Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23311000e5 | |||
| a915ceeb1e | |||
| f9ae5979b5 | |||
| bf3b5e32d8 |
@@ -105,6 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Shop Luxury Arrangements", href: "/shop" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Golden Rose Box", price: "$150", rating: 5,
|
||||
@@ -221,4 +224,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user