Merge version_1 into main #1
@@ -81,7 +81,7 @@ export default function CustomCakesPage() {
|
||||
<HeroLogo
|
||||
logoText="Design Your Perfect Cake"
|
||||
description="Tell us your vision, and our expert bakers will create a masterpiece. Custom cakes for birthdays, weddings, anniversaries, and every celebration."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg?_wi=2"
|
||||
imageAlt="Custom designed celebration cakes"
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -109,7 +109,7 @@ export default function CustomCakesPage() {
|
||||
description="We follow a simple 3-step process to ensure your cake is exactly what you envision. Our expert team handles every detail with care."
|
||||
subdescription="📋 Share Your Ideas → 🎨 Design & Confirm → 🎂 Bake & Deliver"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/defocused-cupcakes-with-powdered-sugar-jar_23-2148368250.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/defocused-cupcakes-with-powdered-sugar-jar_23-2148368250.jpg?_wi=3"
|
||||
imageAlt="Professional bakery team preparing custom cakes"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function GalleryPage() {
|
||||
category: "Birthday Cakes",
|
||||
title: "Custom Design Celebration",
|
||||
excerpt: "Stunning multi-tiered birthday cakes with personalized designs and intricate decorations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg?_wi=3",
|
||||
imageAlt: "stunning multi-tier birthday cakes display",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
@@ -69,7 +69,7 @@ export default function GalleryPage() {
|
||||
category: "Pastries",
|
||||
title: "Fresh Daily Pastries",
|
||||
excerpt: "Butter-rich pastries and croissants baked fresh every morning with premium ingredients",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins_23-2148833997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins_23-2148833997.jpg?_wi=3",
|
||||
imageAlt: "fresh daily pastries morning bakery display",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
@@ -80,7 +80,7 @@ export default function GalleryPage() {
|
||||
category: "Desserts",
|
||||
title: "Premium Dessert Collection",
|
||||
excerpt: "Elegant and sophisticated desserts perfect for events, celebrations, and special occasions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg?_wi=2",
|
||||
imageAlt: "elegant desserts plating catering display",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
@@ -91,7 +91,7 @@ export default function GalleryPage() {
|
||||
category: "Special Orders",
|
||||
title: "Custom Creations",
|
||||
excerpt: "Made-to-order designs and custom flavors for your unique and special day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg?_wi=3",
|
||||
imageAlt: "custom cake creations special orders showcase",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,39 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"]
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Loyans Bakery & Confectionery - Fresh Cakes in Guwahati",
|
||||
description: "Premium bakery in Guwahati. Fresh cakes, pastries & desserts. Custom orders. ⭐ 4.3 rating, 2,100+ reviews. Call 097060 13032.",
|
||||
keywords: "bakery Guwahati, cake shop Guwahati, birthday cakes, pastries, desserts, custom cakes, Uzan Bazar, premium bakery",
|
||||
metadataBase: new URL("https://loyans-bakery.com"),
|
||||
alternates: {
|
||||
canonical: "https://loyans-bakery.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Loyans Bakery & Confectionery - Fresh Cakes & Desserts",
|
||||
description: "Celebrate with premium fresh cakes and desserts. ⭐ 4.3 rating from 2,100+ customers in Guwahati.",
|
||||
url: "https://loyans-bakery.com",
|
||||
siteName: "Loyans Bakery & Confectionery",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://loyans-bakery.com/og-image-hero.jpg",
|
||||
alt: "Fresh cakes and pastries at Loyans Bakery",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Fresh Cakes & Desserts in Guwahati",
|
||||
description: "Loyans Bakery - Premium cakes, pastries & desserts. Order now!",
|
||||
images: ["https://loyans-bakery.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -44,7 +44,7 @@ export default function MenuPage() {
|
||||
<HeroLogo
|
||||
logoText="Our Complete Menu"
|
||||
description="Explore our full range of fresh cakes, pastries, desserts, and baked goods. From everyday treats to special occasion cakes - everything made with premium ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-delicious-cake_23-2149655641.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-delicious-cake_23-2149655641.jpg?_wi=2"
|
||||
imageAlt="Loyans Bakery menu showcase"
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -71,49 +71,49 @@ export default function MenuPage() {
|
||||
id: "chocolate-truffle",
|
||||
name: "Chocolate Truffle Cake",
|
||||
price: "₹400-₹900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-balloons_23-2148001932.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-balloons_23-2148001932.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "red-velvet",
|
||||
name: "Red Velvet Cake",
|
||||
price: "₹350-₹850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-breakfast-black-background-croissant_1303-1929.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-breakfast-black-background-croissant_1303-1929.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "vanilla-cake",
|
||||
name: "Classic Vanilla Cake",
|
||||
price: "₹300-₹700",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cupcakes-arrangement_23-2149021979.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cupcakes-arrangement_23-2149021979.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "butterscotch",
|
||||
name: "Butterscotch Delight",
|
||||
price: "₹380-₹800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ganache-tart-with-blackberries_661915-440.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ganache-tart-with-blackberries_661915-440.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "fruit-cake",
|
||||
name: "Fresh Fruit Cake",
|
||||
price: "₹450-₹950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruits-ingredients_23-2149234888.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruits-ingredients_23-2149234888.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "eggless-cake",
|
||||
name: "Eggless Chocolate Cake",
|
||||
price: "₹320-₹750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-cupcakes-with-powdered-sugar-jar_23-2148368250.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-cupcakes-with-powdered-sugar-jar_23-2148368250.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "cheese-cake",
|
||||
name: "New York Cheesecake",
|
||||
price: "₹480-₹1000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "mousse-cake",
|
||||
name: "Chocolate Mousse",
|
||||
price: "₹280-₹650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins_23-2148833997.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins_23-2148833997.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -144,7 +144,7 @@ export default function MenuPage() {
|
||||
category: "Birthday Cakes",
|
||||
title: "Custom Design Celebration",
|
||||
excerpt: "Stunning multi-tiered birthday cakes with personalized designs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg?_wi=2",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
date: "2024"
|
||||
@@ -154,7 +154,7 @@ export default function MenuPage() {
|
||||
category: "Pastries",
|
||||
title: "Fresh Daily Pastries",
|
||||
excerpt: "Butter-rich pastries and croissants baked fresh every morning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins_23-2148833997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins_23-2148833997.jpg?_wi=2",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
date: "2024"
|
||||
@@ -164,7 +164,7 @@ export default function MenuPage() {
|
||||
category: "Desserts",
|
||||
title: "Premium Dessert Collection",
|
||||
excerpt: "Elegant desserts for events and celebrations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg?_wi=1",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
date: "2024"
|
||||
@@ -174,7 +174,7 @@ export default function MenuPage() {
|
||||
category: "Special Orders",
|
||||
title: "Custom Creations",
|
||||
excerpt: "Made-to-order designs for your special day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg?_wi=1",
|
||||
authorName: "Loyans Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2149045714.jpg",
|
||||
date: "2024"
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function HomePage() {
|
||||
<HeroLogo
|
||||
logoText="Fresh Cakes & Desserts in Guwahati"
|
||||
description="Handcrafted cakes, pastries, and desserts made fresh daily at Loyans Bakery. Celebrating your special moments with premium quality treats."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-delicious-cake_23-2149655641.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-delicious-cake_23-2149655641.jpg?_wi=1"
|
||||
imageAlt="Fresh cakes and pastries at Loyans Bakery"
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -80,31 +80,31 @@ export default function HomePage() {
|
||||
id: "birthday-cake",
|
||||
name: "Custom Birthday Cakes",
|
||||
price: "₹300-₹800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-balloons_23-2148001932.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-balloons_23-2148001932.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "pastries",
|
||||
name: "Fresh Pastries",
|
||||
price: "₹50-₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-breakfast-black-background-croissant_1303-1929.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-breakfast-black-background-croissant_1303-1929.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "cupcakes",
|
||||
name: "Cupcakes & Muffins",
|
||||
price: "₹80-₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cupcakes-arrangement_23-2149021979.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cupcakes-arrangement_23-2149021979.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "brownies",
|
||||
name: "Brownies & Cookies",
|
||||
price: "₹40-₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ganache-tart-with-blackberries_661915-440.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ganache-tart-with-blackberries_661915-440.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "desserts",
|
||||
name: "Premium Desserts",
|
||||
price: "₹200-₹500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruits-ingredients_23-2149234888.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruits-ingredients_23-2149234888.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
description="Premium quality ingredients, skilled bakers, and over 2,100 happy customers. Trusted bakery in Guwahati since years."
|
||||
subdescription="⭐ 4.3 Rating • Fresh Daily Baking • Expert Craftsmanship • Celebration Specialist"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/defocused-cupcakes-with-powdered-sugar-jar_23-2148368250.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/defocused-cupcakes-with-powdered-sugar-jar_23-2148368250.jpg?_wi=1"
|
||||
imageAlt="Loyans Bakery interior and team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user