8 Commits

Author SHA1 Message Date
883df0a507 Merge version_3 into main
Merge version_3 into main
2026-03-03 19:05:52 +00:00
fef4f7e54e Update src/app/page.tsx 2026-03-03 19:05:47 +00:00
5db968bf19 Update src/app/layout.tsx 2026-03-03 19:05:46 +00:00
7e9d3c1fb0 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:51:28 +00:00
7ae23a2fc6 Update src/app/page.tsx 2026-03-03 13:51:23 +00:00
5506328562 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:49:34 +00:00
81f530b48c Merge version_1 into main
Merge version_1 into main
2026-03-03 13:47:58 +00:00
30b349c77e Merge version_1 into main
Merge version_1 into main
2026-03-03 13:46:09 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -15,13 +15,13 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Haveli Cafe is your favorite late-night hangout in Veraval, open until 2:30 AM. Enjoy great food, fast service, and warm vibes at budget-friendly prices. 4.2★ rating.", keywords: "cafe, restaurant, Veraval, late night, hangout, food, affordable", alternates: {
title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Haveli Cafe is your favorite late-night hangout in Veraval, open until 2:30 AM. Enjoy great food, fast service, and warm vibes at budget-friendly prices. Located opposite Crystal School on Junagadh-Somnath Highway. 4.2★ rating.", keywords: "cafe, restaurant, Veraval, late night, hangout, food, affordable, Junagadh-Somnath Highway, Crystal School", alternates: {
canonical: "https://havelichafe.com"},
metadataBase: new URL("https://havelichafe.com"),
openGraph: {
title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Great Food, Fast Service, and Warm Vibes. Open until 2:30 AM. Budget-friendly dining for friends and family.", url: "https://havelichafe.com", siteName: "Haveli Cafe", type: "website"},
title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Great Food, Fast Service, and Warm Vibes. Open until 2:30 AM. Located opposite Crystal School on Junagadh-Somnath Highway. Budget-friendly dining for friends and family.", url: "https://havelichafe.com", siteName: "Haveli Cafe", type: "website"},
twitter: {
card: "summary_large_image", title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Your favorite cafe for late-night hangouts. Open until 2:30 AM with great food and warm vibes."},
card: "summary_large_image", title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Your favorite cafe for late-night hangouts located opposite Crystal School on Junagadh-Somnath Highway. Open until 2:30 AM with great food and warm vibes."},
robots: {
index: true,
follow: true,

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to visit us? We're open until 2:30 AM! Drop by for great food, fast service, and warm vibes."
text="Ready to visit us? We're located opposite Crystal School on the Junagadh-Somnath Highway in Veraval. This landmark location makes it easy to find us even late at night. Open until 2:30 AM daily! Drop by for great food, fast service, and warm vibes that keep our guests coming back."
animationType="background-highlight"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}