Update src/app/page.tsx
This commit is contained in:
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Traveler Review", handle: "@guest", testimonial: "The atmosphere is rustic and full of character. A small, authentic tavern right next to the church bell tower. Outstanding home cooking.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=1"},
|
||||
{
|
||||
name: "Local Guest", handle: "@local", testimonial: "10/10 — food, service, everything. Always fresh, always homemade, and truly welcoming.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=2"},
|
||||
{
|
||||
name: "Foodie Visitor", handle: "@traveler", testimonial: "We came back multiple times — and every time, we were the only foreigners. That is always a sign of quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=3"},
|
||||
{
|
||||
name: "Happy Customer", handle: "@diner", testimonial: "Perfect atmosphere, traditional and authentic. The meat was perfectly cooked every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=4"},
|
||||
{
|
||||
name: "Returning Guest", handle: "@regular", testimonial: "A true hidden gem and a culinary highlight. €15 per person for food and drinks — plus free dessert!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Perfectly Grilled Meats", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-skewer-tray-with-red-pepper_23-2148699100.jpg"},
|
||||
{
|
||||
id: "2", name: "Traditional Greek Sides", price: "Outstanding", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg"},
|
||||
id: "2", name: "Traditional Greek Sides", price: "Outstanding", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Sweet House Dessert", price: "On the House", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-23930.jpg"},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "5", name: "Nearby Landmark", price: "Church Tower", imageSrc: "http://img.b2bpic.net/free-photo/tower-torre-des-carregador-spain_181624-43431.jpg"},
|
||||
{
|
||||
id: "6", name: "Locals' Choice", price: "Hidden Gem", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg"},
|
||||
id: "6", name: "Locals' Choice", price: "Hidden Gem", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg?_wi=2"},
|
||||
]}
|
||||
title="Dishes You’ll Remember"
|
||||
description="Homemade recipes — no shortcuts. Every plate is made with care."
|
||||
|
||||
Reference in New Issue
Block a user