From 4fa9c82f14417d01a944bb404828603f53c5fb95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:38:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 19189f1..1fcf655 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,12 +27,12 @@ export const metadata: Metadata = { 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: "https://images.unsplash.com/photo-1511920170033-f8396924c348?w=1200&h=630&fit=crop", 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: ["https://images.unsplash.com/photo-1511920170033-f8396924c348?w=1200&h=630&fit=crop"] }, robots: { index: true, -- 2.49.1 From 67eeea852abea262566e2f35b94665c90b80ed86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:38:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdf3824..9991c0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg?_wi=1", imageAlt: "Park view seating area at Caribou Coffee Taweah Park" + imageSrc: "https://images.unsplash.com/photo-1511920170033-f8396924c348?w=800&h=600&fit=crop", imageAlt: "Park view seating area at Caribou Coffee Taweah Park" }, { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1", imageAlt: "Interior seating with warm pendant lighting" + imageSrc: "https://images.unsplash.com/photo-1494857671063-26f21f4ad20e?w=800&h=600&fit=crop", imageAlt: "Interior seating with warm pendant lighting" } ]} mediaAnimation="slide-up" @@ -79,22 +79,22 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Campfire Mocha", price: "AED 24", imageSrc: "http://img.b2bpic.net/free-photo/marshmallows-dipped-hot-chocolate-christmas-food-photography_53876-95448.jpg", imageAlt: "Campfire Mocha with toasted marshmallows" + id: "1", name: "Campfire Mocha", price: "AED 24", imageSrc: "https://images.unsplash.com/photo-1578432291840-8d1c51dc1cfd?w=600&h=600&fit=crop", imageAlt: "Campfire Mocha with toasted marshmallows" }, { - id: "2", name: "Spanish Latte", price: "AED 22", imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29640.jpg", imageAlt: "Spanish Latte with condensed milk" + id: "2", name: "Spanish Latte", price: "AED 22", imageSrc: "https://images.unsplash.com/photo-1512568400610-62da28bc8a13?w=600&h=600&fit=crop", imageAlt: "Spanish Latte with condensed milk" }, { - id: "3", name: "Salted Caramel Budino", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-coffee-milkshake-with-nuts_181624-37413.jpg", imageAlt: "Salted Caramel Budino espresso" + id: "3", name: "Salted Caramel Budino", price: "AED 25", imageSrc: "https://images.unsplash.com/photo-1517668808822-9ebb02ae2a0e?w=600&h=600&fit=crop", imageAlt: "Salted Caramel Budino espresso" }, { - id: "4", name: "Mint Condition Mocha", price: "AED 23", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg", imageAlt: "Mint Condition Mocha specialty drink" + id: "4", name: "Mint Condition Mocha", price: "AED 23", imageSrc: "https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=600&h=600&fit=crop", imageAlt: "Mint Condition Mocha specialty drink" }, { - id: "5", name: "Pastry Selection", price: "AED 15", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg", imageAlt: "Fresh croissants and pastries" + id: "5", name: "Pastry Selection", price: "AED 15", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561df1?w=600&h=600&fit=crop", imageAlt: "Fresh croissants and pastries" }, { - id: "6", name: "Grilled Halloumi", price: "AED 28", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-toast-with-cheese-served-win-bamboo-plate_140725-8340.jpg", imageAlt: "Grilled Halloumi Sandwich" + id: "6", name: "Grilled Halloumi", price: "AED 28", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=600&h=600&fit=crop", imageAlt: "Grilled Halloumi Sandwich" } ]} gridVariant="three-columns-all-equal-width" @@ -116,16 +116,16 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Michael Chen" }, { - id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Davis" + id: "3", name: "Emma Davis", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Emma Davis" }, { - id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Wilson" + id: "4", name: "James Wilson", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "James Wilson" } ]} useInvertedBackground={false} @@ -141,13 +141,13 @@ export default function LandingPage() { tagAnimation="slide-up" blogs={[ { - id: "1", category: "Atmosphere", title: "Warm Interior Seating", excerpt: "Cozy ground-floor seating with ambient pendant lighting and comfortable spaces for work or socializing.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", imageAlt: "Interior seating area", authorName: "Caribou Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Year-Round" + id: "1", category: "Atmosphere", title: "Warm Interior Seating", excerpt: "Cozy ground-floor seating with ambient pendant lighting and comfortable spaces for work or socializing.", imageSrc: "https://images.unsplash.com/photo-1494857671063-26f21f4ad20e?w=800&h=600&fit=crop", imageAlt: "Interior seating area", authorName: "Caribou Coffee", authorAvatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", date: "Year-Round" }, { - id: "2", category: "Views", title: "Rooftop Park Views", excerpt: "Upper-level seating with panoramic views of Towayya Park greenery. The perfect vantage point for relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg", imageAlt: "Rooftop seating with park views", authorName: "Caribou Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Year-Round" + id: "2", category: "Views", title: "Rooftop Park Views", excerpt: "Upper-level seating with panoramic views of Towayya Park greenery. The perfect vantage point for relaxation.", imageSrc: "https://images.unsplash.com/photo-1502920917128-1aa500764cbd?w=800&h=600&fit=crop", imageAlt: "Rooftop seating with park views", authorName: "Caribou Coffee", authorAvatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", date: "Year-Round" }, { - id: "3", category: "Drinks", title: "Signature Beverage Collection", excerpt: "Our curated lineup of specialty drinks, from rich espresso to creamy lattes and refreshing seasonal favorites.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cups-wooden-table_23-2148464893.jpg", imageAlt: "Multiple specialty coffee drinks", authorName: "Caribou Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Seasonal" + id: "3", category: "Drinks", title: "Signature Beverage Collection", excerpt: "Our curated lineup of specialty drinks, from rich espresso to creamy lattes and refreshing seasonal favorites.", imageSrc: "https://images.unsplash.com/photo-1509042239860-f550ce710b93?w=800&h=600&fit=crop", imageAlt: "Multiple specialty coffee drinks", authorName: "Caribou Coffee", authorAvatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", date: "Seasonal" } ]} animationType="slide-up" @@ -165,7 +165,7 @@ export default function LandingPage() { description="Stop by Caribou Coffee at Taweah Park for your next coffee break. Located inside Towayya Park with easy access, ample seating, and a welcoming atmosphere. Open daily for your convenience." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg?_wi=2" + imageSrc="https://images.unsplash.com/photo-1511920170033-f8396924c348?w=800&h=600&fit=crop" imageAlt="Exterior park entrance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1