Merge version_1 into main #3
@@ -107,17 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Grilled Octopus", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
id: "1", name: "Grilled Octopus", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Saganaki Honey", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
id: "2", name: "Saganaki Honey", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Fava Santorini", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
id: "3", name: "Fava Santorini", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Lamb Kleftiko", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
id: "4", name: "Lamb Kleftiko", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=4"},
|
||||
{
|
||||
id: "5", name: "Horiatiki Salad", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
id: "5", name: "Horiatiki Salad", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=5"},
|
||||
{
|
||||
id: "6", name: "Stuffed Vine Leaves", price: "11€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
id: "6", name: "Stuffed Vine Leaves", price: "11€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=6"},
|
||||
]}
|
||||
title="The Selection"
|
||||
description="Carefully curated meze, honoring Greek traditions."
|
||||
@@ -133,19 +133,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Eleni P.", role: "Food Critic", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=7"},
|
||||
{
|
||||
id: "2", name: "Giannis M.", role: "Regular", company: "Thessaloniki Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=8"},
|
||||
{
|
||||
id: "3", name: "Sophie D.", role: "Tourist", company: "Travel Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=9"},
|
||||
{
|
||||
id: "4", name: "Kostas T.", role: "Foodie", company: "Gourmet Society", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=10"},
|
||||
{
|
||||
id: "5", name: "Maria K.", role: "Customer", company: "Frequent Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=11"},
|
||||
]}
|
||||
title="Heartfelt Feedback"
|
||||
description="Authentic experiences from our guests."
|
||||
|
||||
Reference in New Issue
Block a user