4 Commits

Author SHA1 Message Date
1fb6dc0428 Switch to version 1: modified src/app/page.tsx 2026-03-03 08:27:24 +00:00
cbe23eb0b6 Switch to version 1: modified src/app/layout.tsx 2026-03-03 08:27:23 +00:00
22ccbcd661 Merge version_3 into main
Merge version_3 into main
2026-03-03 08:17:23 +00:00
7a2c1cad3c Merge version_3 into main
Merge version_3 into main
2026-03-03 08:07:21 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -22,20 +22,22 @@ const inter = Inter({
export const metadata: Metadata = {
title: "Dr Chai Tea House | Fresh Chai & Samosas in Sargodha", description: "Best chai, samosas, fries & chicken soup in Sargodha. Fresh tea made your way. 5.0 rated. Open daily from 1 PM. Call 0304 6313404 for orders.", keywords: "chai in Sargodha, tea house Sargodha, fresh samosas, chicken soup, best tea Main Sillanwali Road", metadataBase: new URL("https://drchai-sargodha.com"),
alternates: {
canonical: "https://drchai-sargodha.com"},
canonical: "https://drchai-sargodha.com"
},
openGraph: {
title: "Dr Chai Tea House | Sargodha's Favorite", description: "Experience warmth and flavor in every cup. Premium tea, crispy samosas & more. 5.0 rated local favorite.", url: "https://drchai-sargodha.com", siteName: "Dr Chai", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/steaming-cup-chai-tea-with-star-anise-cinnamon-sticks-cloves-black-surface_9975-124486.jpg", alt: "Fresh chai at Dr Chai Tea House"},
],
url: "http://img.b2bpic.net/free-photo/steaming-cup-chai-tea-with-star-anise-cinnamon-sticks-cloves-black-surface_9975-124486.jpg", alt: "Fresh chai at Dr Chai Tea House"
}
]
},
twitter: {
card: "summary_large_image", title: "Dr Chai Tea House | Fresh Chai Daily", description: "Best chai, samosas & chicken soup. 5.0 rated in Sargodha. Order now: 0304 6313404", images: ["http://img.b2bpic.net/free-photo/steaming-cup-chai-tea-with-star-anise-cinnamon-sticks-cloves-black-surface_9975-124486.jpg"],
card: "summary_large_image", title: "Dr Chai Tea House | Fresh Chai Daily", description: "Best chai, samosas & chicken soup. 5.0 rated in Sargodha. Order now: 0304 6313404", images: ["http://img.b2bpic.net/free-photo/steaming-cup-chai-tea-with-star-anise-cinnamon-sticks-cloves-black-surface_9975-124486.jpg"]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Call & Order Fresh Chai", href: "tel:03046313404"
text: "Call Now", href: "tel:03046313404"
}}
/>
</div>
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="All types of tea, crispy samosas, fries & hot chicken soup served fresh daily. Experience warmth and flavor in every cup."
tag="⭐ 5.0 Google Rating"
buttons={[
{ text: "📞 Call & Order Fresh Chai 0304 6313404", href: "tel:03046313404" },
{ text: "📞 Call Now 0304 6313404", href: "tel:03046313404" },
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=Corporation,Main+Sillanwali-Sargodha+Rd,Sargodha,40100" }
]}
background={{ variant: "plain" }}