4 Commits

Author SHA1 Message Date
bdc6b4b4fd Merge version_3 into main
Merge version_3 into main
2026-03-07 09:39:50 +00:00
62a208eb89 Update src/app/page.tsx 2026-03-07 09:39:45 +00:00
f133655134 Update src/app/layout.tsx 2026-03-07 09:39:44 +00:00
e920dad791 Merge version_2 into main
Merge version_2 into main
2026-03-07 09:34:40 +00:00
2 changed files with 49 additions and 25 deletions

View File

@@ -2,7 +2,8 @@ import type { Metadata } from "next";
import "@/styles/globals.css"; import "@/styles/globals.css";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Shree Satguru Bakers | Fresh Cakes & Bakery in Samba", description: "Order delicious fresh cakes, pastries, and snacks from Shree Satguru Bakers in Samba. Customizable cakes for all occasions with 24-48 hours delivery."}; title: "Shree Satguru Bakers | Fresh Cakes & Bakery in Samba", description: "Order delicious fresh cakes, pastries, and snacks from Shree Satguru Bakers in Samba. Customizable cakes for all occasions with 24-48 hours delivery."
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:060068-86163" }, { text: "Order Your Cake Today", href: "contact" },
{ text: "Order Cake", href: "contact" }, { text: "Order Cake", href: "contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -60,22 +60,26 @@ export default function LandingPage() {
name: "Priya Sharma", handle: "Birthday Party Host", testimonial: 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, "The best cakes in Samba! Loved the custom design and fresh taste. Highly recommended for celebrations.", rating: 5,
imageSrc: 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: 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, "Fantastic bakery items and snacks. Fresh quality every time. Our go-to place for special occasions.", rating: 5,
imageSrc: 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: name: "Neha Singh", handle: "Corporate Order Manager", testimonial:
"Professional service and delicious products. Perfect for office events and celebrations.", rating: 5, "Professional service and delicious products. Perfect for office events and celebrations.", rating: 5,
imageSrc: 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: name: "Amit Patel", handle: "Long-time Customer", testimonial:
"Unmatched quality and taste. The team is always friendly and accommodating to custom requests.", rating: 5, "Unmatched quality and taste. The team is always friendly and accommodating to custom requests.", rating: 5,
imageSrc: 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} testimonialRotationInterval={5000}
/> />
@@ -96,13 +100,16 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "chocolate-cake", name: "Rich Chocolate Cake", price: "₹800 - ₹2500", variant: "Chocolate | Multiple Sizes", imageSrc: 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: 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: 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" }]} buttons={[{ text: "View All Cakes", href: "contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -124,17 +131,21 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "pastries", name: "Fresh Pastries & Breads", price: "₹40 - ₹120", variant: "Croissants | Breads | Rolls", imageSrc: 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: 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: 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={[ buttons={[
{ {
text: "Order via WhatsApp", href: "https://wa.me/916006886163"}, text: "Order via WhatsApp", href: "https://wa.me/916006886163"
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -150,17 +161,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
avatars={[ 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> </div>
@@ -170,19 +187,24 @@ export default function LandingPage() {
faqs={[ faqs={[
{ {
id: "1", title: "What are your opening hours?", content: 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: 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: 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: 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: 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?" 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." 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: [ title: "Contact Us", items: [
{ label: "Call: 060068 86163", href: "tel:060068-86163" }, { 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: "Near J&K Grameen Bank", href: "#" },
{ label: "Open until 10:30 PM", href: "#" }, { label: "Open until 10:30 PM", href: "#" },
], ],