5 Commits

Author SHA1 Message Date
a39407a635 Update src/app/page.tsx 2026-03-03 04:32:58 +00:00
20583b5c5a Merge version_2 into main
Merge version_2 into main
2026-03-03 04:29:31 +00:00
666329eb44 Update src/app/page.tsx 2026-03-03 04:29:26 +00:00
2b7d60dda1 Update src/app/layout.tsx 2026-03-03 04:29:26 +00:00
767e9a3afc Merge version_1 into main
Merge version_1 into main
2026-03-03 04:20:28 +00:00
2 changed files with 14 additions and 11 deletions

View File

@@ -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 AM12 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;
}>) {

View File

@@ -21,9 +21,9 @@ export default function LandingPage() {
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="aurora"
cardStyle="inset"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<div id="nav" data-section="nav">
@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Directions", href: "#directions" }}
button={{ text: "Get Directions", href: "https://maps.google.com/?q=24.24235,55.700408" }}
animateOnLoad={true}
/>
</div>
@@ -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"