5 Commits

Author SHA1 Message Date
f56c37eabb Merge version_4 into main
Merge version_4 into main
2026-06-12 08:48:01 +00:00
09f8bc7148 Update src/app/page.tsx 2026-06-12 08:47:58 +00:00
5a12274416 Merge version_3 into main
Merge version_3 into main
2026-06-12 08:39:25 +00:00
17d1ce0051 Update src/app/page.tsx 2026-06-12 08:39:22 +00:00
afe7105616 Merge version_2 into main
Merge version_2 into main
2026-06-12 08:30:10 +00:00

View File

@@ -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>
@@ -227,7 +232,7 @@ export default function LandingPage() {
text="Ready to Taste the Magic? Contact Us! Visit us at: Poonam Estate Cluster, Sector 1, Srishti Complex, Mira Road East, Mira Bhayandar, Maharashtra 401107"
buttons={[
{
text: "Call Us Now", href: "tel:+1234567890"},
text: "Call Us Now", href: "tel:09082192602"},
{
text: "Email Us", href: "mailto:info@varyzoncakeshop.com"},
{
@@ -269,7 +274,7 @@ export default function LandingPage() {
{
label: "info@varyzoncakeshop.com", href: "mailto:info@varyzoncakeshop.com"},
{
label: "+1 (234) 567-890", href: "tel:+1234567890"},
label: "090821 92602", href: "tel:09082192602"},
{
label: "Poonam Estate Cluster, Sector 1, Srishti Complex, Mira Road East, Mira Bhayandar, Maharashtra 401107", href: "https://www.google.com/maps/search/Poonam+Estate+Cluster,+Sector+1,+Srishti+Complex,+Mira+Road+East,+Mira+Bhayandar,+Maharashtra+401107"},
],