Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de16f3978c | |||
| 8477139cc4 | |||
| 23311000e5 | |||
| a915ceeb1e | |||
| f9ae5979b5 | |||
| bf3b5e32d8 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
description="Experience the pinnacle of luxury floral artistry, where dark romance meets golden perfection. Cairo Flower delivers unforgettable moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Catalog", href: "#catalog"},
|
||||
text: "Shop Exclusive Collections", href: "#catalog"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
@@ -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