Update src/app/page.tsx
This commit is contained in:
@@ -66,35 +66,35 @@ export default function LandingPage() {
|
||||
handle: "@maria",
|
||||
testimonial: "Cea mai bună mâncare tradițională din oraș!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ion Ionescu",
|
||||
handle: "@ion",
|
||||
testimonial: "Atmosferă primitoare și servire excelentă.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elena Vasile",
|
||||
handle: "@elena",
|
||||
testimonial: "Recomand cu drag pentru familie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Andrei Marin",
|
||||
handle: "@andrei",
|
||||
testimonial: "Mâncare autentică ca la bunica.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ioana Radu",
|
||||
handle: "@ioana",
|
||||
testimonial: "O experiență culinară minunată.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -269,7 +269,7 @@ export default function LandingPage() {
|
||||
quote: "Cea mai bună mâncare din oraș.",
|
||||
name: "Ana Maria",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -277,7 +277,7 @@ export default function LandingPage() {
|
||||
quote: "Un loc minunat pentru familie.",
|
||||
name: "Ion Vasile",
|
||||
role: "Turist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -285,7 +285,7 @@ export default function LandingPage() {
|
||||
quote: "Servire impecabilă și gustoasă.",
|
||||
name: "Maria Popa",
|
||||
role: "Client Fidel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -293,7 +293,7 @@ export default function LandingPage() {
|
||||
quote: "Atmosferă caldă, mă simt ca acasă.",
|
||||
name: "Andrei S.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -301,7 +301,7 @@ export default function LandingPage() {
|
||||
quote: "Papanașii sunt fantastici!",
|
||||
name: "Elena C.",
|
||||
role: "Vizitator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Ce spun oaspeții"
|
||||
|
||||
Reference in New Issue
Block a user