From d1f3a27d59770633dc9ed7472dc64e6f03f585dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:11:02 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 617f2fe..91fd718 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -9,37 +9,21 @@ import { Instagram, Mail, Phone } from "lucide-react"; export default function GalleryPage() { const galleryImages = [ { - imageSrc: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg?_wi=2", - imageAlt: "Haven Cafe interior ambiance with cozy seating", - }, + title: "Haven Cafe interior ambiance with cozy seating", description: "Experience the warm and welcoming atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg", imageAlt: "Haven Cafe interior ambiance with cozy seating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-with-apron-coffee-machine_23-2148824389.jpg?_wi=2", - imageAlt: "Our talented barista at work with espresso machine", - }, + title: "Our talented barista at work with espresso machine", description: "Skilled craftsmanship in every cup", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-with-apron-coffee-machine_23-2148824389.jpg", imageAlt: "Our talented barista at work with espresso machine"}, { - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg?_wi=2", - imageAlt: "Inviting seating area perfect for gatherings", - }, + title: "Inviting seating area perfect for gatherings", description: "Your perfect space to connect and relax", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg", imageAlt: "Inviting seating area perfect for gatherings"}, { - imageSrc: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg?_wi=2", - imageAlt: "Expert barista crafting specialty drinks with precision", - }, + title: "Expert barista crafting specialty drinks with precision", description: "Artistry in every beverage", imageSrc: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg", imageAlt: "Expert barista crafting specialty drinks with precision"}, { - imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=2", - imageAlt: "Delicious freshly baked pastries and croissants", - }, + title: "Delicious freshly baked pastries and croissants", description: "Freshly made treats daily", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Delicious freshly baked pastries and croissants"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg?_wi=2", - imageAlt: "Beautifully plated sandwiches and specialty drinks", - }, + title: "Beautifully plated sandwiches and specialty drinks", description: "Culinary excellence on every plate", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg", imageAlt: "Beautifully plated sandwiches and specialty drinks"}, { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", - imageAlt: "Warm and welcoming Haven Cafe atmosphere", - }, + title: "Warm and welcoming Haven Cafe atmosphere", description: "Where everyone feels at home", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Warm and welcoming Haven Cafe atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg?_wi=2", - imageAlt: "Detail of premium coffee preparation process", - }, + title: "Detail of premium coffee preparation process", description: "Quality in every step", imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Detail of premium coffee preparation process"}, ]; return ( -- 2.49.1 From 49a2e71a80337d048276bd632d2a8845e4391f7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:11:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 80 +++++++++--------------------------------------- 1 file changed, 15 insertions(+), 65 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b93ae9..39045bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function HomePage() { { text: "View Menu", href: "/menu" }, { text: "Visit Us", href: "/visit" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg" imageAlt="Cozy Haven Cafe interior with warm lighting" showDimOverlay={true} buttonAnimation="slide-up" @@ -60,23 +60,11 @@ export default function HomePage() { description="Discover the essence of our cafe experience" features={[ { - title: "Craft Coffee & Espresso", - description: "Expertly crafted beverages using premium, locally-sourced beans", - imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg?_wi=1", - imageAlt: "Craft coffee and espresso drinks", - }, + title: "Craft Coffee & Espresso", description: "Expertly crafted beverages using premium, locally-sourced beans", imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Craft coffee and espresso drinks"}, { - title: "Signature Boba & Matcha", - description: "Unique specialty drinks crafted with passion and fresh ingredients", - imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea-milkshake_1339-5939.jpg", - imageAlt: "Boba and matcha specialty drinks", - }, + title: "Signature Boba & Matcha", description: "Unique specialty drinks crafted with passion and fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea-milkshake_1339-5939.jpg", imageAlt: "Boba and matcha specialty drinks"}, { - title: "Cozy Space to Study & Hang Out", - description: "The perfect environment to relax, work, or spend time with friends", - imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", - imageAlt: "Comfortable seating area at Haven Cafe", - }, + title: "Cozy Space to Study & Hang Out", description: "The perfect environment to relax, work, or spend time with friends", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Comfortable seating area at Haven Cafe"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -89,9 +77,7 @@ export default function HomePage() {