From 51404578a6a8979d0ec860deb720c1dc095fd8f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:44:59 +0000 Subject: [PATCH 1/4] Update src/app/custom-orders/page.tsx --- src/app/custom-orders/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/custom-orders/page.tsx b/src/app/custom-orders/page.tsx index c9a2c61..b4608a0 100644 --- a/src/app/custom-orders/page.tsx +++ b/src/app/custom-orders/page.tsx @@ -64,19 +64,19 @@ export default function CustomOrdersPage() { textboxLayout="default" features={[ { - title: "Custom Flavors", description: "Choose your base, mix-ins, toppings, and sauces. Or describe your dream cheesecake and we'll create it for you.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Specialty cheesecake flavor artisan bakery creation", button: { + title: "Custom Flavors", description: "Choose your base, mix-ins, toppings, and sauces. Or describe your dream cheesecake and we'll create it for you.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=9", imageAlt: "Specialty cheesecake flavor artisan bakery creation", button: { text: "Request Flavor", href: "tel:(260)242-8645"}, }, { - title: "Dietary Accommodations", description: "We accommodate gluten-free, dairy-free, vegan, and other dietary preferences. Ask about our specialty preparations.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop", imageAlt: "homemade fruit pie bakery fresh wholesome", button: { + title: "Dietary Accommodations", description: "We accommodate gluten-free, dairy-free, vegan, and other dietary preferences. Ask about our specialty preparations.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=4", imageAlt: "homemade fruit pie bakery fresh wholesome", button: { text: "Dietary Options", href: "tel:(260)242-8645"}, }, { - title: "Bulk Orders & Events", description: "Weddings, corporate events, family gatherings—we handle desserts for any size celebration. Call for volume pricing.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "wedding dessert table with cheesecake display elegant", button: { + title: "Bulk Orders & Events", description: "Weddings, corporate events, family gatherings—we handle desserts for any size celebration. Call for volume pricing.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=10", imageAlt: "wedding dessert table with cheesecake display elegant", button: { text: "Plan Event", href: "tel:(260)242-8645"}, }, { - title: "Delivery & Pickup", description: "Local delivery available for orders over $50. Pickup options at our Avilla location. Ask about timing and availability.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "rich chocolate cheesecake slice bakery dessert", button: { + title: "Delivery & Pickup", description: "Local delivery available for orders over $50. Pickup options at our Avilla location. Ask about timing and availability.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=11", imageAlt: "rich chocolate cheesecake slice bakery dessert", button: { text: "Schedule Delivery", href: "tel:(260)242-8645"}, }, ]} @@ -100,11 +100,11 @@ export default function CustomOrdersPage() { textboxLayout="default" features={[ { - title: "Step 1: Call or Email", description: "Reach out with your order details, flavor preferences, and timeline. We'll discuss options and confirm availability.", imageSrc: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop", imageAlt: "local artisan bakery homemade desserts owner portrait"}, + title: "Step 1: Call or Email", description: "Reach out with your order details, flavor preferences, and timeline. We'll discuss options and confirm availability.", imageSrc: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop&_wi=2", imageAlt: "local artisan bakery homemade desserts owner portrait"}, { - title: "Step 2: Plan Details", description: "Confirm size, flavors, dietary needs, and delivery/pickup date. We'll provide pricing and any special instructions.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop", imageAlt: "classic New York cheesecake slice bakery presentation"}, + title: "Step 2: Plan Details", description: "Confirm size, flavors, dietary needs, and delivery/pickup date. We'll provide pricing and any special instructions.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop&_wi=3", imageAlt: "classic New York cheesecake slice bakery presentation"}, { - title: "Step 3: We Create Magic", description: "Our team handcrafts your order fresh with premium ingredients. You'll get updates on progress and timing.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Oreo cheesecake slice dark chocolate bakery"}, + title: "Step 3: We Create Magic", description: "Our team handcrafts your order fresh with premium ingredients. You'll get updates on progress and timing.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=12", imageAlt: "Oreo cheesecake slice dark chocolate bakery"}, { title: "Step 4: Enjoy!", description: "Pick up or receive your delivery. Enjoy your custom creation and share photos—we love seeing happy customers!", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=500&h=500&fit=crop", imageAlt: "happy customer enjoying cheesecake dessert smile portrait"}, ]} -- 2.49.1 From e740f5e22563a654092308e78ff7b44f0efb2990 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:45:00 +0000 Subject: [PATCH 2/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 382abf4..7d777ff 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -80,23 +80,23 @@ export default function MenuPage() { textboxLayout="default" features={[ { - title: "New York Cheesecake", description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor. Perfect for any occasion.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop", imageAlt: "New York Cheesecake", button: { + title: "New York Cheesecake", description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor. Perfect for any occasion.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop&_wi=2", imageAlt: "New York Cheesecake", button: { text: "Order Now", href: "tel:(260)242-8645"}, }, { - title: "Oreo Cheesecake", description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache. A cookie lover's dream.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Oreo Cheesecake", button: { + title: "Oreo Cheesecake", description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache. A cookie lover's dream.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=6", imageAlt: "Oreo Cheesecake", button: { text: "Order Now", href: "tel:(260)242-8645"}, }, { - title: "Chocolate Cheesecake", description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers. Indulgence at its finest.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Chocolate Cheesecake", button: { + title: "Chocolate Cheesecake", description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers. Indulgence at its finest.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=7", imageAlt: "Chocolate Cheesecake", button: { text: "Order Now", href: "tel:(260)242-8645"}, }, { - title: "Specialty Flavors", description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite combination today.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Specialty Dessert Flavor", button: { + title: "Specialty Flavors", description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite combination today.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=8", imageAlt: "Specialty Dessert Flavor", button: { text: "Request Custom", href: "tel:(260)242-8645"}, }, { - title: "Homemade Pies", description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties. Traditional baking at its best.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop", imageAlt: "Homemade Pie", button: { + title: "Homemade Pies", description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties. Traditional baking at its best.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=3", imageAlt: "Homemade Pie", button: { text: "Order Pies", href: "tel:(260)242-8645"}, }, ]} @@ -122,13 +122,13 @@ export default function MenuPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "New York Cheesecake Fan", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=4"}, { id: "2", name: "Michael Chen", role: "Chef", company: "Restaurant Supplier", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2"}, { id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Weddings & Celebrations", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=5"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1 From 3320651fc4309b233d339bbf22723de406b52cc3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:45:00 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0747c38..39d3812 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,13 +90,13 @@ export default function HomePage() { testimonials={[ { name: "Classic Favorite", handle: "Local Loved", testimonial: "Our signature cheesecake is unmatched in flavor and quality.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=1"}, { name: "Family Gatherings", handle: "Community Love", testimonial: "Absolutely amazing cheesecakes. We order for every special occasion!", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2"}, { name: "Wedding Moments", handle: "Sweet Celebrations", testimonial: "Pixie Pies made our special day even sweeter with incredible desserts.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=3"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -136,23 +136,23 @@ export default function HomePage() { textboxLayout="default" features={[ { - title: "New York Cheesecake", description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop", imageAlt: "New York Cheesecake", button: { + title: "New York Cheesecake", description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop&_wi=1", imageAlt: "New York Cheesecake", button: { text: "Order Now", href: "/menu"}, }, { - title: "Oreo Cheesecake", description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Oreo Cheesecake", button: { + title: "Oreo Cheesecake", description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=1", imageAlt: "Oreo Cheesecake", button: { text: "Order Now", href: "/menu"}, }, { - title: "Chocolate Cheesecake", description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Chocolate Cheesecake", button: { + title: "Chocolate Cheesecake", description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=2", imageAlt: "Chocolate Cheesecake", button: { text: "Order Now", href: "/menu"}, }, { - title: "Specialty Flavors", description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite!", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Specialty Dessert Flavor", button: { + title: "Specialty Flavors", description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite!", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=3", imageAlt: "Specialty Dessert Flavor", button: { text: "Request Custom", href: "/menu"}, }, { - title: "Homemade Pies", description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties available.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop", imageAlt: "Homemade Pie", button: { + title: "Homemade Pies", description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties available.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=1", imageAlt: "Homemade Pie", button: { text: "Order Pies", href: "/menu"}, }, ]} @@ -193,7 +193,7 @@ export default function HomePage() { textboxLayout="default" features={[ { - title: "Handcrafted Quality", description: "Every cheesecake and dessert is made fresh to order using premium ingredients and time-tested recipes.", imageSrc: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop", imageAlt: "Pixie Pies Bakery artisan creation"}, + title: "Handcrafted Quality", description: "Every cheesecake and dessert is made fresh to order using premium ingredients and time-tested recipes.", imageSrc: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop&_wi=1", imageAlt: "Pixie Pies Bakery artisan creation"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -211,15 +211,15 @@ export default function HomePage() { textboxLayout="default" features={[ { - title: "Wedding Dessert Tables", description: "Beautifully arranged cheesecake and dessert displays for receptions. Custom flavors and sizing available.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Wedding Dessert Table elegant display", button: { + title: "Wedding Dessert Tables", description: "Beautifully arranged cheesecake and dessert displays for receptions. Custom flavors and sizing available.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=4", imageAlt: "Wedding Dessert Table elegant display", button: { text: "Request Quote", href: "/menu"}, }, { - title: "Bulk Orders & Catering", description: "Corporate events, rehearsal dinners, anniversary parties. We handle dessert for gatherings of any size.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop", imageAlt: "Event Catering dessert service", button: { + title: "Bulk Orders & Catering", description: "Corporate events, rehearsal dinners, anniversary parties. We handle dessert for gatherings of any size.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=5", imageAlt: "Event Catering dessert service", button: { text: "Catering Inquiry", href: "/menu"}, }, { - title: "Custom Flavors", description: "Want a specific flavor or dietary option? We create custom cheesecakes for your special event.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop", imageAlt: "Custom Flavors specialty desserts", button: { + title: "Custom Flavors", description: "Want a specific flavor or dietary option? We create custom cheesecakes for your special event.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=2", imageAlt: "Custom Flavors specialty desserts", button: { text: "Customize", href: "/menu"}, }, ]} @@ -245,22 +245,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Bride", company: "Wedding Guest", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=1"}, { id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Fine Dining Partner", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1"}, { id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Corporate Events", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=2"}, { id: "4", name: "David Kim", role: "Local Resident", company: "Community Member", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=1"}, { id: "5", name: "Jessica Martinez", role: "Family Coordinator", company: "Party Planning", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=3"}, { id: "6", name: "Ashley Thompson", role: "Baker & Owner", company: "Pixie Pies", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=1"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1 From 1ebaf48fdc42589331f6c4702d9aedb38ab20c57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:45:00 +0000 Subject: [PATCH 4/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index a0cf8dc..5e1052e 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -59,22 +59,22 @@ export default function ReviewsPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Bride", company: "Wedding Guest", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "happy customer enjoying cheesecake dessert smile portrait"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=6", imageAlt: "happy customer enjoying cheesecake dessert smile portrait"}, { id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Fine Dining Partner", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "wedding guest enjoying cheesecake celebration reception"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=3", imageAlt: "wedding guest enjoying cheesecake celebration reception"}, { id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Corporate Events", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "family enjoying homemade dessert together bakery product"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=7", imageAlt: "family enjoying homemade dessert together bakery product"}, { id: "4", name: "David Kim", role: "Local Resident", company: "Community Member", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "event planner with catered dessert display professional"}, + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=2", imageAlt: "event planner with catered dessert display professional"}, { id: "5", name: "Jessica Martinez", role: "Family Coordinator", company: "Party Planning", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "community member enjoying local bakery favorite dessert"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=8", imageAlt: "community member enjoying local bakery favorite dessert"}, { id: "6", name: "Ashley Thompson", role: "Baker & Owner", company: "Pixie Pies", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "baker with fresh cheesecake proud professional portrait"}, + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=2", imageAlt: "baker with fresh cheesecake proud professional portrait"}, ]} title="What Our Customers Say" description="Hear from families, couples, and event planners who trust Pixie Pies for their most important moments." -- 2.49.1