Merge version_1 into main #3
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="Crafted with Passion, Savored with Joy"
|
||||
description="Experience the finest specialty coffee sourced from sustainable farms around the world. Every cup tells a story of craftsmanship, tradition, and dedication to excellence."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-coffee-cup_53876-88531.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-coffee-cup_53876-88531.jpg?_wi=1"
|
||||
imageAlt="Premium espresso coffee with latte art"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -59,15 +59,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah M.", handle: "@coffeelover", testimonial: "The best coffee I've had in years. The attention to detail is incredible!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Sarah M."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg?_wi=1", imageAlt: "Sarah M."
|
||||
},
|
||||
{
|
||||
name: "James L.", handle: "@morningessential", testimonial: "Their baristas are true artists. Every cup is a masterpiece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "James L."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=1", imageAlt: "James L."
|
||||
},
|
||||
{
|
||||
name: "Emma R.", handle: "@coffeeaddict", testimonial: "Finally found my go-to spot. Consistent quality, amazing vibe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg", imageAlt: "Emma R."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=1", imageAlt: "Emma R."
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
id: "espresso", name: "Double Espresso", price: "$4.50", variant: "Rich & Bold", imageSrc: "http://img.b2bpic.net/free-photo/bar-concept-with-barman-putting-milk-coffee_23-2147798050.jpg", imageAlt: "Double espresso shot"
|
||||
},
|
||||
{
|
||||
id: "cappuccino", name: "Classic Cappuccino", price: "$5.95", variant: "Smooth & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg", imageAlt: "Cappuccino with latte art"
|
||||
id: "cappuccino", name: "Classic Cappuccino", price: "$5.95", variant: "Smooth & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg?_wi=1", imageAlt: "Cappuccino with latte art"
|
||||
},
|
||||
{
|
||||
id: "cold-brew", name: "Cold Brew", price: "$5.50", variant: "Refreshing & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Iced cold brew coffee"
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg", imageAlt: "Expert barista preparing coffee"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg", imageAlt: "Beautiful latte art"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg?_wi=2", imageAlt: "Beautiful latte art"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoon-cup-coffee_23-2147764932.jpg", imageAlt: "Fresh roasted coffee beans"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-brush_23-2148892845.jpg", imageAlt: "Coffee roasting process"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-brush_23-2148892845.jpg?_wi=1", imageAlt: "Coffee roasting process"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -182,10 +182,10 @@ export default function LandingPage() {
|
||||
title: "Small-Batch Roasting", description: "Each batch is hand-roasted in-house to perfection, ensuring maximum freshness and flavor complexity.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-brush_23-2148892845.jpg", imageAlt: "Artisan roasting facility"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-brush_23-2148892845.jpg?_wi=2", imageAlt: "Artisan roasting facility"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup_53876-88531.jpg", imageAlt: "Premium roasted coffee"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup_53876-88531.jpg?_wi=2", imageAlt: "Premium roasted coffee"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -216,16 +216,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "50K+", title: "Happy Customers", description: "Weekly visitors enjoying our coffee experience", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Happy customers placeholder"
|
||||
id: "metric-1", value: "50K+", title: "Happy Customers", description: "Weekly visitors enjoying our coffee experience", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Happy customers placeholder"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "1000+", title: "Tons of Beans", description: "Sourced and roasted annually from sustainable farms", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Beans placeholder"
|
||||
id: "metric-2", value: "1000+", title: "Tons of Beans", description: "Sourced and roasted annually from sustainable farms", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Beans placeholder"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "25", title: "Award Wins", description: "Recognition for excellence in coffee quality and service", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Award wins placeholder"
|
||||
id: "metric-3", value: "25", title: "Award Wins", description: "Recognition for excellence in coffee quality and service", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Award wins placeholder"
|
||||
},
|
||||
{
|
||||
id: "metric-4", value: "$500K", title: "Community Support", description: "Direct aid to coffee farmers and their families", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Community support placeholder"
|
||||
id: "metric-4", value: "$500K", title: "Community Support", description: "Direct aid to coffee farmers and their families", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Community support placeholder"
|
||||
}
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -250,15 +250,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", role: "Marketing Director", company: "Creative Studios", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Sarah Mitchell"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "James Chen", role: "Tech Entrepreneur", company: "Startup Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "James Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=2", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Emma Rodriguez", role: "Designer", company: "Design Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg", imageAlt: "Emma Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=2", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Michael Park", role: "Writer & Blogger", company: "Content Hub", rating: 5,
|
||||
@@ -266,11 +266,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Lisa Anderson", role: "CEO", company: "Tech Innovation", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Lisa Anderson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg?_wi=3", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "David Wong", role: "Product Manager", company: "Digital Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "David Wong"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=3", imageAlt: "David Wong"
|
||||
}
|
||||
]}
|
||||
className="w-full"
|
||||
|
||||
Reference in New Issue
Block a user