|
|
|
|
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now", href: "tel:060068-86163" },
|
|
|
|
|
{ text: "Order Your Cake Today", href: "contact" },
|
|
|
|
|
{ text: "Order Cake", href: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -60,22 +60,26 @@ export default function LandingPage() {
|
|
|
|
|
name: "Priya Sharma", handle: "Birthday Party Host", testimonial:
|
|
|
|
|
"The best cakes in Samba! Loved the custom design and fresh taste. Highly recommended for celebrations.", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Rajesh Kumar", handle: "Regular Customer", testimonial:
|
|
|
|
|
"Fantastic bakery items and snacks. Fresh quality every time. Our go-to place for special occasions.", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Neha Singh", handle: "Corporate Order Manager", testimonial:
|
|
|
|
|
"Professional service and delicious products. Perfect for office events and celebrations.", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Amit Patel", handle: "Long-time Customer", testimonial:
|
|
|
|
|
"Unmatched quality and taste. The team is always friendly and accommodating to custom requests.", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
testimonialRotationInterval={5000}
|
|
|
|
|
/>
|
|
|
|
|
@@ -84,7 +88,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="cakes" data-section="cakes">
|
|
|
|
|
<ProductCardFour
|
|
|
|
|
title="Featured Cakes & Desserts"
|
|
|
|
|
description="Explore our most popular cake flavors and custom designs. Perfect for birthdays, anniversaries, and special celebrations."
|
|
|
|
|
description="Limited custom orders accepted daily—book yours within 24-48 hours. Explore our most popular cake flavors and custom designs. Perfect for birthdays, anniversaries, and special celebrations."
|
|
|
|
|
tag="Best Sellers"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
@@ -96,13 +100,16 @@ export default function LandingPage() {
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "chocolate-cake", name: "Rich Chocolate Cake", price: "₹800 - ₹2500", variant: "Chocolate | Multiple Sizes", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604534.jpg", imageAlt: "Rich chocolate layer cake"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604534.jpg", imageAlt: "Rich chocolate layer cake"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "vanilla-cake", name: "Vanilla Birthday Cake", price: "₹700 - ₹2200", variant: "Vanilla | Customizable", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/vertical-shot-dreamy-cake-with-white-cream-orange-drip-with-forest-reindeers-top_181624-20729.jpg", imageAlt: "Decorated vanilla birthday cake"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/vertical-shot-dreamy-cake-with-white-cream-orange-drip-with-forest-reindeers-top_181624-20729.jpg", imageAlt: "Decorated vanilla birthday cake"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "custom-cake", name: "Custom Design Cake", price: "₹1000 - ₹5000+", variant: "Any Flavor | Any Design", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/woman-putting-walnut-top-classic-cake-decorated-with-figs-syrup_140725-5313.jpg", imageAlt: "Artistic custom designed cake"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/woman-putting-walnut-top-classic-cake-decorated-with-figs-syrup_140725-5313.jpg", imageAlt: "Artistic custom designed cake"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "View All Cakes", href: "contact" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -124,17 +131,21 @@ export default function LandingPage() {
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "pastries", name: "Fresh Pastries & Breads", price: "₹40 - ₹120", variant: "Croissants | Breads | Rolls", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg?_wi=1", imageAlt: "Assorted fresh pastries"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg?_wi=1", imageAlt: "Assorted fresh pastries"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "snacks", name: "Indian Snacks", price: "₹30 - ₹150", variant: "Gol Gappa | Momos | Samosa", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/buffet-catering_74190-2052.jpg", imageAlt: "Indian snacks assorted"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/buffet-catering_74190-2052.jpg", imageAlt: "Indian snacks assorted"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "special", name: "Specialty Items", price: "₹60 - ₹200", variant: "Rabdi Jalebi | Pav Bhaji | Pizza", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg?_wi=2", imageAlt: "Specialty bakery items"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg?_wi=2", imageAlt: "Specialty bakery items"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Order via WhatsApp", href: "https://wa.me/916006886163"},
|
|
|
|
|
text: "Order via WhatsApp", href: "https://wa.me/916006886163"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -150,17 +161,23 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg", alt: "Customer testimonial avatar 1"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg", alt: "Customer testimonial avatar 1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", alt: "Customer testimonial avatar 2"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", alt: "Customer testimonial avatar 2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg", alt: "Customer testimonial avatar 3"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg", alt: "Customer testimonial avatar 3"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg", alt: "Customer testimonial avatar 4"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg", alt: "Customer testimonial avatar 4"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg", alt: "Customer testimonial avatar 5"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg", alt: "Customer testimonial avatar 5"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", alt: "Customer testimonial avatar 6"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", alt: "Customer testimonial avatar 6"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -170,19 +187,24 @@ export default function LandingPage() {
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What are your opening hours?", content:
|
|
|
|
|
"We are open from early morning until 10:30 PM daily. For custom cake orders, please call us during business hours to discuss your requirements and place an order with at least 24-48 hours notice."},
|
|
|
|
|
"We are open from early morning until 10:30 PM daily. For custom cake orders, please call us during business hours to discuss your requirements and place an order with at least 24-48 hours notice."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Do you offer delivery?", content:
|
|
|
|
|
"Yes, we offer delivery within Samba and nearby areas. Delivery charges may apply based on distance. Please call us or message on WhatsApp to arrange delivery for your order."},
|
|
|
|
|
"Yes, we offer delivery within Samba and nearby areas. Delivery charges may apply based on distance. Please call us or message on WhatsApp to arrange delivery for your order."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Can I customize my cake?", content:
|
|
|
|
|
"Absolutely! We specialize in custom cakes. You can choose flavors, designs, sizes, and messages on your cake. Call us to discuss your ideas and we'll make it perfect for your celebration."},
|
|
|
|
|
"Absolutely! We specialize in custom cakes. You can choose flavors, designs, sizes, and messages on your cake. Call us to discuss your ideas and we'll make it perfect for your celebration."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "What payment methods do you accept?", content:
|
|
|
|
|
"We accept cash payments. For large orders or delivery, you can pay at the time of pickup or delivery. Contact us for payment options for specific orders."},
|
|
|
|
|
"We accept cash payments. For large orders or delivery, you can pay at the time of pickup or delivery. Contact us for payment options for specific orders."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Where is your bakery located?", content:
|
|
|
|
|
"We are located near J&K Grameen Bank in Samba, Jammu & Kashmir. You can visit us anytime during business hours or call for directions. Google Maps navigation is available for easy access."},
|
|
|
|
|
"We are located near J&K Grameen Bank in Samba, Jammu & Kashmir. You can visit us anytime during business hours or call for directions. Google Maps navigation is available for easy access."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
ctaTitle="Ready to Order?"
|
|
|
|
|
ctaDescription="Call us now or submit your cake order. We take custom orders for all occasions with 24-48 hours notice."
|
|
|
|
|
@@ -212,7 +234,8 @@ export default function LandingPage() {
|
|
|
|
|
title: "Contact Us", items: [
|
|
|
|
|
{ label: "Call: 060068 86163", href: "tel:060068-86163" },
|
|
|
|
|
{
|
|
|
|
|
label: "WhatsApp Order", href: "https://wa.me/916006886163"},
|
|
|
|
|
label: "WhatsApp Order", href: "https://wa.me/916006886163"
|
|
|
|
|
},
|
|
|
|
|
{ label: "Near J&K Grameen Bank", href: "#" },
|
|
|
|
|
{ label: "Open until 10:30 PM", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
|