Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 02:35:00 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -78,36 +78,36 @@ export default function LandingPage() {
title: "Premium Brewing", description: "Our expert baristas use traditional and modern brewing techniques to extract the perfect cup every time.", icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg", imageAlt: "Coffee Brewing Process"},
imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg?_wi=1", imageAlt: "Coffee Brewing Process"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg", imageAlt: "Artisanal Brewing"},
imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg?_wi=2", imageAlt: "Artisanal Brewing"},
],
},
{
title: "Homemade Pastries", description: "Fresh pastries and baked goods made daily in our kitchen using the finest ingredients.", icon: Croissant,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg", imageAlt: "Fresh Pastries"},
imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=1", imageAlt: "Fresh Pastries"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg", imageAlt: "Baked Goods"},
imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=2", imageAlt: "Baked Goods"},
],
},
{
title: "Community Space", description: "A welcoming environment designed for connection, work, and meaningful conversations.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg", imageAlt: "Community Gathering"},
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg?_wi=1", imageAlt: "Community Gathering"},
{
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg", imageAlt: "Social Space"},
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg?_wi=2", imageAlt: "Social Space"},
],
},
{
title: "Curated Ambiance", description: "Every detail from lighting to furniture is thoughtfully chosen to create the perfect atmosphere.", icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", imageAlt: "Cafe Ambiance"},
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=1", imageAlt: "Cafe Ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", imageAlt: "Interior Design"},
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=2", imageAlt: "Interior Design"},
],
},
]}