Update src/app/page.tsx

This commit is contained in:
2026-03-02 15:53:01 +00:00
parent 9c87fa2f54
commit 3ebfa4a014

View File

@@ -50,23 +50,23 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg", imageAlt: "Coffee brewing process"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg?_wi=1", imageAlt: "Coffee brewing process"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Fresh latte with latte art"}, imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=1", imageAlt: "Fresh latte with latte art"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Roasted coffee beans"}, imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg?_wi=1", imageAlt: "Roasted coffee beans"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg", imageAlt: "Hot coffee in ceramic cup"}, imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg?_wi=1", imageAlt: "Hot coffee in ceramic cup"},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg", imageAlt: "Premium coffee cup"}, imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg?_wi=2", imageAlt: "Premium coffee cup"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Coffee bean selection"}, imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg?_wi=2", imageAlt: "Coffee bean selection"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Artisan latte"}, imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=2", imageAlt: "Artisan latte"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg", imageAlt: "Brewing excellence"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg?_wi=2", imageAlt: "Brewing excellence"},
]} ]}
buttons={[ buttons={[
{ text: "View Menu", href: "#products" }, { text: "View Menu", href: "#products" },