Merge version_4 into main #4
@@ -159,20 +159,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Classic Wedding Cake", price: "$500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-cake-with-flowers_8353-9094.jpg", imageAlt: "Elegant multi-tier wedding cake"},
|
||||
id: "p1", name: "Chocolate Truffle Cake", price: "₹ 850", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-truffle-cake-with-ganache-filling_23-2148769262.jpg", imageAlt: "Rich Chocolate Truffle Cake"},
|
||||
{
|
||||
id: "p2", name: "Birthday Celebration Cake", price: "$80+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761724.jpg", imageAlt: "Colorful birthday cake"},
|
||||
id: "p2", name: "Red Velvet Cake", price: "₹ 900", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake-with-cream-cheese-frosting_23-2148761724.jpg", imageAlt: "Classic Red Velvet Cake"},
|
||||
{
|
||||
id: "p3", name: "Gourmet Cupcakes Box", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cupcake-with-decorative-flag_23-2147669239.jpg", imageAlt: "Assorted gourmet cupcakes"},
|
||||
id: "p3", name: "Pineapple Pastry", price: "₹ 120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pineapple-pastry-with-glaze_23-2147669239.jpg", imageAlt: "Delicious Pineapple Pastry"},
|
||||
{
|
||||
id: "p4", name: "Artisan Pastry Selection", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/different-nation-sweets-view_23-2149192086.jpg", imageAlt: "Variety of fresh pastries"},
|
||||
id: "p4", name: "Black Forest Cake", price: "₹ 750", imageSrc: "http://img.b2bpic.net/free-photo/traditional-black-forest-cake-with-cherries_23-2149192086.jpg", imageAlt: "Traditional Black Forest Cake"},
|
||||
{
|
||||
id: "p5", name: "Chocolate Indulgence Cake", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-chocolate-cupcakes_23-2148654051.jpg", imageAlt: "Rich chocolate fudge cake"},
|
||||
id: "p5", name: "Strawberry Shortcake", price: "₹ 950", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-shortcake-with-cream_23-2148654051.jpg", imageAlt: "Sweet Strawberry Shortcake"},
|
||||
{
|
||||
id: "p6", name: "Vegan Carrot Delight", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-chestnuts-top-view_23-2148395154.jpg", imageAlt: "Healthy vegan carrot cake"},
|
||||
id: "p6", name: "Custom Design Cake", price: "₹ 1500+", imageSrc: "http://img.b2bpic.net/free-photo/bespoke-custom-design-cake_23-2148395154.jpg", imageAlt: "Customizable Design Cake"}
|
||||
]}
|
||||
title="Our Delectable Cake Collection"
|
||||
description="Discover a world of flavors and designs. Each cake is baked fresh daily with passion and precision."
|
||||
description="Explore our delightful range of freshly baked cakes. For custom designs or bulk orders, please call us!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order: 090821 92602", href: "tel:09082192602"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user