5 Commits

Author SHA1 Message Date
ad78698903 Update src/app/page.tsx 2026-03-09 10:24:29 +00:00
f15f4dd5b2 Merge version_2 into main
Merge version_2 into main
2026-03-09 10:23:51 +00:00
58dbfca117 Update src/app/page.tsx 2026-03-09 10:23:47 +00:00
1493977a69 Update src/app/layout.tsx 2026-03-09 10:23:47 +00:00
4b8ce5b1d1 Merge version_1 into main
Merge version_1 into main
2026-03-09 10:21:42 +00:00
2 changed files with 47 additions and 61 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import { Geist, Geist_Mono } 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 geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Crown Bakery Kondhwa | Fresh Cakes & Pastries in Pune", description: "Order fresh cakes, pastries, and bread from Crown Bakery in Kondhwa, Pune. Same-day delivery available. Call 98220 78100 or WhatsApp today!", keywords: "bakery Kondhwa, cakes Pune, pastries Kondhwa, fresh bread, birthday cakes, custom cakes Pune, croissants", robots: {
index: true,
follow: true,
},
metadataBase: new URL("https://crownbakery.local"),
alternates: {
canonical: "https://crownbakery.local"},
openGraph: {
title: "Crown Bakery - Fresh Cakes & Pastries in Kondhwa", description: "Freshly baked celebration cakes, pastries, and bread. Order now from Crown Bakery in Pune.", url: "https://crownbakery.local", siteName: "Crown Bakery", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/side-view-set-table-with-gift-cake-fruits-guests-mixed-color-table_140725-87135.jpg", alt: "Crown Bakery - Fresh Cakes and Pastries"},
],
},
twitter: {
card: "summary_large_image", title: "Crown Bakery - Fresh Cakes & Pastries", description: "Order fresh bakery items from Crown Bakery in Kondhwa, Pune. Call or WhatsApp today!", images: ["http://img.b2bpic.net/free-photo/side-view-set-table-with-gift-cake-fruits-guests-mixed-color-table_140725-87135.jpg"],
},
};
title: "Crown Bakery", description: "Fresh bakery cakes, pastries, and breads in Kondhwa, Pune"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -61,17 +61,23 @@ export default function LandingPage() {
description="Discover our signature bakery items loved by local families and businesses"
features={[
{
id: "1", title: "Birthday Cakes", description: "Custom designed and freshly baked celebration cakes with premium decorations. Perfect for all occasions.", tag: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097843.jpg", imageAlt: "Birthday Cakes"},
id: "1", title: "Birthday Cakes", description: "Custom designed and freshly baked celebration cakes with premium decorations. Perfect for all occasions.", tag: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097843.jpg", imageAlt: "Birthday Cakes"
},
{
id: "2", title: "Pastries", description: "Flaky, buttery pastries made fresh daily. Chocolate, cream, and fruit varieties available.", tag: "Daily Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-cake-with-cookies-little-cakes-light-white-surface-biscuit-sugar-cake-sweet-pie-cookie_140725-64526.jpg", imageAlt: "Fresh Pastries"},
id: "2", title: "Pastries", description: "Flaky, buttery pastries made fresh daily. Chocolate, cream, and fruit varieties available.", tag: "Daily Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-cake-with-cookies-little-cakes-light-white-surface-biscuit-sugar-cake-sweet-pie-cookie_140725-64526.jpg", imageAlt: "Fresh Pastries"
},
{
id: "3", title: "Croissants", description: "Authentic French-style croissants with layers of buttery perfection. Plain or chocolate-filled.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-croissants-ready-be-served_23-2148566711.jpg", imageAlt: "Golden Croissants"},
id: "3", title: "Croissants", description: "Authentic French-style croissants with layers of buttery perfection. Plain or chocolate-filled.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-croissants-ready-be-served_23-2148566711.jpg", imageAlt: "Golden Croissants"
},
{
id: "4", title: "Fresh Bread", description: "Wholesome, freshly baked breads including sourdough, multigrain, and traditional white bread.", tag: "Organic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-rusty-crusty-home-made-bread_181624-44916.jpg", imageAlt: "Artisan Bread"},
id: "4", title: "Fresh Bread", description: "Wholesome, freshly baked breads including sourdough, multigrain, and traditional white bread.", tag: "Organic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-rusty-crusty-home-made-bread_181624-44916.jpg", imageAlt: "Artisan Bread"
},
{
id: "5", title: "Cream Rolls", description: "Soft, delicious cream-filled rolls with chocolate topping. A customer favorite for breakfast.", tag: "Favorites", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-concept_23-2148648817.jpg", imageAlt: "Cream Rolls"},
id: "5", title: "Cream Rolls", description: "Soft, delicious cream-filled rolls with chocolate topping. A customer favorite for breakfast.", tag: "Favorites", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-concept_23-2148648817.jpg", imageAlt: "Cream Rolls"
},
{
id: "6", title: "Custom Cakes", description: "Personalized cakes for weddings, events, and special celebrations. Contact us for quotes.", tag: "Made to Order", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-45839.jpg", imageAlt: "Custom Designed Cakes"},
id: "6", title: "Custom Cakes", description: "Personalized cakes for weddings, events, and special celebrations. Contact us for quotes.", tag: "Made to Order", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-45839.jpg", imageAlt: "Custom Designed Cakes"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -83,7 +89,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Why Choose Crown Bakery?"
description={[
"Freshly baked daily using premium ingredients. We prepare all our cakes and pastries in-house to ensure maximum freshness and quality.", "Hygienic preparation with food safety standards. Our bakery follows strict hygiene protocols and professional food handling practices.", "Affordable pricing without compromising quality. We believe fresh, delicious bakery items should be accessible to all families in Kondhwa.", "Local favorite trusted by Pune families for years. Join thousands of satisfied customers who rely on Crown Bakery for their celebration cakes and daily pastries.", "Quick takeaway and same-day delivery available. Placed your order this morning? We can deliver by evening for most items."]}
"Freshly baked daily using premium ingredients. We prepare all our cakes and pastries in-house to ensure maximum freshness and quality.", "Hygienic preparation with food safety standards. Our bakery follows strict hygiene protocols and professional food handling practices.", "Affordable pricing without compromising quality. We believe fresh, delicious bakery items should be accessible to all families in Kondhwa.", "Local favorite trusted by Pune families for years. Join thousands of satisfied customers who rely on Crown Bakery for their celebration cakes and daily pastries.", "Quick takeaway and same-day delivery available. Placed your order this morning? We can deliver by evening for most items."
]}
buttons={[
{ text: "Order Your Cake Today", href: "tel:+919822078100" },
]}
@@ -97,24 +104,30 @@ export default function LandingPage() {
title="What Our Customers Say"
description="Real reviews from Kondhwa families and businesses who trust Crown Bakery for their special moments"
testimonials={[
{
id: "5", name: "Neha Patil", handle: "@neha_events", testimonial: "As an event planner, I recommend Crown Bakery to all my clients. They deliver consistently excellent cakes and never disappoint.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", imageAlt: "Neha Patil"
},
{
id: "1", name: "Priya Sharma", handle: "@priya_pune", testimonial: "The birthday cake was absolutely delicious and so beautifully decorated! My daughter loved it. Crown Bakery is now our go-to bakery for all celebrations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", imageAlt: "Priya Sharma"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Raj Deshmukh", handle: "@raj_kondhwa", testimonial: "Fresh pastries every morning! I buy from Crown Bakery at least 3-4 times a week. Their croissants are as good as any fancy café.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-taking-selfie_23-2148336923.jpg", imageAlt: "Raj Deshmukh"},
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-taking-selfie_23-2148336923.jpg", imageAlt: "Raj Deshmukh"
},
{
id: "3", name: "Meera Joshi", handle: "@meera_baker_love", testimonial: "Ordered a custom cake for my wedding anniversary. The quality and taste exceeded all expectations. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Meera Joshi"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Meera Joshi"
},
{
id: "4", name: "Arun Kumar", handle: "@arun_foodie", testimonial: "Great prices, amazing quality. I trust Crown Bakery completely. Their bread is perfect for my family's daily breakfast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Arun Kumar"},
{
id: "5", name: "Neha Patil", handle: "@neha_events", testimonial: "As an event planner, I recommend Crown Bakery to all my clients. They deliver consistently excellent cakes and never disappoint.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", imageAlt: "Neha Patil"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Arun Kumar"
},
{
id: "6", name: "Vikram Singh", handle: "@vikram_family", testimonial: "The fastest delivery in Kondhwa! Ordered in the morning, got my custom cake by evening. Fresh, delicious, and perfectly made.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Vikram Singh"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Vikram Singh"
},
]}
showRating={true}
animationType="slide-up"
@@ -129,11 +142,14 @@ export default function LandingPage() {
description="A glimpse into Crown Bakery's fresh preparation, beautiful displays, and welcoming shop in Kondhwa"
metrics={[
{
id: "1", value: "Fresh", title: "Baked Daily", description: "All items prepared fresh in our kitchen each morning", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-beautiful-wooden-background_169016-6370.jpg", imageAlt: "Fresh baking process"},
id: "1", value: "Fresh", title: "Baked Daily", description: "All items prepared fresh in our kitchen each morning", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-beautiful-wooden-background_169016-6370.jpg", imageAlt: "Fresh baking process"
},
{
id: "2", value: "100%", title: "Quality Assured", description: "Premium ingredients with strict hygiene standards", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-strawberries_23-2150797848.jpg", imageAlt: "Bakery product display"},
id: "2", value: "100%", title: "Quality Assured", description: "Premium ingredients with strict hygiene standards", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-strawberries_23-2150797848.jpg", imageAlt: "Bakery product display"
},
{
id: "3", value: "⭐ 4.3", title: "Customer Rating", description: "700+ reviews from satisfied Kondhwa families", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-looking-through-cake-display-cabinet-cafe_23-2148027960.jpg", imageAlt: "Bakery interior"},
id: "3", value: "⭐ 4.3", title: "Customer Rating", description: "700+ reviews from satisfied Kondhwa families", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-looking-through-cake-display-cabinet-cafe_23-2148027960.jpg", imageAlt: "Bakery interior"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -192,4 +208,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}