155 lines
9.2 KiB
TypeScript
155 lines
9.2 KiB
TypeScript
"use client";
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import ReactLenis from "lenis/react";
|
||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||
|
||
export default function LandingPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="bounce-effect"
|
||
defaultTextAnimation="entrance-slide"
|
||
borderRadius="soft"
|
||
contentWidth="compact"
|
||
sizing="mediumLargeSizeMediumTitles"
|
||
background="blurBottom"
|
||
cardStyle="inset"
|
||
primaryButtonStyle="gradient"
|
||
secondaryButtonStyle="glass"
|
||
headingFontWeight="bold"
|
||
>
|
||
<ReactLenis root>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleCentered
|
||
navItems={[
|
||
{
|
||
name: "Home", id: "/"},
|
||
{
|
||
name: "Menu", id: "/menu"},
|
||
{
|
||
name: "Offers", id: "/offers"},
|
||
{
|
||
name: "Branches", id: "/branches"},
|
||
{
|
||
name: "About Us", id: "/about"},
|
||
{
|
||
name: "Contact", id: "/contact"},
|
||
]}
|
||
logoSrc="http://img.b2bpic.net/free-vector/set-hand-drawn-hen-logos_23-2147626216.jpg"
|
||
logoAlt="Fried Chicken Logo"
|
||
brandName="Fried Chicken"
|
||
button={{
|
||
text: "Order Now", href: "/menu"}}
|
||
/>
|
||
</div>
|
||
|
||
<div id="our-branches" data-section="our-branches">
|
||
<TeamCardEleven
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
groups={[
|
||
{
|
||
id: "group-iraq", groupTitle: "Our Locations in Iraq", members: [
|
||
{
|
||
id: "branch-baghdad", title: "Baghdad - Main Street", subtitle: "Open 10 AM - 12 AM Daily", detail: "Contact: +964 7XX XXX XXXX", imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2078.jpg?_wi=1", imageAlt: "Fried Chicken Baghdad Branch"},
|
||
{
|
||
id: "branch-basra", title: "Basra - Riverside", subtitle: "Open 11 AM - 11 PM Daily", detail: "Contact: +964 7YY YYY YYYY", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg?_wi=1", imageAlt: "Fried Chicken Basra Branch"},
|
||
{
|
||
id: "branch-erbil", title: "Erbil - Citadel Area", subtitle: "Open 10 AM - 12 AM Daily", detail: "Contact: +964 7ZZ ZZZ ZZZZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg?_wi=1", imageAlt: "Fried Chicken Erbil Branch"},
|
||
{
|
||
id: "branch-palestine-baghdad", title: "فلسطين – بغداد", subtitle: "شارع3", detail: "الهاتف: 077 388 5500", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg?_wi=2", imageAlt: "Fried Chicken Palestine-Baghdad Branch"},
|
||
{
|
||
id: "branch-al-ahzamya", title: "الأعظمية", subtitle: "شارع الأسمعي", detail: "الهاتف: 0772 222 2857", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg?_wi=2", imageAlt: "Fried Chicken Al-Ahzamya Branch"},
|
||
{
|
||
id: "branch-14-ramadan", title: "شارع 14 رمضان", subtitle: "", detail: "الهاتف: 0780 177 7197", imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2078.jpg?_wi=2", imageAlt: "Fried Chicken 14 Ramadan Branch"},
|
||
{
|
||
id: "branch-baghdad-additional", title: "بغداد", subtitle: "", detail: "الهاتف: 0771 335 5553, أرقام إضافية: 0773 336 6656 ، 0771 666 2260", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg?_wi=3", imageAlt: "Fried Chicken Baghdad Additional Branch"}
|
||
]
|
||
},
|
||
]}
|
||
title="Find a Fried Chicken Branch Near You"
|
||
description="Visit one of our convenient locations across Iraq and enjoy your favorite fried chicken!"
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonial" data-section="testimonial">
|
||
<TestimonialCardThirteen
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
title="What Visitors Say About Our Branches"
|
||
description="Hear from our happy customers about their experience at our various locations."
|
||
showRating={true}
|
||
testimonials={[
|
||
{
|
||
id: "bt1", name: "Fatima Al-Yasiri", handle: "@FatimaVisits", testimonial: "The Baghdad branch is always lively and the service is super fast! My kids love the chicken.", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-watching-movie-blue-desk-cinema-movies-male-film-theater_140725-71613.jpg", imageAlt: "Customer at Baghdad branch"},
|
||
{
|
||
id: "bt2", name: "Hassan Karim", handle: "@HassanLocal", testimonial: "The Basra Riverside location has a great ambiance, perfect for a casual meal with friends.", rating: 4,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-holding-paper-food-package-light-pink-wall_140725-45788.jpg", imageAlt: "Customer at Basra branch"},
|
||
{
|
||
id: "bt3", name: "Zainab Rashid", handle: "@ZainabErbil", testimonial: "Erbil's Citadel branch is a gem. The staff is welcoming and the food is always fresh and delicious.", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-playing-as-kid_1149-32.jpg", imageAlt: "Customer at Erbil branch"},
|
||
{
|
||
id: "bt4", name: "Aliyah Sameer", handle: "@AliyahFood", testimonial: "I frequently visit the Baghdad branch for lunch. Their broasted chicken is consistently excellent.", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/man-screams-loudly-opens-mouth-yells-from-anger-has-red-beard-hair-holds-delicious-ice-cream-dressed-casual-black-t-shirt-listens-music-via-headphones-isolated-yellow-wall_273609-54588.jpg", imageAlt: "Another customer at Baghdad branch"},
|
||
{
|
||
id: "bt5", name: "Jawad Mansour", handle: "@JawadAdventures", testimonial: "Tried the new Zinger Supreme at Basra and it did not disappoint. Great place to grab a quick bite.", rating: 4,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-girl-eating-pizza-with-tomatoes-indoor-photo-pretty-white-woman-enjoying-fast-food-weekend-morning_197531-9727.jpg", imageAlt: "Another customer at Basra branch"},
|
||
{
|
||
id: "bt6", name: "Rana Jamal", handle: "@RanaTravels", testimonial: "Traveling through Erbil, found this place. The staff were very friendly and the chicken hit the spot!", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-heart-shaped-hand-gesture_23-2148378475.jpg", imageAlt: "Another customer at Erbil branch"},
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterSimple
|
||
columns={[
|
||
{
|
||
title: "Menu", items: [
|
||
{
|
||
label: "Buckets", href: "/menu"},
|
||
{
|
||
label: "Sandwiches", href: "/menu"},
|
||
{
|
||
label: "Broasted Chicken", href: "/menu"},
|
||
{
|
||
label: "Sides & Drinks", href: "/menu"},
|
||
],
|
||
},
|
||
{
|
||
title: "Company", items: [
|
||
{
|
||
label: "About Us", href: "/about"},
|
||
{
|
||
label: "Our Branches", href: "/branches"},
|
||
{
|
||
label: "Offers", href: "/offers"},
|
||
{
|
||
label: "Contact Us", href: "/contact"},
|
||
],
|
||
},
|
||
{
|
||
title: "Follow Us", items: [
|
||
{
|
||
label: "Facebook", href: "https://facebook.com/FriedChickenIQ"},
|
||
{
|
||
label: "Instagram", href: "https://instagram.com/FriedChickenIQ"},
|
||
{
|
||
label: "WhatsApp", href: "https://wa.me/9647xxxxxxxx"},
|
||
],
|
||
},
|
||
]}
|
||
bottomLeftText="© 2024 Fried Chicken. All rights reserved."
|
||
bottomRightText="Privacy Policy | Terms of Service"
|
||
/>
|
||
</div>
|
||
</ReactLenis>
|
||
</ThemeProvider>
|
||
);
|
||
} |