Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 13:13:34 +00:00

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-young-women-holding-fresh-drinks-sitting-table_23-2148784279.jpg", imageAlt: "Boba Haven storefront and signature drinks"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg", imageAlt: "Brown Sugar Boba Milk Tea"
imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg?_wi=1", imageAlt: "Brown Sugar Boba Milk Tea"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-tea-cup-organic-background_23-2151775124.jpg", imageAlt: "Jasmine Green Milk Tea"
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-tea-cup-organic-background_23-2151775124.jpg?_wi=1", imageAlt: "Jasmine Green Milk Tea"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/green-figs-with-glass-juice-blue_114579-29191.jpg", imageAlt: "Fresh Mango Sago"
imageSrc: "http://img.b2bpic.net/free-photo/green-figs-with-glass-juice-blue_114579-29191.jpg?_wi=1", imageAlt: "Fresh Mango Sago"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768960.jpg", imageAlt: "Strawberry Matcha Latte"
imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768960.jpg?_wi=1", imageAlt: "Strawberry Matcha Latte"
}
]}
buttons={[
@@ -81,19 +81,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Boba Haven", name: "Brown Sugar Boba Milk", price: "$6.50", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg", imageAlt: "Brown Sugar Boba Milk Tea"
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg?_wi=2", imageAlt: "Brown Sugar Boba Milk Tea"
},
{
id: "2", brand: "Boba Haven", name: "Jasmine Green Milk Tea", price: "$6.50", rating: 5,
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-tea-cup-organic-background_23-2151775124.jpg", imageAlt: "Jasmine Green Milk Tea"
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-tea-cup-organic-background_23-2151775124.jpg?_wi=2", imageAlt: "Jasmine Green Milk Tea"
},
{
id: "3", brand: "Boba Haven", name: "Mango Sago", price: "$7.00", rating: 5,
reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/green-figs-with-glass-juice-blue_114579-29191.jpg", imageAlt: "Fresh Mango Sago"
reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/green-figs-with-glass-juice-blue_114579-29191.jpg?_wi=2", imageAlt: "Fresh Mango Sago"
},
{
id: "4", brand: "Boba Haven", name: "Strawberry Matcha Latte", price: "$7.50", rating: 5,
reviewCount: "389", imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768960.jpg", imageAlt: "Strawberry Matcha Latte"
reviewCount: "389", imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768960.jpg?_wi=2", imageAlt: "Strawberry Matcha Latte"
}
]}
/>
@@ -114,15 +114,15 @@ export default function LandingPage() {
},
{
id: 2,
title: "Pick Your Toppings", description: "Brown sugar boba, tapioca pearls, jelly, or pudding. Mix and match to create your ideal texture and flavor combination.", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg", imageAlt: "Boba topping selection"
title: "Pick Your Toppings", description: "Brown sugar boba, tapioca pearls, jelly, or pudding. Mix and match to create your ideal texture and flavor combination.", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg?_wi=3", imageAlt: "Boba topping selection"
},
{
id: 3,
title: "Adjust Ice & Temperature", description: "No ice, light ice, regular, or extra ice. Or enjoy hot, warm, or iced versions of our drinks.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-tea-cup-organic-background_23-2151775124.jpg", imageAlt: "Ice and temperature options"
title: "Adjust Ice & Temperature", description: "No ice, light ice, regular, or extra ice. Or enjoy hot, warm, or iced versions of our drinks.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-tea-cup-organic-background_23-2151775124.jpg?_wi=3", imageAlt: "Ice and temperature options"
},
{
id: 4,
title: "Add Specialty Extras", description: "Cream layers, cheese foam, or plant-based milk alternatives. Elevate your drink with premium add-ons.", imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768960.jpg", imageAlt: "Specialty drink additions"
title: "Add Specialty Extras", description: "Cream layers, cheese foam, or plant-based milk alternatives. Elevate your drink with premium add-ons.", imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768960.jpg?_wi=3", imageAlt: "Specialty drink additions"
}
]}
/>