diff --git a/src/app/page.tsx b/src/app/page.tsx index ad7553c..f647da2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]}