Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -110,23 +110,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
<TestimonialCardTen
|
||||
title="Misafirlerimizin Kaleminden"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ahmet Yılmaz", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg"},
|
||||
{
|
||||
id: "2", name: "Ayşe Demir", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg"},
|
||||
{
|
||||
id: "3", name: "Mehmet Can", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598353.jpg"},
|
||||
{
|
||||
id: "4", name: "Elif Kaya", imageSrc: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg"},
|
||||
{
|
||||
id: "5", name: "Murat Serin", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg"},
|
||||
{ id: "1", title: "Harika Lezzet", quote: "Adana'nın en iyi kebabı diyebilirim. Sunum ve lezzet on numara.", name: "Ahmet Yılmaz", role: "Gurme" },
|
||||
{ id: "2", title: "Çok Şık", quote: "Ambiyans çok kaliteli, yemekler ise tam kıvamında. Tekrar geleceğiz.", name: "Ayşe Demir", role: "Ziyaretçi" },
|
||||
{ id: "3", title: "Lezzet Şöleni", quote: "Cevizli çiğ köfteyi mutlaka denemelisiniz, unutulmazdı.", name: "Mehmet Can", role: "Lezzet Tutkunu" },
|
||||
{ id: "4", title: "Harika Servis", quote: "Güleryüzlü hizmet ve nefis kebaplar. Herkese tavsiye ederim.", name: "Elif Kaya", role: "Müşteri" },
|
||||
{ id: "5", title: "Adana'nın Gururu", quote: "Murat Ezgü'nün elinden çıkan her tabak ayrı bir sanat eseri.", name: "Murat Serin", role: "Müdavim" },
|
||||
]}
|
||||
cardTitle="Misafirlerimizin Kaleminden"
|
||||
cardAnimation="blur-reveal"
|
||||
cardTag="Yorumlar"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user