diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 923ac09..ce150fd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -94,7 +94,7 @@ export default function AboutPage() { { value: "500+", title: "Varieties Daily" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=3" imageAlt="Good Luck Bakery professional kitchen" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -134,11 +134,11 @@ export default function AboutPage() { useInvertedBackground={true} features={[ { - title: "Fresh Baked Daily", description: "Every cake is baked fresh to ensure maximum freshness and taste. We never use day-old cakes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lp2ha", imageAlt: "Fresh baked products"}, + title: "Fresh Baked Daily", description: "Every cake is baked fresh to ensure maximum freshness and taste. We never use day-old cakes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lp2ha&_wi=2", imageAlt: "Fresh baked products"}, { - title: "100% Eggless Options", description: "All our cakes are available in eggless variety. Perfect for all dietary preferences and beliefs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce", imageAlt: "Eggless cake varieties"}, + title: "100% Eggless Options", description: "All our cakes are available in eggless variety. Perfect for all dietary preferences and beliefs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce&_wi=3", imageAlt: "Eggless cake varieties"}, { - title: "Carefully Selected Ingredients", description: "We use only premium quality ingredients sourced from trusted suppliers. No artificial colors or flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Quality ingredients"}, + title: "Carefully Selected Ingredients", description: "We use only premium quality ingredients sourced from trusted suppliers. No artificial colors or flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=4", imageAlt: "Quality ingredients"}, ]} ariaLabel="Why choose us section" className="py-16 md:py-24" @@ -173,13 +173,13 @@ export default function AboutPage() { testimonials={[ { id: "test-1", name: "Priya Patel", role: "Birthday Party Host", company: "Surat", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=az8ix6", imageAlt: "Priya Patel"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=az8ix6&_wi=2", imageAlt: "Priya Patel"}, { id: "test-2", name: "Rajesh Kumar", role: "Wedding Planner", company: "Ahmedabad", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=16ipk0", imageAlt: "Rajesh Kumar"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=16ipk0&_wi=2", imageAlt: "Rajesh Kumar"}, { id: "test-3", name: "Meera Sharma", role: "Corporate Events", company: "Vadodara", rating: 4.8, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bhq92", imageAlt: "Meera Sharma"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bhq92&_wi=2", imageAlt: "Meera Sharma"}, ]} buttons={[ { text: "Read More Reviews", href: "#" }, diff --git a/src/app/locations/page.tsx b/src/app/locations/page.tsx index fe1b5f2..37a85b9 100644 --- a/src/app/locations/page.tsx +++ b/src/app/locations/page.tsx @@ -20,13 +20,13 @@ export default function LocationsPage() { const locations = [ { - title: "Surat Main Store", description: "Our flagship store offering the complete range of cakes, pastries, and custom orders. Professional team ready to assist with your celebration needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Surat Main Store" + title: "Surat Main Store", description: "Our flagship store offering the complete range of cakes, pastries, and custom orders. Professional team ready to assist with your celebration needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=5", imageAlt: "Surat Main Store" }, { - title: "Ahmedabad Express", description: "Fast delivery hub specializing in quick orders and same-day delivery. Fresh cakes baked throughout the day for immediate availability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Ahmedabad Express" + title: "Ahmedabad Express", description: "Fast delivery hub specializing in quick orders and same-day delivery. Fresh cakes baked throughout the day for immediate availability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=6", imageAlt: "Ahmedabad Express" }, { - title: "Vadodara Celebration Hub", description: "Custom cake specialist with dedicated design studio. Perfect for weddings, corporate events, and personalized celebrations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Vadodara Celebration Hub" + title: "Vadodara Celebration Hub", description: "Custom cake specialist with dedicated design studio. Perfect for weddings, corporate events, and personalized celebrations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=7", imageAlt: "Vadodara Celebration Hub" } ]; diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e47ee3..57bdc0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ export default function HomePage() { { value: "500+", title: "Varieties Daily" }, { value: "15+", title: "Years Experience" } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=1" imageAlt="Good Luck Bakery professional kitchen" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -197,7 +197,7 @@ export default function HomePage() { }, { id: "prod-vanilla", brand: "Classic Favorite", name: "Vanilla Paradise", price: "₹449", rating: 4.7, - reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce", imageAlt: "Vanilla Paradise cake" + reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce&_wi=1", imageAlt: "Vanilla Paradise cake" }, { id: "prod-red-velvet", brand: "Premium Selection", name: "Red Velvet Romance", price: "₹599", rating: 4.9, @@ -236,13 +236,13 @@ export default function HomePage() { useInvertedBackground={true} features={[ { - title: "Fresh Baked Daily", description: "Every cake is baked fresh to ensure maximum freshness and taste. We never use day-old cakes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lp2ha", imageAlt: "Fresh baked products" + title: "Fresh Baked Daily", description: "Every cake is baked fresh to ensure maximum freshness and taste. We never use day-old cakes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lp2ha&_wi=1", imageAlt: "Fresh baked products" }, { - title: "100% Eggless Options", description: "All our cakes are available in eggless variety. Perfect for all dietary preferences and beliefs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce", imageAlt: "Eggless cake varieties" + title: "100% Eggless Options", description: "All our cakes are available in eggless variety. Perfect for all dietary preferences and beliefs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce&_wi=2", imageAlt: "Eggless cake varieties" }, { - title: "Carefully Selected Ingredients", description: "We use only premium quality ingredients sourced from trusted suppliers. No artificial colors or flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Quality ingredients" + title: "Carefully Selected Ingredients", description: "We use only premium quality ingredients sourced from trusted suppliers. No artificial colors or flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=2", imageAlt: "Quality ingredients" } ]} ariaLabel="Why choose us section" @@ -278,15 +278,15 @@ export default function HomePage() { testimonials={[ { id: "test-1", name: "Priya Patel", role: "Birthday Party Host", company: "Surat", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=az8ix6", imageAlt: "Priya Patel" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=az8ix6&_wi=1", imageAlt: "Priya Patel" }, { id: "test-2", name: "Rajesh Kumar", role: "Wedding Planner", company: "Ahmedabad", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=16ipk0", imageAlt: "Rajesh Kumar" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=16ipk0&_wi=1", imageAlt: "Rajesh Kumar" }, { id: "test-3", name: "Meera Sharma", role: "Corporate Events", company: "Vadodara", rating: 4.8, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bhq92", imageAlt: "Meera Sharma" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bhq92&_wi=1", imageAlt: "Meera Sharma" }, { id: "test-4", name: "Amit Singh", role: "Regular Customer", company: "Pune", rating: 5,