Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c042148975 | |||
| fdc911f3a6 | |||
| f1bf46718d | |||
| f7ec8d07a2 |
@@ -59,8 +59,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/stylish-african-woman-modelling-custom-bespoke-attire_1049281-22960.jpg", imageAlt: "Model wearing custom attire" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/colorful-ankara-fabrics-displayed-fashion-workshop_979601-50800.jpg", imageAlt: "Traditional Ankara fabrics" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/close-up-detailed-stitching-bespoke-fashion-piece_1049281-22970.jpg", imageAlt: "Detailed needlework" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/vibrant-modern-african-woman-fashion-runway-look_1049281-22965.jpg", imageAlt: "Fashion runway style" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/confident-black-woman-posing-bespoke-designer-outfit_1049281-22966.jpg", imageAlt: "Model in designer outfit" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/young-nigerian-woman-adjusting-mannequin-atelier_979601-50812.jpg", imageAlt: "Adjusting dress on mannequin" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/elegant-evening-gown-display-bespoke-fashion-house_1049281-22985.jpg", imageAlt: "Elegant evening gown" },
|
||||
]}
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Custom Design", description: "Bespoke creations designed just for your specific style and event.", imageSrc: "https://img.b2bpic.net/premium-photo/fashion-designer-sketching-new-collection_979601-51000.jpg" },
|
||||
{ title: "Custom Design", description: "Bespoke creations designed just for your specific style and event.", imageSrc: "https://img.b2bpic.net/premium-photo/talented-african-fashion-designer-sketching-at-workstation_1049281-23100.jpg" },
|
||||
{ title: "Nationwide Delivery", description: "Reliable delivery for your custom garments, ensuring quality arrival.", imageSrc: "https://img.b2bpic.net/premium-photo/woman-receiving-parcel-package-studio_979601-51005.jpg" },
|
||||
{ title: "Expert Tailoring", description: "Precision alterations and tailoring for a perfect fit every time.", imageSrc: "https://img.b2bpic.net/premium-photo/tailor-meticulously-stitching-ankara-fabric_979601-51010.jpg" },
|
||||
]}
|
||||
@@ -122,12 +122,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
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: "2", name: "Floral Summer Dress", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/elegant-ankara-summer-dress-design_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: "4", name: "Evening Cocktail Dress", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/sophisticated-cocktail-dress-design_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: "6", name: "Bridal Reception Piece", price: "Custom", imageSrc: "https://img.b2bpic.net/premium-photo/luxurious-bridal-reception-attire-atelier_979601-51125.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/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-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-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-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-worn-by-elegant-nigerian-bride_979601-51125.jpg" },
|
||||
]}
|
||||
title="Recent Collections"
|
||||
description="Explore some of our latest creations for modern women."
|
||||
@@ -190,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user