Update src/app/page.tsx
This commit is contained in:
@@ -64,17 +64,17 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe atmosphere",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg?_wi=1",
|
||||
imageAlt: "freshly roasted coffee beans",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg?_wi=1",
|
||||
imageAlt: "brewing coffee equipment",
|
||||
},
|
||||
{
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
imageAlt: "sustainable fair trade coffee",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=2",
|
||||
imageAlt: "high quality coffee beans",
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
imageAlt: "sustainable fair trade coffee",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg?_wi=2",
|
||||
imageAlt: "high quality coffee beans",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function LandingPage() {
|
||||
imageAlt: "sustainable fair trade coffee",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg?_wi=2",
|
||||
imageAlt: "high quality coffee beans",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user