Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-22 06:31:42 +00:00

View File

@@ -80,22 +80,22 @@ export default function Page() {
animationType="slide-up"
products={[
{
id: "custom-cake", name: "Custom Cakes", price: "Starting ₹800", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg", imageAlt: "Custom designed luxury cake with personalized decoration"
id: "custom-cake", name: "Custom Cakes", price: "Starting ₹800", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg?_wi=1", imageAlt: "Custom designed luxury cake with personalized decoration"
},
{
id: "brownies", name: "Decadent Brownies", price: "₹150 per piece", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335592.jpg", imageAlt: "Rich chocolate brownies with premium cocoa"
id: "brownies", name: "Decadent Brownies", price: "₹150 per piece", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335592.jpg?_wi=1", imageAlt: "Rich chocolate brownies with premium cocoa"
},
{
id: "cupcakes", name: "Artisan Cupcakes", price: "₹100 each", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-glass-composition_23-2149030803.jpg", imageAlt: "Beautifully decorated gourmet cupcakes"
},
{
id: "cheesecake", name: "Blueberry Cheesecake", price: "₹600 per kg", imageSrc: "http://img.b2bpic.net/free-photo/view-dessert-flowers-table_23-2149629058.jpg", imageAlt: "Creamy blueberry cheesecake with fresh berries"
id: "cheesecake", name: "Blueberry Cheesecake", price: "₹600 per kg", imageSrc: "http://img.b2bpic.net/free-photo/view-dessert-flowers-table_23-2149629058.jpg?_wi=1", imageAlt: "Creamy blueberry cheesecake with fresh berries"
},
{
id: "pastries", name: "Fresh Pastries", price: "₹80-200", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg", imageAlt: "Assorted fresh baked pastries"
id: "pastries", name: "Fresh Pastries", price: "₹80-200", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg?_wi=2", imageAlt: "Assorted fresh baked pastries"
},
{
id: "special", name: "Special Orders", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335592.jpg", imageAlt: "Special occasion custom dessert creation"
id: "special", name: "Special Orders", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335592.jpg?_wi=2", imageAlt: "Special occasion custom dessert creation"
}
]}
carouselMode="buttons"
@@ -112,7 +112,7 @@ export default function Page() {
tagAnimation="slide-up"
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983545.jpg"
imageSrc="http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983545.jpg?_wi=1"
imageAlt="7th Heaven Bakery clean and aesthetic interior ambiance"
useInvertedBackground={true}
ariaLabel="About 7th Heaven Bakery section"
@@ -134,15 +134,15 @@ export default function Page() {
features={[
{
id: 1,
title: "Dine-In Experience", description: "Enjoy freshly baked desserts in our clean, aesthetic café ambiance with premium coffee service.", imageSrc: "http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983545.jpg", imageAlt: "Premium dine-in bakery experience"
title: "Dine-In Experience", description: "Enjoy freshly baked desserts in our clean, aesthetic café ambiance with premium coffee service.", imageSrc: "http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983545.jpg?_wi=2", imageAlt: "Premium dine-in bakery experience"
},
{
id: 2,
title: "Takeaway Service", description: "Grab your favorite treats to go. Freshly packed and ready for your enjoyment anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg", imageAlt: "Takeaway packaged desserts"
title: "Takeaway Service", description: "Grab your favorite treats to go. Freshly packed and ready for your enjoyment anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg?_wi=3", imageAlt: "Takeaway packaged desserts"
},
{
id: 3,
title: "Home Delivery", description: "Order online and we'll deliver fresh, artisanal desserts directly to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/view-dessert-flowers-table_23-2149629058.jpg", imageAlt: "Home delivery of fresh desserts"
title: "Home Delivery", description: "Order online and we'll deliver fresh, artisanal desserts directly to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/view-dessert-flowers-table_23-2149629058.jpg?_wi=2", imageAlt: "Home delivery of fresh desserts"
}
]}
ariaLabel="7th Heaven services and amenities"