From a02d9d95a1300762f477b4c4e67dc031d14154a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:21:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3af9590..adf7c77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg", imageAlt: "Fashion Model"}, + imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg?_wi=1", imageAlt: "Fashion Model"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg", imageAlt: "Collection Detail"} + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg?_wi=1", imageAlt: "Collection Detail"} ]} mediaAnimation="blur-reveal" rating={5} @@ -87,15 +87,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Bespoke Tailoring", description: "Precision fit crafted to your exact measurements.", tag: "Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg", imageAlt: "elegant fashion model runway luxury"}, + id: "1", title: "Bespoke Tailoring", description: "Precision fit crafted to your exact measurements.", tag: "Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg?_wi=2", imageAlt: "elegant fashion model runway luxury"}, { - id: "2", title: "Sustainable Luxury", description: "Ethically sourced fabrics for a guilt-free luxury experience.", tag: "Eco-friendly", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg", imageAlt: "high fashion aesthetic minimal background"}, + id: "2", title: "Sustainable Luxury", description: "Ethically sourced fabrics for a guilt-free luxury experience.", tag: "Eco-friendly", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg?_wi=2", imageAlt: "high fashion aesthetic minimal background"}, { id: "3", title: "Timeless Designs", description: "Pieces that transcend seasonal trends.", tag: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-notebook-laptop-waffle-coffee-cup-tablecloth-white-background_23-2148061440.jpg", imageAlt: "fashion designer at work luxury studio"}, { - id: "4", title: "Premium Materials", description: "Only the finest silks and wools are used.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg", imageAlt: "elegant evening gown luxury silk"}, + id: "4", title: "Premium Materials", description: "Only the finest silks and wools are used.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg?_wi=1", imageAlt: "elegant evening gown luxury silk"}, { - id: "5", title: "Global Shipping", description: "Delivering elegance to your doorstep worldwide.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg", imageAlt: "premium tailored blazer luxury fabric"}, + id: "5", title: "Global Shipping", description: "Delivering elegance to your doorstep worldwide.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg?_wi=1", imageAlt: "premium tailored blazer luxury fabric"}, ]} title="Why Olas Vogue?" description="Crafting excellence with every stitch." @@ -111,10 +111,10 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Olas", name: "Silk Gown", price: "$450", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg?_wi=2"}, { id: "p2", brand: "Olas", name: "Tailored Blazer", price: "$380", rating: 5, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg"}, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg?_wi=2"}, { id: "p3", brand: "Olas", name: "Cocktail Dress", price: "$290", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashion-model-posing-black-evening-dress_651396-1241.jpg"}, -- 2.49.1