Update src/app/page.tsx

This commit is contained in:
2026-05-07 13:56:56 +00:00
parent b9a1295070
commit 5adcce7144

View File

@@ -50,13 +50,13 @@ export default function LandingPage() {
title="Awaken Your Senses"
description="At Caffeine Rising, every cup tells a story of passion, craft, and the perfect roast. Join us for a moment of quiet indulgence."
testimonials={[
{ name: "Elena M.", handle: "@elena_coffee", testimonial: "The best espresso in the city, hands down. The atmosphere is just right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg", imageAlt: "latte art cafe atmosphere" },
{ name: "Elena M.", handle: "@elena_coffee", testimonial: "The best espresso in the city, hands down. The atmosphere is just right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg?_wi=1", imageAlt: "latte art cafe atmosphere" },
{ name: "Mark D.", handle: "@mark_d", testimonial: "A true sanctuary for coffee lovers. Professional baristas and great vibes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-young-male-barista-making-cup-coffee-while-standing-cafe-counter-young-man-pouring-milk-into-cup-coffee-vintage-filtered-image_1253-1015.jpg", imageAlt: "latte art cafe atmosphere" },
{ name: "Sarah P.", handle: "@sarah_p", testimonial: "My morning ritual is incomplete without a latte from Caffeine Rising.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148173344.jpg", imageAlt: "latte art cafe atmosphere" },
{ name: "Jason K.", handle: "@jason_k", testimonial: "Exquisite beans, perfectly roasted. You can taste the quality in every sip.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-17419.jpg", imageAlt: "latte art cafe atmosphere" },
{ name: "Anna W.", handle: "@anna_w", testimonial: "Truly a hidden gem for any coffee connoisseur.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg", imageAlt: "latte art cafe atmosphere" }
{ name: "Sarah P.", handle: "@sarah_p", testimonial: "My morning ritual is incomplete without a latte from Caffeine Rising.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148173344.jpg?_wi=1", imageAlt: "latte art cafe atmosphere" },
{ name: "Jason K.", handle: "@jason_k", testimonial: "Exquisite beans, perfectly roasted. You can taste the quality in every sip.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-17419.jpg?_wi=1", imageAlt: "latte art cafe atmosphere" },
{ name: "Anna W.", handle: "@anna_w", testimonial: "Truly a hidden gem for any coffee connoisseur.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg?_wi=1", imageAlt: "latte art cafe atmosphere" }
]}
imageSrc="http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg"
imageSrc="http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg?_wi=2"
imageAlt="Coffee shop atmosphere"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/hand-holding-coffee-cup_74190-3412.jpg", alt: "Hand holding Coffee cup" },
@@ -88,21 +88,21 @@ export default function LandingPage() {
{
title: "Ethical Sourcing", description: "We partner directly with farmers to ensure fair trade and sustainable farming practices.", icon: Leaf,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148173344.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148173344.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-table_176474-620.jpg" }
]
},
{
title: "Modern Environment", description: "Our cafe is designed as a peaceful haven for work, connection, and relaxation.", icon: Coffee,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-17419.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-17419.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg" }
]
},
{
title: "Pro Brewing", description: "Using high-end equipment to extract the most delicate flavors from our beans.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shiny-stainless-steel-espresso-machine-with-stacked-cups_23-2151986815.jpg" }
]
}