From 5a62dc5d4206dfe2fdafe2fa714ab74006a9a17f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:47:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db7e61d..acd8dea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Miller", handle: "@sarahmaker", testimonial: "The best place to find one-of-a-kind local gifts in Bryan.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg", imageAlt: "cozy artisan shop interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg?_wi=1", imageAlt: "cozy artisan shop interior warm lighting"}, { name: "David Thorne", handle: "@thorneart", testimonial: "Matt's custom jewelry is simply stunning. A staple downtown.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg", imageAlt: "cozy artisan shop interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg?_wi=1", imageAlt: "cozy artisan shop interior warm lighting"}, { name: "Emily Chen", handle: "@e.chen88", testimonial: "A wonderful, warm atmosphere every single time I visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg", imageAlt: "cozy artisan shop interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg?_wi=1", imageAlt: "cozy artisan shop interior warm lighting"}, { name: "Mark Evans", handle: "@evansmark", testimonial: "Perfect for finding gifts that you can't get anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg", imageAlt: "cozy artisan shop interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg?_wi=1", imageAlt: "cozy artisan shop interior warm lighting"}, { name: "Julia Reed", handle: "@jreedy", testimonial: "Love Downtown Local captures the true spirit of First Friday.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg", imageAlt: "cozy artisan shop interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg?_wi=1", imageAlt: "cozy artisan shop interior warm lighting"}, ]} buttons={[ { text: "Visit Us", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905498.jpg", alt: "Customer 1"}, @@ -113,7 +113,7 @@ export default function LandingPage() { { title: "Downtown Community", description: "The perfect slice of life in Bryan, TX."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -126,7 +126,7 @@ export default function LandingPage() { features={[ { title: "Handmade Art & Jewelry", description: "Unique pieces from local artisans.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg", imageAlt: "handcrafted art and jewelry display"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg?_wi=2", imageAlt: "handcrafted art and jewelry display"}, items: [ { icon: Palette, @@ -139,7 +139,7 @@ export default function LandingPage() { }, { title: "Gifts for Everyone", description: "Books, toys, and custom finds.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg", imageAlt: "handcrafted art and jewelry display"}, + imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg?_wi=2", imageAlt: "handcrafted art and jewelry display"}, items: [ { icon: Gift, @@ -152,7 +152,7 @@ export default function LandingPage() { }, { title: "Custom Creations", description: "Personalized pieces made by Matt.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg", imageAlt: "handcrafted art and jewelry display"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg?_wi=2", imageAlt: "handcrafted art and jewelry display"}, items: [ { icon: Sparkles, -- 2.49.1