Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 19:09:11 +00:00

View File

@@ -49,13 +49,13 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "Espresso pouring into cup"
imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=1", imageAlt: "Espresso pouring into cup"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10442.jpg", imageAlt: "Milk steaming for latte"
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10442.jpg?_wi=1", imageAlt: "Milk steaming for latte"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-pouring-drink_52683-88094.jpg", imageAlt: "Barista handing coffee through drive-thru window"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-pouring-drink_52683-88094.jpg?_wi=1", imageAlt: "Barista handing coffee through drive-thru window"
}
]}
autoplayDelay={4000}
@@ -76,22 +76,22 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "testimonial-1", name: "Frank G.", handle: "@frankreviews", testimonial: "Amazing coffee and even better customer service. The employees create such a fun positive environment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Frank G.", icon: Star
id: "testimonial-1", name: "Frank G.", handle: "@frankreviews", testimonial: "Amazing coffee and even better customer service. The employees create such a fun positive environment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Frank G.", icon: Star
},
{
id: "testimonial-2", name: "Becki H.", handle: "@beckicoffee", testimonial: "Coffee ready immediately and my breakfast burrito was piping hot. Great service and under $10!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Becki H.", icon: Star
id: "testimonial-2", name: "Becki H.", handle: "@beckicoffee", testimonial: "Coffee ready immediately and my breakfast burrito was piping hot. Great service and under $10!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1", imageAlt: "Becki H.", icon: Star
},
{
id: "testimonial-3", name: "Marcus T.", handle: "@marcusmorning", testimonial: "Drive-thru is insanely fast. Never waited more than 2 minutes. Best morning routine ever.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Marcus T.", icon: Star
id: "testimonial-3", name: "Marcus T.", handle: "@marcusmorning", testimonial: "Drive-thru is insanely fast. Never waited more than 2 minutes. Best morning routine ever.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Marcus T.", icon: Star
},
{
id: "testimonial-4", name: "Jessica L.", handle: "@jessicalovesziggis", testimonial: "The baristas remember my order. Personal touch with lightning speed. That's rare these days.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Jessica L.", icon: Star
id: "testimonial-4", name: "Jessica L.", handle: "@jessicalovesziggis", testimonial: "The baristas remember my order. Personal touch with lightning speed. That's rare these days.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2", imageAlt: "Jessica L.", icon: Star
},
{
id: "testimonial-5", name: "Derek M.", handle: "@derekthecommuter", testimonial: "My go-to stop before work. Consistent quality, friendly crew, and I'm out in 3 minutes flat.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Derek M.", icon: Star
id: "testimonial-5", name: "Derek M.", handle: "@derekthecommuter", testimonial: "My go-to stop before work. Consistent quality, friendly crew, and I'm out in 3 minutes flat.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Derek M.", icon: Star
},
{
id: "testimonial-6", name: "Sarah K.", handle: "@sarahziggisfan", testimonial: "Perfect balance of premium coffee and wallet-friendly prices. Rewards program is the cherry on top.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Sarah K.", icon: Star
id: "testimonial-6", name: "Sarah K.", handle: "@sarahziggisfan", testimonial: "Perfect balance of premium coffee and wallet-friendly prices. Rewards program is the cherry on top.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=3", imageAlt: "Sarah K.", icon: Star
}
]}
speed={40}
@@ -112,16 +112,16 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
title: "⚡ Lightning-Fast Service", description: "Coffee ready in minutes. Drive-thru precision meets espresso expertise. Never wait, always deliver.", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "Fast service lightning icon"
title: "⚡ Lightning-Fast Service", description: "Coffee ready in minutes. Drive-thru precision meets espresso expertise. Never wait, always deliver.", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=2", imageAlt: "Fast service lightning icon"
},
{
title: "😊 Friendly Energy", description: "Baristas who brighten your day. Genuine smiles. Personal connections. Your morning boost, served with warmth.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10442.jpg", imageAlt: "Friendly smiley face icon"
title: "😊 Friendly Energy", description: "Baristas who brighten your day. Genuine smiles. Personal connections. Your morning boost, served with warmth.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10442.jpg?_wi=2", imageAlt: "Friendly smiley face icon"
},
{
title: "🌯 Hot Breakfast", description: "Fresh, filling, made fast. Chorizo burritos. Egg sandwiches. Fuel for champions. Always hot, always ready.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg", imageAlt: "Fresh breakfast preparation"
},
{
title: "💰 Great Value", description: "Premium coffee + breakfast without breaking the budget. Luxury affordability. That's the Ziggi's promise.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-pouring-drink_52683-88094.jpg", imageAlt: "Value and savings icon"
title: "💰 Great Value", description: "Premium coffee + breakfast without breaking the budget. Luxury affordability. That's the Ziggi's promise.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-pouring-drink_52683-88094.jpg?_wi=2", imageAlt: "Value and savings icon"
}
]}
/>