Update src/app/reviews/page.tsx
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -26,180 +25,81 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Əsas Səhifə",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Əsas Səhifə", id: "/"},
|
||||
{
|
||||
name: "Haqqımızda",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "Haqqımızda", id: "/about"},
|
||||
{
|
||||
name: "Menyu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menyu", id: "/menu"},
|
||||
{
|
||||
name: "Rəylər",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Rəylər", id: "/reviews"},
|
||||
{
|
||||
name: "Əlaqə",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Əlaqə", id: "/contact"},
|
||||
{
|
||||
name: "Qalereya",
|
||||
id: "gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
name: "Qalereya", id: "/gallery"}
|
||||
]}
|
||||
brandName="Biton Restaurant"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews-marquee" data-section="reviews-marquee">
|
||||
<TestimonialCardSix
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayşən Əliyeva",
|
||||
handle: "@ayshen_a",
|
||||
testimonial: "Biton Restaurant Bakıdakı ən sevimli məkanımdır. Burgerlər möhtəşəmdir!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-842.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elvin Məmmədov",
|
||||
handle: "@elvin_m",
|
||||
testimonial: "Tantuni ləzzətlidir, servis əla! Hər kəsə tövsiyə edirəm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_273609-1727.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nərmin Quliyeva",
|
||||
handle: "@nermin_q",
|
||||
testimonial: "Həqiqətən də pizza Bakıda yediyim ən yaxşılarındandır. Mütləq dadın!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-menstrual-cup_23-2149390294.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rəşad Həsənov",
|
||||
handle: "@reshad_h",
|
||||
testimonial: "Dönər çox təzə və dadlı idi. Atmosfer də çox xoşdur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Leyla Vəliyeva",
|
||||
handle: "@leyla_v",
|
||||
testimonial: "Uşaqlarla gəldik, hamı çox bəyəndi. Hər şey super idi!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-842.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Orxan Kazımov",
|
||||
handle: "@orxan_k",
|
||||
testimonial: "Hər gəlişimdə yeni bir ləzzət kəşf edirəm. Menyu çox çeşidlidir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_273609-1727.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Müştərilərimizin Rəyləri"
|
||||
description="Biton Restaurant-da yaşadığınız unudulmaz anları bizimlə bölüşən bütün müştərilərimizə təşəkkür edirik. Sizin rəyləriniz bizi daha yaxşı olmağa ruhlandırır!"
|
||||
speed={50}
|
||||
topMarqueeDirection="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews-stars" data-section="reviews-stars">
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="auto"
|
||||
uniformGridCustomHeightClasses="min-h-none"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatimə Əhmədova",
|
||||
handle: "@fatima.a",
|
||||
testimonial: "Biton Restaurant keyfiyyət və dadı bir araya gətirən möhtəşəm bir məkandır.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-menstrual-cup_23-2149390294.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Aynur Hüseynova", handle: "@aynur.h", testimonial: "Burgerləriniz sadəcə möhtəşəmdir! Bakıda yediyim ən dadlı burgerlər sizin restoranınızdadır.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-842.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samir Həmidov",
|
||||
handle: "@samir.h",
|
||||
testimonial: "Buradakı dönər həyatımda yediyim ən ləzzətli dönərlərdən biridir.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_273609-1727.jpg?_wi=4",
|
||||
},
|
||||
id: "2", name: "Elvin Məmmədov", handle: "@elvin.m", testimonial: "Pizzalarınızın dadı unudulmazdır. Hər dəfə gələndə fərqli birini sifariş edirəm və heç vaxt peşman olmuram.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_273609-1727.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Günay Xəlilova",
|
||||
handle: "@gunay.x",
|
||||
testimonial: "Servis çox sürətli və gülərüz idi. Hər şey mükəmməl.",
|
||||
rating: 4.5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-842.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Günay Əliyeva", handle: "@gunay.a", testimonial: "Ayran və soyuq baklavanın dadına söz ola bilməz. Yeməklərdən sonra mükəmməl seçimdir!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-menstrual-cup_23-2149390294.jpg"},
|
||||
{
|
||||
id: "4", name: "Fərid Kərimov", handle: "@ferid.k", testimonial: "Məkanınız çox təmiz və rahatdır, personal isə həmişə gülərüz və mehribandır. Hər şey əla idi!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg"}
|
||||
]}
|
||||
showRating={true}
|
||||
title="Bizim üçün nə deməkdirsiniz?"
|
||||
description="Sizdən gələn hər bir rəy bizim üçün dəyərlidir. Müştərilərimizin fikirləri keyfiyyətimizin əsas göstəricisidir."
|
||||
title="Müştərilərimizin Rəyləri"
|
||||
description="Biton Restaurant haqqında müştərilərimizin xoş sözləri. Onların dedikləri bizim üçün ən böyük motivasiyadır!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBaseCard
|
||||
logoText="Biton Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Haqqımızda",
|
||||
items: [
|
||||
title: "Keşfet", items: [
|
||||
{
|
||||
label: "Biz Kimik?",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Əsas Səhifə", href: "/"},
|
||||
{
|
||||
label: "Karyera",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Haqqımızda", href: "/about"},
|
||||
{
|
||||
label: "Menyu", href: "/menu"},
|
||||
{
|
||||
label: "Qalereya", href: "/gallery"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Menyu",
|
||||
items: [
|
||||
title: "Dəstək", items: [
|
||||
{
|
||||
label: "Burgerlər",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Əlaqə", href: "/contact"},
|
||||
{
|
||||
label: "Pizzalar",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Tez-tez Verilən Suallar", href: "#faq"},
|
||||
{
|
||||
label: "Türk Mətbəxi",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
label: "Məxfilik Siyasəti", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Dəstək",
|
||||
items: [
|
||||
title: "Sosial Media", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/bitonrestaurant"},
|
||||
{
|
||||
label: "Əlaqə",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/bitonrestaurant"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Biton Restaurant. Bütün hüquqlar qorunur."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user