Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
handle: "@andrei.p",
|
||||
testimonial: "Cea mai bună cafea din oraș! Atmosferă relaxantă și servicii impecabile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=1",
|
||||
imageAlt: "cozy coffee shop interior warm light",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
handle: "@maria.ion",
|
||||
testimonial: "Îmi place mult modul în care prepară fiecare băutură. Un loc cu adevărat deosebit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2150491886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2150491886.jpg?_wi=1",
|
||||
imageAlt: "portrait smiling customer drinking coffee",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
handle: "@cris.v",
|
||||
testimonial: "O experiență autentică de cafea. Recomand cu drag tuturor prietenilor!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg?_wi=1",
|
||||
imageAlt: "happy young woman smiling cafe",
|
||||
},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
handle: "@elena.d",
|
||||
testimonial: "Locul perfect pentru a lucra sau a petrece timp cu prietenii. Cafeaua e divină.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg?_wi=1",
|
||||
imageAlt: "relaxed man drinking artisan coffee",
|
||||
},
|
||||
{
|
||||
@@ -94,11 +94,11 @@ export default function LandingPage() {
|
||||
handle: "@ioana.m",
|
||||
testimonial: "Personal amabil și o selecție variată de origini. Mano este preferata mea!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-bar-counter-cafe-with-mobile-phone-hand_627829-5524.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-bar-counter-cafe-with-mobile-phone-hand_627829-5524.jpg?_wi=1",
|
||||
imageAlt: "friendly person smiling coffee shop",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -183,37 +183,37 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Espresso Single",
|
||||
price: "10 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino",
|
||||
price: "14 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Latte Art",
|
||||
price: "15 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Flat White",
|
||||
price: "16 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Americano",
|
||||
price: "12 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cold Brew",
|
||||
price: "18 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=8",
|
||||
},
|
||||
]}
|
||||
title="Meniul Nostru"
|
||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
||||
handle: "@andrei.p",
|
||||
testimonial: "Cea mai bună cafea din oraș! Atmosferă relaxantă și servicii impecabile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2150491886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2150491886.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
||||
handle: "@maria.ion",
|
||||
testimonial: "Îmi place mult modul în care prepară fiecare băutură. Un loc cu adevărat deosebit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
handle: "@cris.v",
|
||||
testimonial: "O experiență autentică de cafea. Recomand cu drag tuturor prietenilor!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -257,7 +257,7 @@ export default function LandingPage() {
|
||||
handle: "@elena.d",
|
||||
testimonial: "Locul perfect pentru a lucra sau a petrece timp cu prietenii. Cafeaua e divină.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-bar-counter-cafe-with-mobile-phone-hand_627829-5524.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-bar-counter-cafe-with-mobile-phone-hand_627829-5524.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
|
||||
Reference in New Issue
Block a user