From 6462d74838e5724251a9a853476f10feecf8a0f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:00:58 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7317ce1..dee88a0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,18 +44,18 @@ export default function AboutPage() { tag="Our Story" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg" + imageSrc="http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg?_wi=2" imageAlt="Dream Co boutique founder and mission" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Founded 2023", handle: "Dream Co Story", testimonial: "Born from a passion for unique fashion, Dream Co was created to bring curated, one-of-a-kind pieces to the Irving community at affordable prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg?_wi=2" }, { name: "Irving Mall", handle: "Location & Community", testimonial: "Located at 3736 Irving Mall, we serve the entire DFW metroplex with exceptional customer service and exclusive boutique selections.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=2" } ]} buttons={[ -- 2.49.1 From 7607d6349cfb02e2683a837dd4af2d8cf95f5bd8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:00:58 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f4d00d5..4f49a6b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,18 +42,18 @@ export default function ContactPage() { tag="Contact Dream Co" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg" + imageSrc="http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg?_wi=3" imageAlt="Dream Co customer service team" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Phone", handle: "Call Us", testimonial: "Call us at (214) 530-0385 for immediate assistance with orders, styling questions, or store information.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg?_wi=3" }, { name: "Location", handle: "Visit Us", testimonial: "Dream Co is located at 3736 Irving Mall, Irving, TX 75062. Open Thursday through Sunday. Stop by to experience our boutique in person!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=3" } ]} buttons={[ -- 2.49.1 From 95845f35629355a50bbbb9e3fe7477614a4fcd5f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:00:58 +0000 Subject: [PATCH 3/5] Update src/app/directions/page.tsx --- src/app/directions/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/directions/page.tsx b/src/app/directions/page.tsx index f4a4672..c49946b 100644 --- a/src/app/directions/page.tsx +++ b/src/app/directions/page.tsx @@ -49,11 +49,11 @@ export default function DirectionsPage() { testimonials={[ { name: "Easy to Find", handle: "Irving Mall", testimonial: "Conveniently located in the heart of Irving Mall. Just a short drive from any part of the DFW metroplex. Ample parking available.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg?_wi=4" }, { name: "Perfect Hours", handle: "For You", testimonial: "Open Thursday through Sunday at 11 AM. Perfect timing for weekend shopping and special events. Call ahead to confirm hours.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=4" } ]} buttons={[ -- 2.49.1 From 264fea3c8c3417f1d9fd5171be03ac630f9c1eb6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:00:59 +0000 Subject: [PATCH 4/5] Update src/app/lookbook/page.tsx --- src/app/lookbook/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/lookbook/page.tsx b/src/app/lookbook/page.tsx index 8dedbd1..4a3e306 100644 --- a/src/app/lookbook/page.tsx +++ b/src/app/lookbook/page.tsx @@ -54,7 +54,7 @@ export default function LookbookPage() { id: "3", category: "Boho Vibes", title: "Free-Spirited Fashion", excerpt: "Embrace eclectic style with our bohemian collection. Statement pieces that express your individuality.", imageSrc: "http://img.b2bpic.net/free-photo/young-slim-woman-tropical-bali-villa-wearing-sexy-lingerie-sensual-beautiful-flirty-tanned-skin-trendy-apparel-ethnic-boho-style-nightgown-cape-natural-beauty_285396-6086.jpg?_wi=3", imageAlt: "Boho style collection", authorName: "Dream Co Style Team", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-looking-camera_23-2147892779.jpg", date: "Latest" }, { - id: "4", category: "Accessories", title: "Accessorize Like a Pro", excerpt: "The finishing touches that complete your look. Discover how accessories elevate any outfit.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg", imageAlt: "Accessories styling", authorName: "Dream Co Style Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg", date: "Latest" + id: "4", category: "Accessories", title: "Accessorize Like a Pro", excerpt: "The finishing touches that complete your look. Discover how accessories elevate any outfit.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg?_wi=2", imageAlt: "Accessories styling", authorName: "Dream Co Style Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg", date: "Latest" }, { id: "5", category: "Seasonal Trends", title: "Season's Must-Have Pieces", excerpt: "Stay on-trend with our seasonal curated selections. Fresh arrivals every week.", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5765.jpg?_wi=3", imageAlt: "Seasonal trends", authorName: "Dream Co Style Team", authorAvatar: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", date: "Latest" -- 2.49.1 From 628ad1b924f07b870012854c63d0e40ed0c1b7ba Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:00:59 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdf4c71..7fe4529 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,18 +46,18 @@ export default function LandingPage() { tag="Irving's Premier Boutique" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg" + imageSrc="http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg?_wi=1" imageAlt="Dream Co boutique clothing display" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Sarah M.", handle: "Local Customer", testimonial: "Love love love this spot. All the items are one of a kind, good quality and reasonably priced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg?_wi=1" }, { name: "Jessica R.", handle: "Regular Shopper", testimonial: "The energy is everything! They have really cute clothes and accessories. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=1" } ]} buttons={[ @@ -141,7 +141,7 @@ export default function LandingPage() { id: "2", name: "Casual Wear", price: "Starting at $39", imageSrc: "http://img.b2bpic.net/free-photo/playful-models-posing-clothing-store_23-2147669935.jpg?_wi=2", imageAlt: "Casual clothing collection" }, { - id: "3", name: "Accessories", price: "Starting at $19", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg", imageAlt: "Women's accessories collection" + id: "3", name: "Accessories", price: "Starting at $19", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg?_wi=1", imageAlt: "Women's accessories collection" }, { id: "4", name: "Statement Pieces", price: "Starting at $59", imageSrc: "http://img.b2bpic.net/free-photo/young-slim-woman-tropical-bali-villa-wearing-sexy-lingerie-sensual-beautiful-flirty-tanned-skin-trendy-apparel-ethnic-boho-style-nightgown-cape-natural-beauty_285396-6086.jpg?_wi=3", imageAlt: "Statement fashion pieces" -- 2.49.1