Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
href: "#location",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-coffee-with-heart-latte-art_1170-687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-coffee-with-heart-latte-art_1170-687.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
price: "$7.00",
|
||||
rating: 5,
|
||||
reviewCount: "94",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-drink_23-2149356018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-drink_23-2149356018.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
price: "$14.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-arrangement_23-2148833902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-arrangement_23-2148833902.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
quote: "Best avocado toast in NYC.",
|
||||
tag: "Brunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg?_wi=2",
|
||||
imageAlt: "person cafe happy",
|
||||
},
|
||||
{
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
quote: "Feels like home.",
|
||||
tag: "Vibe",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-asian-woman-sitting-cafe-smartphone-coffee-table-businesswoman_1258-199404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-coffee-with-heart-latte-art_1170-687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-coffee-with-heart-latte-art_1170-687.jpg?_wi=2",
|
||||
imageAlt: "person cafe happy",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
quote: "Incredible latte art.",
|
||||
tag: "Coffee",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-holding-disposable-coffee-cup-table_23-2148148235.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-drink_23-2149356018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-drink_23-2149356018.jpg?_wi=2",
|
||||
imageAlt: "person cafe happy",
|
||||
},
|
||||
{
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
quote: "Unmatched morning energy.",
|
||||
tag: "Brunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-having-plate-waffle-fruits-using-laptop_23-2147942132.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-arrangement_23-2148833902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-arrangement_23-2148833902.jpg?_wi=2",
|
||||
imageAlt: "person cafe happy",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user