Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:31:21 +00:00
parent 1862a42caa
commit c165bd3067

View File

@@ -136,10 +136,10 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
videoSrc: "https://videos.pexels.com/video-files/3571327/3571327-sd_640_360_25fps.mp4", imageAlt: "Coffee brewing in slow motion with visible steam" imageSrc: "http://img.b2bpic.net/free-photo/two-espresso-cups-coffee-engine_140725-5567.jpg?id=7219622", imageAlt: "Coffee brewing in slow motion with visible steam"
}, },
{ {
imageSrc: "https://images.unsplash.com/photo-1495474472645-4c71bcdd2d18?w=800&q=80", imageAlt: "Artistic coffee presentation with warm amber lighting" imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?id=26607507", imageAlt: "Artistic coffee presentation with warm amber lighting"
} }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -205,13 +205,13 @@ export default function LandingPage() {
id: "1", name: "The Bar", role: "Espresso Theater", imageSrc: "https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=600&q=80", imageAlt: "Midnight Brew bar with soft neon amber lighting" id: "1", name: "The Bar", role: "Espresso Theater", imageSrc: "https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=600&q=80", imageAlt: "Midnight Brew bar with soft neon amber lighting"
}, },
{ {
id: "2", name: "Creative Corner", role: "Inspiration Hub", imageSrc: "https://images.unsplash.com/photo-1514432324607-2e467f4af445?w=600&q=80&_wi=1", imageAlt: "Artistic seating area with moody aesthetic" id: "2", name: "Creative Corner", role: "Inspiration Hub", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?id=7200240", imageAlt: "Artistic seating area with moody aesthetic"
}, },
{ {
id: "3", name: "Brewing Station", role: "Coffee Art", imageSrc: "https://images.unsplash.com/photo-1508615039623-a25605d2938d?w=600&q=80", imageAlt: "Behind-the-scenes coffee preparation artistry" id: "3", name: "Brewing Station", role: "Coffee Art", imageSrc: "http://img.b2bpic.net/premium-photo/close-up-photo-barista39s-hand-making-coffee-with-coffee-machine-cafe-coffee-shop-barista39s-hands-operating-coffee-machine-preparing-coffee-cafe-barista-focused-coffee-preparation_53876-1091307.jpg?id=418302500", imageAlt: "Behind-the-scenes coffee preparation artistry"
}, },
{ {
id: "4", name: "Ambient Glow", role: "Atmospheric Design", imageSrc: "https://images.unsplash.com/photo-1514432324607-2e467f4af445?w=600&q=80&_wi=2", imageAlt: "Warm neon amber lighting creating immersive mood" id: "4", name: "Ambient Glow", role: "Atmospheric Design", imageSrc: "http://img.b2bpic.net/premium-photo/cozy-coffee-cafe-with-warm-ambient-glow-soft-lights-creating-beautiful-bokeh-backgroun_818261-10028.jpg?id=54406275", imageAlt: "Warm neon amber lighting creating immersive mood"
} }
]} ]}
gridVariant="bento-grid" gridVariant="bento-grid"