Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1bf46718d | |||
| f7ec8d07a2 |
@@ -122,12 +122,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="one-large-left-three-stacked-right"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Emerald Silk Gown", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/nigerian-woman-wearing-bespoke-emerald-evening-dress_979601-51100.jpg" },
|
{ id: "1", name: "Emerald Silk Gown", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/beautiful-nigerian-model-wearing-bespoke-emerald-silk-evening-gown_979601-51100.jpg" },
|
||||||
{ id: "2", name: "Floral Summer Dress", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/elegant-ankara-summer-dress-design_979601-51105.jpg" },
|
{ id: "2", name: "Floral Summer Dress", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/stunning-black-model-in-elegant-floral-ankara-summer-dress_979601-51105.jpg" },
|
||||||
{ id: "3", name: "Corporate Blazer Set", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/modern-bespoke-corporate-blazer-nigeria_979601-51110.jpg" },
|
{ id: "3", name: "Corporate Blazer Set", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/modern-bespoke-corporate-blazer-set-on-confident-black-woman_979601-51110.jpg" },
|
||||||
{ id: "4", name: "Evening Cocktail Dress", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/sophisticated-cocktail-dress-design_979601-51115.jpg" },
|
{ id: "4", name: "Evening Cocktail Dress", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/sophisticated-cocktail-dress-design-worn-by-nigerian-woman_979601-51115.jpg" },
|
||||||
{ id: "5", name: "Casual Ankara Maxi", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/stylish-ankara-maxi-dress-outdoor_979601-51120.jpg" },
|
{ id: "5", name: "Casual Ankara Maxi", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/stylish-ankara-maxi-dress-on-happy-model_979601-51120.jpg" },
|
||||||
{ id: "6", name: "Bridal Reception Piece", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/luxurious-bridal-reception-attire-atelier_979601-51125.jpg" },
|
{ id: "6", name: "Bridal Reception Piece", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/luxurious-bridal-reception-attire-worn-by-elegant-nigerian-bride_979601-51125.jpg" },
|
||||||
]}
|
]}
|
||||||
title="Recent Collections"
|
title="Recent Collections"
|
||||||
description="Explore some of our latest creations for modern women."
|
description="Explore some of our latest creations for modern women."
|
||||||
@@ -190,4 +190,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user