8 Commits

Author SHA1 Message Date
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
348f1f6b27 Update src/app/page.tsx 2026-03-07 09:34:35 +00:00
a88767b924 Update src/app/layout.tsx 2026-03-07 09:34:34 +00:00
745bfd4ab3 Merge version_1 into main
Merge version_1 into main
2026-03-07 09:07:53 +00:00
dab1de84bb Merge version_1 into main
Merge version_1 into main
2026-03-07 09:06:47 +00:00
e897910e3b Merge version_1 into main
Merge version_1 into main
2026-03-07 09:05:26 +00:00
2 changed files with 54 additions and 68 deletions

View File

@@ -1,54 +1,18 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import "@/styles/globals.css";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Shree Satguru Bakers | Fresh Cakes & Snacks in Samba", description: "Order fresh cakes, pastries, and snacks from Shree Satguru Bakers in Samba. Custom cakes, birthday cakes, and daily bakery items. Call 060068 86163 for orders.", keywords: "cake shop Samba, bakery near me, birthday cake Samba, fresh cakes, pastries, snacks, custom cake order", robots: { 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."
index: true,
follow: true,
},
openGraph: {
title: "Shree Satguru Bakers | Fresh Cakes & Bakery Treats", description: "Discover delicious fresh cakes, pastries, and snacks at Shree Satguru Bakers in Samba. Order now or call 060068 86163.", siteName: "Shree Satguru Bakers", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg", alt: "Shree Satguru Bakers fresh cakes and pastries"},
],
},
twitter: {
card: "summary_large_image", title: "Shree Satguru Bakers | Fresh Cakes & Snacks", description: "Order fresh cakes and snacks in Samba. Custom designs available. Call 060068 86163.", images: ["http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg"],
},
}; };
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body>{children}
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1416,7 +1380,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

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}
/> />
@@ -84,7 +88,7 @@ export default function LandingPage() {
<div id="cakes" data-section="cakes"> <div id="cakes" data-section="cakes">
<ProductCardFour <ProductCardFour
title="Featured Cakes & Desserts" 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" tag="Best Sellers"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -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: "#" },
], ],