From 8ed2d7eaef1108a975523fd8e9b96ff26b6754ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:27:41 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4ea0cec..0d19248 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,7 +53,7 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg?_wi=18" imageAlt="BakeZone bakery and cakes" mediaAnimation="none" bulletPoints={[ @@ -83,19 +83,19 @@ export default function AboutPage() { { id: "1", title: "Custom Flavors", descriptions: [ "Choose from our signature flavors including vanilla, chocolate, red velvet, and more", "Request custom flavors tailored to your preferences", "Seasonal specials and limited edition combinations available"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg", imageAlt: "Custom Flavors"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg?_wi=19", imageAlt: "Custom Flavors"}, { id: "2", title: "Beautiful Designs", descriptions: [ "Professional cake decorating with personalized touches", "Custom toppers, messages, and themed decorations", "From elegant and classic to fun and colorful designs"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg", imageAlt: "Beautiful Designs"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg?_wi=20", imageAlt: "Beautiful Designs"}, { id: "3", title: "Special Diets", descriptions: [ "Vegan, dairy-free, gluten-free, and nut-free options available", "Sugar-free and low-carb alternatives for health-conscious customers", "We accommodate various dietary restrictions and allergies"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg", imageAlt: "Special Diets"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg?_wi=21", imageAlt: "Special Diets"}, { id: "4", title: "Fast Delivery", descriptions: [ "Local delivery within 15 miles of our location", "Rush orders available for 48-hour advance notice", "Professional delivery with careful handling and setup"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg", imageAlt: "Fast Delivery"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqSk73asEhmk6vOWgOx7JIZGIb/uploaded-1773321885740-1a736alx.jpg?_wi=22", imageAlt: "Fast Delivery"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -135,7 +135,7 @@ export default function AboutPage() {