Update src/app/page.tsx

This commit is contained in:
2026-03-12 10:32:02 +00:00
parent 458882aa25
commit 59cd9e15bf

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/freshly-ground-coffee-beans-fuel-barista-workshop-generated-by-ai_188544-45314.jpg", imageAlt: "Artisanal latte art"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg", imageAlt: "Intimate coffee shop interior"
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=1", imageAlt: "Intimate coffee shop interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-top-view-background_24972-2313.jpg", imageAlt: "Premium specialty coffee beans"
@@ -73,7 +73,7 @@ export default function LandingPage() {
{ value: "8+ years", title: "Perfecting Our Craft" },
{ value: "15+ Countries", title: "Single-Origin Beans Sourced" }
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=2"
imageAlt="H5 Coffee intimate interior ambiance"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
@@ -135,10 +135,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Kristīne Liepa", handle: "Design Professional", testimonial: "H5 is my creative sanctuary. The quality of espresso is unmatched, and the atmosphere is perfect for thinking through design challenges. Ričards and his team understand specialty coffee.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "Kristīne Liepa"
id: "1", name: "Kristīne Liepa", handle: "Design Professional", testimonial: "H5 is my creative sanctuary. The quality of espresso is unmatched, and the atmosphere is perfect for thinking through design challenges. Ričards and his team understand specialty coffee.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg?_wi=1", imageAlt: "Kristīne Liepa"
},
{
id: "2", name: "Jānis Ozols", handle: "Coffee Enthusiast", testimonial: "Finally, a proper specialty coffee shop in Riga. The single-origin beans are carefully selected, and every cup reflects real craftsmanship. This is what I've been searching for.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg", imageAlt: "Jānis Ozols"
id: "2", name: "Jānis Ozols", handle: "Coffee Enthusiast", testimonial: "Finally, a proper specialty coffee shop in Riga. The single-origin beans are carefully selected, and every cup reflects real craftsmanship. This is what I've been searching for.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg?_wi=1", imageAlt: "Jānis Ozols"
},
{
id: "3", name: "Emma Thompson", handle: "Traveler", testimonial: "I stumbled upon H5 during my Riga visit and it was a highlight. It's exactly the kind of authentic local experience you can't find in guidebooks. The baristas are friendly, the coffee is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sceptical-creative-man-green-blazer-dark-background_613910-3829.jpg", imageAlt: "Emma Thompson"
@@ -147,10 +147,10 @@ export default function LandingPage() {
id: "4", name: "Andris Vērtējs", handle: "Remote Worker", testimonial: "My second office. Reliable WiFi, comfortable seating, excellent coffee, and a welcoming vibe that makes me want to stay for hours. H5 nails the work-café experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Andris Vērtējs"
},
{
id: "5", name: "Laura Bērziņa", handle: "Student", testimonial: "Not just coffee—it's an experience. The team remembers regulars, cares about quality, and creates a space where you actually want to spend time. This is community.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "Laura Bērziņa"
id: "5", name: "Laura Bērziņa", handle: "Student", testimonial: "Not just coffee—it's an experience. The team remembers regulars, cares about quality, and creates a space where you actually want to spend time. This is community.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg?_wi=2", imageAlt: "Laura Bērziņa"
},
{
id: "6", name: "Michael Kravs", handle: "Tech Professional", testimonial: "Best specialty coffee in Riga without question. The attention to detail mirrors my own work ethic. H5 is where craft meets passion. Every visit is worth it.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg", imageAlt: "Michael Kravs"
id: "6", name: "Michael Kravs", handle: "Tech Professional", testimonial: "Best specialty coffee in Riga without question. The attention to detail mirrors my own work ethic. H5 is where craft meets passion. Every visit is worth it.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg?_wi=2", imageAlt: "Michael Kravs"
}
]}
speed={40}