Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-06 11:05:34 +00:00

View File

@@ -54,14 +54,14 @@ export default function LandingPage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458129.jpg", imageAlt: "Premium espresso coffee preparation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-shadows_23-2148296161.jpg", imageAlt: "Fresh cappuccino with latte art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-vegetables_23-2148454730.jpg", imageAlt: "Fresh breakfast sandwich" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22727.jpg", imageAlt: "Homemade banana bread slice" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-shadows_23-2148296161.jpg?_wi=1", imageAlt: "Fresh cappuccino with latte art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-vegetables_23-2148454730.jpg?_wi=1", imageAlt: "Fresh breakfast sandwich" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22727.jpg?_wi=1", imageAlt: "Homemade banana bread slice" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-cheering-making-toast-with-coffee-while-eating-lunch-together-food-court-after-leaving-office_662251-200.jpg", imageAlt: "Modern stylish coffee shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate-table_1339-5791.jpg", imageAlt: "Refreshing iced latte" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-chocolate-cake-stand_23-2148834057.jpg", imageAlt: "Decadent chocolate cake slice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-cheering-making-toast-with-coffee-while-eating-lunch-together-food-court-after-leaving-office_662251-200.jpg?_wi=1", imageAlt: "Modern stylish coffee shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate-table_1339-5791.jpg?_wi=1", imageAlt: "Refreshing iced latte" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-chocolate-cake-stand_23-2148834057.jpg?_wi=1", imageAlt: "Decadent chocolate cake slice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-matcha-green-tea-woman-hand-top-view_169016-34076.jpg", imageAlt: "Premium matcha latte" }
]}
carouselPosition="right"
@@ -80,7 +80,7 @@ export default function LandingPage() {
{ text: "Visit Us", href: "location" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-colleagues-cheering-making-toast-with-coffee-while-eating-lunch-together-food-court-after-leaving-office_662251-200.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-colleagues-cheering-making-toast-with-coffee-while-eating-lunch-together-food-court-after-leaving-office_662251-200.jpg?_wi=2"
imageAlt="Bootlegger XS Gateway coffee shop interior"
useInvertedBackground={false}
ariaLabel="About Bootlegger XS Gateway"
@@ -100,9 +100,9 @@ export default function LandingPage() {
features={[
{
title: "Cappuccino", description: "Creamy espresso with velvety steamed milk and microfoam. A café classic.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-shadows_23-2148296161.jpg", imageAlt: "Cappuccino with latte art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-shadows_23-2148296161.jpg?_wi=2", imageAlt: "Cappuccino with latte art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-with-glazed-cake_23-2148349583.jpg", imageAlt: "Double espresso shot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate-table_1339-5791.jpg", imageAlt: "Iced latte beverage" }
{ imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate-table_1339-5791.jpg?_wi=2", imageAlt: "Iced latte beverage" }
]
},
{
@@ -111,9 +111,9 @@ export default function LandingPage() {
},
{
title: "Breakfast & Food", description: "Fresh breakfast sandwiches, baked goods, and delicious treats to pair with your coffee.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-vegetables_23-2148454730.jpg", imageAlt: "Fresh breakfast sandwich" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22727.jpg", imageAlt: "Homemade banana bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-chocolate-cake-stand_23-2148834057.jpg", imageAlt: "Chocolate cake slice" }
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-vegetables_23-2148454730.jpg?_wi=2", imageAlt: "Fresh breakfast sandwich" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22727.jpg?_wi=2", imageAlt: "Homemade banana bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-chocolate-cake-stand_23-2148834057.jpg?_wi=2", imageAlt: "Chocolate cake slice" }
]
}
]}