Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-03 15:12:13 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -9,21 +9,21 @@ import { Instagram, Mail, Phone } from "lucide-react";
export default function GalleryPage() {
const galleryImages = [
{
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"},
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?_wi=2", imageAlt: "Haven Cafe interior ambiance with cozy seating"},
{
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"},
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?_wi=2", imageAlt: "Our talented barista at work with espresso machine"},
{
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"},
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?_wi=2", imageAlt: "Inviting seating area perfect for gatherings"},
{
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"},
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?_wi=2", imageAlt: "Expert barista crafting specialty drinks with precision"},
{
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"},
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?_wi=2", imageAlt: "Delicious freshly baked pastries and croissants"},
{
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"},
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?_wi=2", imageAlt: "Beautifully plated sandwiches and specialty drinks"},
{
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"},
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?_wi=2", imageAlt: "Warm and welcoming Haven Cafe atmosphere"},
{
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"},
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?_wi=2", imageAlt: "Detail of premium coffee preparation process"},
];
return (

View File

@@ -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"
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1"
imageAlt="Cozy Haven Cafe interior with warm lighting"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -60,7 +60,7 @@ 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", 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?_wi=1", 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"},
{
@@ -112,17 +112,17 @@ export default function HomePage() {
description="Step into the warmth and charm of Haven Cafe"
features={[
{
title: "Haven Cafe interior ambiance", description: "Experience the warm and welcoming atmosphere of our cafe", 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"},
title: "Haven Cafe interior ambiance", description: "Experience the warm and welcoming atmosphere of our cafe", imageSrc: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg?_wi=1", imageAlt: "Haven Cafe interior ambiance"},
{
title: "Coffee bar and espresso station", description: "Watch our skilled baristas craft perfect drinks", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-with-apron-coffee-machine_23-2148824389.jpg", imageAlt: "Coffee bar and espresso station"},
title: "Coffee bar and espresso station", description: "Watch our skilled baristas craft perfect drinks", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-with-apron-coffee-machine_23-2148824389.jpg?_wi=1", imageAlt: "Coffee bar and espresso station"},
{
title: "Cozy seating area", description: "Find your perfect spot to relax and connect", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg", imageAlt: "Cozy seating area"},
title: "Cozy seating area", description: "Find your perfect spot to relax and connect", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg?_wi=1", imageAlt: "Cozy seating area"},
{
title: "Barista crafting specialty drinks", description: "Expertly prepared beverages made with care", imageSrc: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg", imageAlt: "Barista crafting specialty drinks"},
title: "Barista crafting specialty drinks", description: "Expertly prepared beverages made with care", imageSrc: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg?_wi=1", imageAlt: "Barista crafting specialty drinks"},
{
title: "Fresh pastries and baked goods", description: "Delicious treats to complement your drink", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Fresh pastries and baked goods"},
title: "Fresh pastries and baked goods", description: "Delicious treats to complement your drink", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=1", imageAlt: "Fresh pastries and baked goods"},
{
title: "Cafe design details", description: "Every corner thoughtfully designed for comfort", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg", imageAlt: "Cafe design details"},
title: "Cafe design details", description: "Every corner thoughtfully designed for comfort", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg?_wi=1", imageAlt: "Cafe design details"},
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"