From 2b7d60dda17da9949c5c8e2aec2181ae2fd04cb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:29:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0cbf84a..19189f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,24 +22,26 @@ const archivo = Archivo({ export const metadata: Metadata = { title: "Caribou Coffee Taweah Park (Towayya Park, Al Ain) | Park-View Café", description: "Visit Caribou Coffee at Towayya (Taweah) Park in Al Ain. Specialty drinks, pastries, rooftop seating with park views. Open 7 AM–12 AM. Call +971 3 755 6364 or get directions.", keywords: "Caribou Coffee Al Ain, Towayya Park café, Taweah Park coffee, Al Towayya drive thru coffee, specialty espresso, park view café", metadataBase: new URL("https://cariboucoffee-taweahpark.com"), alternates: { - canonical: "https://cariboucoffee-taweahpark.com"}, + canonical: "https://cariboucoffee-taweahpark.com" + }, openGraph: { title: "Caribou Coffee – Taweah Park, Al Ain", description: "Park-view café with signature drinks and rooftop seating. Calm atmosphere for work or relaxation.", url: "https://cariboucoffee-taweahpark.com", siteName: "Caribou Coffee", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg", alt: "Caribou Coffee Taweah Park park view seating"}, - ], + url: "http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg", alt: "Caribou Coffee Taweah Park park view seating" + } + ] }, twitter: { - card: "summary_large_image", title: "Caribou Coffee at Taweah Park", description: "Specialty coffee with stunning park views in Al Ain", images: ["http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg"], + card: "summary_large_image", title: "Caribou Coffee at Taweah Park", description: "Specialty coffee with stunning park views in Al Ain", images: ["http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { -- 2.49.1 From 666329eb443959f7533930a10bbe2ebda559d35b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:29:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 126a779..486e092 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,8 @@ export default function LandingPage() { buttons={[ { text: "Get Directions", href: "https://maps.google.com/?q=24.24235,55.700408" }, { text: "Call Now", href: "tel:+97137556364" }, - { text: "Order / Rewards", href: "#order" } + { text: "Order / Rewards", href: "#order" }, + { text: "Reserve a Table", href: "#reserve" } ]} buttonAnimation="slide-up" ariaLabel="Caribou Coffee Taweah Park hero section with location details and primary actions" -- 2.49.1