diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d7b93d9..4a38093 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -109,13 +109,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Artisan Quality", description: "Every cake is hand-crafted by experienced bakers using time-tested recipes and premium ingredients. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-composition_23-2149143334.jpg", imageAlt: "Artisan cake craftsmanship"}, + title: "Artisan Quality", description: "Every cake is hand-crafted by experienced bakers using time-tested recipes and premium ingredients. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-composition_23-2149143334.jpg?_wi=2", imageAlt: "Artisan cake craftsmanship"}, { id: 2, - title: "Personalized Service", description: "Your vision is our mission. We listen carefully to understand your needs and bring your dream cake to life with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-23772.jpg", imageAlt: "Custom cake designs"}, + title: "Personalized Service", description: "Your vision is our mission. We listen carefully to understand your needs and bring your dream cake to life with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-23772.jpg?_wi=2", imageAlt: "Custom cake designs"}, { id: 3, - title: "Reliable Delivery", description: "We guarantee on-time delivery for all orders. Need it urgently? Same-day delivery available for orders placed before 2 PM.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-last-chance-badges-set_23-2149491616.jpg", imageAlt: "Fast reliable delivery"}, + title: "Reliable Delivery", description: "We guarantee on-time delivery for all orders. Need it urgently? Same-day delivery available for orders placed before 2 PM.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-last-chance-badges-set_23-2149491616.jpg?_wi=2", imageAlt: "Fast reliable delivery"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a39ffe..93f2a6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,13 +104,13 @@ export default function HomePage() { features={[ { id: 1, - title: "Premium Quality", description: "Hand-crafted cakes using the finest ingredients and time-tested recipes. No artificial flavors or shortcuts.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-composition_23-2149143334.jpg", imageAlt: "Premium cake ingredients"}, + title: "Premium Quality", description: "Hand-crafted cakes using the finest ingredients and time-tested recipes. No artificial flavors or shortcuts.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-composition_23-2149143334.jpg?_wi=1", imageAlt: "Premium cake ingredients"}, { id: 2, - title: "Custom Designs", description: "Your vision, our expertise. From elegant wedding cakes to playful birthday creations, we bring your ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-23772.jpg", imageAlt: "Custom cake design"}, + title: "Custom Designs", description: "Your vision, our expertise. From elegant wedding cakes to playful birthday creations, we bring your ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-23772.jpg?_wi=1", imageAlt: "Custom cake design"}, { id: 3, - title: "Fast Delivery", description: "Same-day delivery available for orders placed before 2 PM. On-time guarantee for all orders in Moshi and Pune.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-last-chance-badges-set_23-2149491616.jpg", imageAlt: "Fast delivery service"}, + title: "Fast Delivery", description: "Same-day delivery available for orders placed before 2 PM. On-time guarantee for all orders in Moshi and Pune.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-last-chance-badges-set_23-2149491616.jpg?_wi=1", imageAlt: "Fast delivery service"}, ]} />