Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 14:50:20 +00:00
2 changed files with 1376 additions and 9 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -55,12 +55,12 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-cake-dark-background-pie-color-sweet-photo-birthday-honey-sugar-tea_140725-160772.jpg", imageAlt: "Fresh baked cakes display" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg", imageAlt: "Chocolate cake" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pie-with-strawberry-anise-piece-burlap_114579-34501.jpg", imageAlt: "Strawberry pastry" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-doughnut-wooden-surface_23-2148526357.jpg", imageAlt: "Fresh donuts" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-cake-dark-background-pie-color-sweet-photo-birthday-honey-sugar-tea_140725-160772.jpg", imageAlt: "Celebration cakes" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg", imageAlt: "Premium chocolate cake" }
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-cake-dark-background-pie-color-sweet-photo-birthday-honey-sugar-tea_140725-160772.jpg?_wi=1", imageAlt: "Fresh baked cakes display" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg?_wi=1", imageAlt: "Chocolate cake" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pie-with-strawberry-anise-piece-burlap_114579-34501.jpg?_wi=1", imageAlt: "Strawberry pastry" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-doughnut-wooden-surface_23-2148526357.jpg?_wi=1", imageAlt: "Fresh donuts" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-cake-dark-background-pie-color-sweet-photo-birthday-honey-sugar-tea_140725-160772.jpg?_wi=2", imageAlt: "Celebration cakes" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg?_wi=2", imageAlt: "Premium chocolate cake" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -76,9 +76,9 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
products={[
{ id: "1", name: "Chocolate Cake", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg", imageAlt: "Rich chocolate cake", initialQuantity: 1 },
{ id: "2", name: "Strawberry Pastry", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pie-with-strawberry-anise-piece-burlap_114579-34501.jpg", imageAlt: "Fresh strawberry pastry", initialQuantity: 1 },
{ id: "3", name: "Fresh Donuts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-doughnut-wooden-surface_23-2148526357.jpg", imageAlt: "Assorted fresh donuts", initialQuantity: 1 }
{ id: "1", name: "Chocolate Cake", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg?_wi=3", imageAlt: "Rich chocolate cake", initialQuantity: 1 },
{ id: "2", name: "Strawberry Pastry", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pie-with-strawberry-anise-piece-burlap_114579-34501.jpg?_wi=2", imageAlt: "Fresh strawberry pastry", initialQuantity: 1 },
{ id: "3", name: "Fresh Donuts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-doughnut-wooden-surface_23-2148526357.jpg?_wi=2", imageAlt: "Assorted fresh donuts", initialQuantity: 1 }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"