Update src/app/page.tsx
This commit is contained in:
@@ -50,23 +50,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
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={[
|
||||
{
|
||||
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={[
|
||||
{ text: "View Menu", href: "#products" },
|
||||
|
||||
Reference in New Issue
Block a user