Merge version_2 into main #2
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,8 +50,7 @@ export default function HomePage() {
|
||||
}))}
|
||||
brandName="Garden Cafe"
|
||||
button={{
|
||||
text: "Reserve Now",
|
||||
href: "/reservations"
|
||||
text: "Reserve Now", href: "/reservations"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,7 +156,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<ContactText
|
||||
text="Ready to experience the Garden Cafe magic? Make your reservation today or stop by anytime. We're open until 11 PM and always ready to welcome you."
|
||||
text="Join 2,000+ monthly visitors enjoying unforgettable moments. Experience Garden Cafe's magic today – where fresh flavors meet the perfect garden ambience."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -177,4 +176,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user