Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 21:52:01 +00:00

View File

@@ -56,37 +56,37 @@ export default function GaluCafePage() {
leftCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-cup-milk-grass_23-2148399099.jpg", imageAlt: "Signature banana matcha latte"
"http://img.b2bpic.net/free-photo/high-angle-cup-milk-grass_23-2148399099.jpg?_wi=1", imageAlt: "Signature banana matcha latte"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-lemonade-chocolate-cake-female-hands_169016-38991.jpg", imageAlt: "Artistic banana matcha presentation"
"http://img.b2bpic.net/free-photo/closeup-lemonade-chocolate-cake-female-hands_169016-38991.jpg?_wi=1", imageAlt: "Artistic banana matcha presentation"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg", imageAlt: "Cozy Galu Café interior"
"http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg?_wi=1", imageAlt: "Cozy Galu Café interior"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/coffee-beans-with-cup-drink-blue_114579-29086.jpg", imageAlt: "Crème brûlée specialty drink"
"http://img.b2bpic.net/free-photo/coffee-beans-with-cup-drink-blue_114579-29086.jpg?_wi=1", imageAlt: "Crème brûlée specialty drink"
},
]}
rightCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/coffee-beans-with-cup-drink-blue_114579-29086.jpg", imageAlt: "Crème brûlée caramelized drink"
"http://img.b2bpic.net/free-photo/coffee-beans-with-cup-drink-blue_114579-29086.jpg?_wi=2", imageAlt: "Crème brûlée caramelized drink"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-mexican-dessert-top-view_23-2149517092.jpg", imageAlt: "Gourmet crème brûlée beverage"
"http://img.b2bpic.net/free-photo/delicious-mexican-dessert-top-view_23-2149517092.jpg?_wi=1", imageAlt: "Gourmet crème brûlée beverage"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/cup-with-milk-foam-christmas-tree-cinnamon-held-woman-s-arms_1304-3355.jpg", imageAlt: "Iced specialty matcha latte"
"http://img.b2bpic.net/free-photo/cup-with-milk-foam-christmas-tree-cinnamon-held-woman-s-arms_1304-3355.jpg?_wi=1", imageAlt: "Iced specialty matcha latte"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-cup-milk-grass_23-2148399099.jpg", imageAlt: "Green banana matcha drink"
"http://img.b2bpic.net/free-photo/high-angle-cup-milk-grass_23-2148399099.jpg?_wi=2", imageAlt: "Green banana matcha drink"
},
]}
carouselPosition="right"
@@ -118,7 +118,7 @@ export default function GaluCafePage() {
"We source locally whenever possible and reinvest profits back into our Chula Vista community."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg?_wi=2"
imageAlt="Inside Galu Café welcoming atmosphere"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -141,17 +141,17 @@ export default function GaluCafePage() {
{
id: "1", title: "Banana Matcha Latte", description:
"Creamy banana purée blended with premium matcha green tea, topped with a silky foam and garnished with a touch of matcha powder. The viral sensation everyone waits for.", tag: "Bestseller", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-lemonade-chocolate-cake-female-hands_169016-38991.jpg", imageAlt: "Banana Matcha Latte signature drink", buttons: [{ text: "Order Online", href: "#contact" }],
"http://img.b2bpic.net/free-photo/closeup-lemonade-chocolate-cake-female-hands_169016-38991.jpg?_wi=2", imageAlt: "Banana Matcha Latte signature drink", buttons: [{ text: "Order Online", href: "#contact" }],
},
{
id: "2", title: "Crème Brûlée Latte", description:
"Rich espresso topped with steamed milk, caramel drizzle, and a caramelized sugar crust torched to order. Sip through the crispy top for pure indulgence.", tag: "Premium", imageSrc:
"http://img.b2bpic.net/free-photo/delicious-mexican-dessert-top-view_23-2149517092.jpg", imageAlt: "Crème Brûlée Latte caramelized drink", buttons: [{ text: "Order Online", href: "#contact" }],
"http://img.b2bpic.net/free-photo/delicious-mexican-dessert-top-view_23-2149517092.jpg?_wi=2", imageAlt: "Crème Brûlée Latte caramelized drink", buttons: [{ text: "Order Online", href: "#contact" }],
},
{
id: "3", title: "Iced Specialty Drinks", description:
"Seasonal rotations of iced matcha lattes, banana blends, and limited-edition collaborations. Follow our Instagram for what's fresh this week.", tag: "Seasonal", imageSrc:
"http://img.b2bpic.net/free-photo/cup-with-milk-foam-christmas-tree-cinnamon-held-woman-s-arms_1304-3355.jpg", imageAlt: "Iced specialty matcha beverage", buttons: [{ text: "Order Online", href: "#contact" }],
"http://img.b2bpic.net/free-photo/cup-with-milk-foam-christmas-tree-cinnamon-held-woman-s-arms_1304-3355.jpg?_wi=2", imageAlt: "Iced specialty matcha beverage", buttons: [{ text: "Order Online", href: "#contact" }],
},
]}
ariaLabel="Featured menu items section"