Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
handle: "@hatam",
|
||||
testimonial: "Mast Coffee & Wine offers exceptional coffee, a refined wine selection, and an elegant atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-antique-store_23-2149640700.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-antique-store_23-2149640700.jpg?_wi=1",
|
||||
imageAlt: "coffee and wine bar interior",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
handle: "@nijat",
|
||||
testimonial: "They serve one of the best Americanos in town!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-empty-glasses-wine_23-2148261668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-empty-glasses-wine_23-2148261668.jpg?_wi=1",
|
||||
imageAlt: "coffee and wine bar interior",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
handle: "@sarah",
|
||||
testimonial: "The interior design is just breathtaking, perfect for meetings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-full-roasted-coffee-beans-marble-surface_114579-43561.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-full-roasted-coffee-beans-marble-surface_114579-43561.jpg?_wi=1",
|
||||
imageAlt: "coffee and wine bar interior",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
handle: "@david",
|
||||
testimonial: "Extremely friendly staff and great selection of wine labels.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-decanter-wine-glasses-arrangement_23-2149746529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-decanter-wine-glasses-arrangement_23-2149746529.jpg?_wi=1",
|
||||
imageAlt: "coffee and wine bar interior",
|
||||
},
|
||||
{
|
||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
handle: "@elena",
|
||||
testimonial: "A must-visit spot in Baku for anyone who appreciates quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg?_wi=1",
|
||||
imageAlt: "coffee and wine bar interior",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-antique-store_23-2149640700.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-antique-store_23-2149640700.jpg?_wi=2"
|
||||
imageAlt="Mast Coffee & Wine interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
title: "Service Vibe",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/half-empty-glasses-wine_23-2148261668.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/half-empty-glasses-wine_23-2148261668.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
"Roast",
|
||||
"Fresh",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-full-roasted-coffee-beans-marble-surface_114579-43561.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-full-roasted-coffee-beans-marble-surface_114579-43561.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
||||
"Vintage",
|
||||
"Curated",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-decanter-wine-glasses-arrangement_23-2149746529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-decanter-wine-glasses-arrangement_23-2149746529.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
"Fresh",
|
||||
"Baked",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Craft"
|
||||
|
||||
Reference in New Issue
Block a user