Update src/app/page.tsx
This commit is contained in:
@@ -19,10 +19,10 @@ const navItems = [
|
||||
|
||||
const heroLeftCarouselItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glass-counter-caf-shop_23-2147892915.jpg", imageAlt: "cozy cafe interior warm lighting"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glass-counter-caf-shop_23-2147892915.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg", imageAlt: "specialty coffee preparation barista"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=1", imageAlt: "specialty coffee preparation barista"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/informal-chatting-with-friends-weekly-meeting-local-cafeteria-hot-summer-day_8353-10264.jpg", imageAlt: "young professionals working cafe laptop"
|
||||
@@ -34,7 +34,7 @@ const heroRightCarouselItems = [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "warm cafe decoration aesthetic plants"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-strawberry-pie-with-tea-pink_140725-78436.jpg", imageAlt: "cafe menu pastry dessert display"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-strawberry-pie-with-tea-pink_140725-78436.jpg?_wi=1", imageAlt: "cafe menu pastry dessert display"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-drinks-cocktails-summer-city_1157-38855.jpg", imageAlt: "outdoor cafe seating street view"
|
||||
@@ -59,15 +59,15 @@ const aboutBulletPoints = [
|
||||
const menuFeatures = [
|
||||
{
|
||||
id: "espresso", title: "Signature Espresso", tags: ["Bold", "Rich", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg", imageAlt: "Signature espresso drinks"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=2", imageAlt: "Signature espresso drinks"
|
||||
},
|
||||
{
|
||||
id: "pastries", title: "Artisanal Pastries", tags: ["Fresh", "Handcrafted", "Daily"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-strawberry-pie-with-tea-pink_140725-78436.jpg", imageAlt: "Freshly baked pastries and treats"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-strawberry-pie-with-tea-pink_140725-78436.jpg?_wi=2", imageAlt: "Freshly baked pastries and treats"
|
||||
},
|
||||
{
|
||||
id: "lattes", title: "Specialty Lattes", tags: ["Creamy", "Smooth", "Seasonal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glass-counter-caf-shop_23-2147892915.jpg", imageAlt: "Specialty latte creations"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glass-counter-caf-shop_23-2147892915.jpg?_wi=2", imageAlt: "Specialty latte creations"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user