Merge version_1 into main #2
343
src/app/page.tsx
343
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { MapPin } from "lucide-react";
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -13,248 +14,122 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Səhifə",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menyu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Rezervasiya",
|
||||
id: "/reservation",
|
||||
},
|
||||
{
|
||||
name: "Əlaqə",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Amal Restourant"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Ana Səhifə", id: "/" },
|
||||
{ name: "Menyu", id: "/menu" },
|
||||
{ name: "Rezervasiya", id: "/reservation" },
|
||||
{ name: "Əlaqə", id: "/contact" },
|
||||
]}
|
||||
brandName="Amal Restourant"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Amal Restourant"
|
||||
description="Premium dad və incə zövqün ünvanı. Amal ilə unudulmaz anlar yaşayın."
|
||||
buttons={[
|
||||
{
|
||||
text: "Menyuya bax",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
text: "Rezervasiya et",
|
||||
href: "/reservation",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
]}
|
||||
avatarText="1000+ məmnun müştəri"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Xidmət",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Milli Mətbəx",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Canlı Musiqi",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "VIP Zallar",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Xüsusi Tədbirlər",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Amal Restourant"
|
||||
description="Premium dad və incə zövqün ünvanı. Amal ilə unudulmaz anlar yaşayın."
|
||||
buttons={[{ text: "Menyuya bax", href: "/menu" }, { text: "Rezervasiya et", href: "/reservation" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="1000+ məmnun müştəri"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Premium Xidmət" },
|
||||
{ type: "text", text: "Milli Mətbəx" },
|
||||
{ type: "text", text: "Canlı Musiqi" },
|
||||
{ type: "text", text: "VIP Zallar" },
|
||||
{ type: "text", text: "Xüsusi Tədbirlər" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Mərkəz Filialı",
|
||||
description: "Bakı, Mərkəz küçəsi 12",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant dining",
|
||||
},
|
||||
{
|
||||
title: "Dənizkənarı Filialı",
|
||||
description: "Bakı, Bulvar küçəsi 45",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-fish-with-sauce-tomatoes-white-plate_181624-36480.jpg?_wi=1",
|
||||
imageAlt: "gourmet food plate",
|
||||
},
|
||||
{
|
||||
title: "Gəncə Filialı",
|
||||
description: "Gəncə, Nizami pr. 8",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg?_wi=1",
|
||||
imageAlt: "restaurant interior design",
|
||||
},
|
||||
{
|
||||
title: "Səbail Filialı",
|
||||
description: "Bakı, Səbail pr. 3",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant dining",
|
||||
},
|
||||
]}
|
||||
title="Filiallarımız"
|
||||
description="Şəhərin müxtəlif nöqtələrində sizə yaxın olan Amal restoranları."
|
||||
/>
|
||||
</div>
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Mərkəz Filialı", description: "Bakı, Mərkəz küçəsi 12", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "luxury restaurant dining" },
|
||||
{ title: "Dənizkənarı Filialı", description: "Bakı, Bulvar küçəsi 45", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/cooked-fish-with-sauce-tomatoes-white-plate_181624-36480.jpg", imageAlt: "gourmet food plate" },
|
||||
{ title: "Gəncə Filialı", description: "Gəncə, Nizami pr. 8", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg", imageAlt: "restaurant interior design" },
|
||||
{ title: "Səbail Filialı", description: "Bakı, Səbail pr. 3", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "luxury restaurant dining" },
|
||||
]}
|
||||
title="Filiallarımız"
|
||||
description="Şəhərin müxtəlif nöqtələrində sizə yaxın olan Amal restoranları."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Müştəri Rəyləri"
|
||||
description="Qonaqlarımızın bizdən razı qaldığı məqamlar."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aysel",
|
||||
handle: "@aysel",
|
||||
testimonial: "Əla xidmət və dadlı yeməklər!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elvin",
|
||||
handle: "@elvin",
|
||||
testimonial: "Bakının ən yaxşı restoranı.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nigar",
|
||||
handle: "@nigar",
|
||||
testimonial: "Atmosfer çox gözəldir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kamran",
|
||||
handle: "@kamran",
|
||||
testimonial: "Plov möhtəşəm idi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Müştəri Rəyləri"
|
||||
description="Qonaqlarımızın bizdən razı qaldığı məqamlar."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Aysel", handle: "@aysel", testimonial: "Əla xidmət və dadlı yeməklər!", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg" },
|
||||
{ id: "2", name: "Elvin", handle: "@elvin", testimonial: "Bakının ən yaxşı restoranı.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg" },
|
||||
{ id: "3", name: "Nigar", handle: "@nigar", testimonial: "Atmosfer çox gözəldir.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg" },
|
||||
{ id: "4", name: "Kamran", handle: "@kamran", testimonial: "Plov möhtəşəm idi.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Tez-tez Soruşulanlar"
|
||||
description="Restoran haqqında məlumatlar."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Çatdırılma var?",
|
||||
content: "Bəli, şəhərdaxili çatdırılma mövcuddur.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Parkinq mövcuddur?",
|
||||
content: "Bəli, pulsuz parkinqimiz var.",
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Tez-tez Soruşulanlar"
|
||||
description="Restoran haqqında məlumatlar."
|
||||
faqs={[
|
||||
{ id: "1", title: "Çatdırılma var?", content: "Bəli, şəhərdaxili çatdırılma mövcuddur." },
|
||||
{ id: "2", title: "Parkinq mövcuddur?", content: "Bəli, pulsuz parkinqimiz var." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Blog"
|
||||
description="Ən son yeniliklər."
|
||||
blogs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Amal Restourant"
|
||||
columns={[
|
||||
{
|
||||
title: "Keçidlər",
|
||||
items: [
|
||||
{
|
||||
label: "Menyu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
label: "Rezervasiya",
|
||||
href: "/reservation",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sosial",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/leyla.sss.m/",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Amal Restourant. Bütün hüquqlar qorunur."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Amal Restourant"
|
||||
columns={[
|
||||
{ title: "Keçidlər", items: [{ label: "Menyu", href: "/menu" }, { label: "Rezervasiya", href: "/reservation" }] },
|
||||
{ title: "Sosial", items: [{ label: "Instagram", href: "https://www.instagram.com/leyla.sss.m/" }] },
|
||||
]}
|
||||
copyrightText="© 2026 Amal Restourant. Bütün hüquqlar qorunur."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user