5 Commits

Author SHA1 Message Date
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 7 additions and 45 deletions

View File

@@ -1,54 +1,17 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
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"],
});
import "@/styles/globals.css";
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: {
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"],
},
};
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({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1379,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -84,7 +84,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"