Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -63,35 +63,35 @@ export default function LandingPage() {
|
||||
handle: "@enes",
|
||||
testimonial: "Nargile hastası olarak tavsiye edebileceğim tek mekan, nargileleri harika.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-planning_23-2148925825.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-planning_23-2148925825.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Burak YASAR",
|
||||
handle: "@burak",
|
||||
testimonial: "Yemekler çok lezzetli, ortam ferah ve hizmet kaliteli.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-while-playing-poker_23-2149318953.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-while-playing-poker_23-2149318953.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Recep Özgenç",
|
||||
handle: "@recep",
|
||||
testimonial: "Çalışanlar arkadaş kardeş gibiydi, harika vakit geçirdik.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285971.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285971.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ayşe K.",
|
||||
handle: "@ayse",
|
||||
testimonial: "Very friendly service and delicious food options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-planning-trip_23-2148925838.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-planning-trip_23-2148925838.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mehmet D.",
|
||||
handle: "@mehmet",
|
||||
testimonial: "The best cafe to hang out with friends in the area.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-with-vegetables-white-plate_23-2147954359.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-with-vegetables-white-plate_23-2147954359.jpg?_wi=1"
|
||||
imageAlt="Green Garden Cafe ambiance"
|
||||
avatars={[
|
||||
{
|
||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
||||
quote: "The employees are like family.",
|
||||
name: "Recep Özgenç",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-planning_23-2148925825.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-planning_23-2148925825.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -286,7 +286,7 @@ export default function LandingPage() {
|
||||
quote: "Best hookah in town, very reliable service.",
|
||||
name: "Enes Tekeli",
|
||||
role: "Hookah Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-while-playing-poker_23-2149318953.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-while-playing-poker_23-2149318953.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -294,7 +294,7 @@ export default function LandingPage() {
|
||||
quote: "The food is consistently excellent.",
|
||||
name: "Burak YASAR",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285971.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285971.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -302,7 +302,7 @@ export default function LandingPage() {
|
||||
quote: "Friendly and professional staff.",
|
||||
name: "Mehmet D.",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-planning-trip_23-2148925838.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-planning-trip_23-2148925838.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
@@ -310,7 +310,7 @@ export default function LandingPage() {
|
||||
quote: "We loved every minute of it.",
|
||||
name: "Ayşe K.",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
@@ -342,7 +342,7 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
description="Need more info? We are here to help."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-with-vegetables-white-plate_23-2147954359.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-with-vegetables-white-plate_23-2147954359.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user