diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ab769b..2cb5a13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Garden Cafe Ludhiana - Best Cafe in Sarabha Nagar", - description: "Discover Garden Cafe - Ludhiana's favorite garden-themed cafe. Fresh flavors, cozy ambience, pizza, coffee & more. Dine-in, takeaway & online reservations available.", - keywords: "cafe ludhiana, best cafe in sarabha nagar, pizza cafe, coffee shop, restaurant ludhiana, garden cafe, family restaurant", - metadataBase: new URL("https://gardencafe-ludhiana.com"), + title: "Garden Cafe Ludhiana - Best Cafe in Sarabha Nagar", description: "Discover Garden Cafe - Ludhiana's favorite garden-themed cafe. Fresh flavors, cozy ambience, pizza, coffee & more. Dine-in, takeaway & online reservations available.", keywords: "cafe ludhiana, best cafe in sarabha nagar, pizza cafe, coffee shop, restaurant ludhiana, garden cafe, family restaurant", metadataBase: new URL("https://gardencafe-ludhiana.com"), alternates: { - canonical: "https://gardencafe-ludhiana.com", - }, + canonical: "https://gardencafe-ludhiana.com"}, openGraph: { - title: "Garden Cafe - Ludhiana's Favorite Garden-Themed Cafe", - description: "Fresh flavors, cozy ambience & unforgettable moments. Open until 11 PM. Make your reservation today!", - url: "https://gardencafe-ludhiana.com", - siteName: "Garden Cafe", - type: "website", - images: [ + title: "Garden Cafe - Ludhiana's Favorite Garden-Themed Cafe", description: "Fresh flavors, cozy ambience & unforgettable moments. Open until 11 PM. Make your reservation today!", url: "https://gardencafe-ludhiana.com", siteName: "Garden Cafe", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", - alt: "Garden Cafe Ambience", - }, + url: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", alt: "Garden Cafe Ambience"}, ], }, twitter: { - card: "summary_large_image", - title: "Garden Cafe - Best Cafe in Ludhiana", - description: "Experience fresh flavors and cozy garden vibes. Book your table now!", - images: ["http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"], + card: "summary_large_image", title: "Garden Cafe - Best Cafe in Ludhiana", description: "Experience fresh flavors and cozy garden vibes. Book your table now!", images: ["http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"], }, robots: { index: true, @@ -1432,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 76ffe60..65267a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,7 @@ export default function HomePage() { }))} brandName="Garden Cafe" button={{ - text: "Reserve Now", - href: "/reservations" + text: "Reserve Now", href: "/reservations" }} /> @@ -157,7 +156,7 @@ export default function HomePage() {
); -} \ No newline at end of file +}