324 lines
10 KiB
TypeScript
324 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
import { DollarSign, Truck } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-bubble"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="smallMedium"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="none"
|
|
cardStyle="outline"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="light"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "hero",
|
|
},
|
|
{
|
|
name: "Menu",
|
|
id: "menu",
|
|
},
|
|
{
|
|
name: "Location",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="DOCTOR BOX"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
title="The Best Fried Chicken & Burgers in Minya"
|
|
description="DOCTOR BOX serves delicious fried chicken, burgers, and fast meals loved by hundreds of customers across Minya. Open until 3:00 AM."
|
|
testimonials={[
|
|
{
|
|
name: "Ahmed M.",
|
|
handle: "@ahmed",
|
|
testimonial: "Best fried chicken in Minya! Clean place and friendly staff.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg?_wi=1",
|
|
},
|
|
{
|
|
name: "Sara K.",
|
|
handle: "@sara",
|
|
testimonial: "Food quality is perfect and the service is excellent.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49127.jpg?_wi=1",
|
|
},
|
|
{
|
|
name: "Mohamed H.",
|
|
handle: "@mo",
|
|
testimonial: "10/10 food and 10/10 service. Highly recommended.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-delicious-pizza_23-2150317082.jpg",
|
|
},
|
|
{
|
|
name: "Laila F.",
|
|
handle: "@laila",
|
|
testimonial: "The best burger spot in town, consistently great!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg",
|
|
},
|
|
{
|
|
name: "Karim S.",
|
|
handle: "@karim",
|
|
testimonial: "Fast service and amazing flavor every single time.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-courier-holding-two-cups-coffees-white-wall_114579-49478.jpg",
|
|
},
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Get Directions",
|
|
href: "https://www.google.com/maps/place/DOCTOR+BOX+Fried+Chicken+%26+Burger",
|
|
},
|
|
]}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-ls4dmxb3.jpg?_wi=1"
|
|
mediaAnimation="slide-up"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
|
|
alt: "Customer 1",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg",
|
|
alt: "Customer 2",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg",
|
|
alt: "Customer 3",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
|
|
alt: "Customer 4",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49195.jpg",
|
|
alt: "Customer 5",
|
|
},
|
|
]}
|
|
marqueeItems={[
|
|
{
|
|
type: "text",
|
|
text: "OPEN UNTIL 3AM",
|
|
},
|
|
{
|
|
type: "text-icon",
|
|
text: "FAST DELIVERY",
|
|
icon: Truck,
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "CRISPY & FRESH",
|
|
},
|
|
{
|
|
type: "text-icon",
|
|
text: "BEST PRICES",
|
|
icon: DollarSign,
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "FAMILY BOXES",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="menu" data-section="menu">
|
|
<ProductCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="two-columns-alternating-heights"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "1",
|
|
name: "Crispy Fried Chicken Meal",
|
|
price: "E£250",
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-2t35zx3x.jpg",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Signature Doctor Burger",
|
|
price: "E£220",
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-18ulgf4n.jpg?_wi=1",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Family Chicken Box",
|
|
price: "E£400",
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-e3oend06.jpg?_wi=1",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Double Cheese Burger",
|
|
price: "E£280",
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-ls4dmxb3.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Spicy Chicken Sandwich",
|
|
price: "E£210",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "Combo Box Special",
|
|
price: "E£350",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49127.jpg?_wi=2",
|
|
},
|
|
]}
|
|
title="Our Most Popular Meals"
|
|
description="Explore our signature crispy fried chicken, juicy burgers, and value-packed family boxes."
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentyOne
|
|
useInvertedBackground={false}
|
|
title="Fast Food Done Right"
|
|
description="Why locals in Minya choose DOCTOR BOX every day."
|
|
accordionItems={[
|
|
{
|
|
id: "f1",
|
|
title: "Crispy Fresh Chicken",
|
|
content: "Prepared with high-quality ingredients to ensure maximum freshness and taste.",
|
|
},
|
|
{
|
|
id: "f2",
|
|
title: "Fast Service",
|
|
content: "We pride ourselves on quick service, perfect for dine-in or takeaway at any hour.",
|
|
},
|
|
{
|
|
id: "f3",
|
|
title: "Great Value Meals",
|
|
content: "Affordable combos and family boxes that bring everyone together.",
|
|
},
|
|
]}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-18ulgf4n.jpg?_wi=2"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="lead" data-section="lead">
|
|
<ContactSplitForm
|
|
useInvertedBackground={true}
|
|
title="Get Special Offers & Discounts"
|
|
description="Join our list and receive exclusive deals, menu updates, and secret discounts."
|
|
inputs={[
|
|
{
|
|
name: "name",
|
|
type: "text",
|
|
placeholder: "Your Name",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "phone",
|
|
type: "tel",
|
|
placeholder: "Your Phone Number",
|
|
required: true,
|
|
},
|
|
]}
|
|
multiSelect={{
|
|
name: "fave",
|
|
label: "Favorite Menu Item",
|
|
options: [
|
|
"Fried Chicken",
|
|
"Burgers",
|
|
"Combo Meals",
|
|
"Family Boxes",
|
|
],
|
|
}}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-e3oend06.jpg?_wi=2"
|
|
buttonText="Get Directions"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplitForm
|
|
useInvertedBackground={false}
|
|
title="Visit DOCTOR BOX"
|
|
description="Located in First Al Minya. Open daily until 3:00 AM."
|
|
inputs={[
|
|
{
|
|
name: "address",
|
|
type: "text",
|
|
placeholder: "4P7X+H6H, Qism Minya, First Al Minya",
|
|
},
|
|
{
|
|
name: "phone",
|
|
type: "text",
|
|
placeholder: "015 01010158",
|
|
},
|
|
]}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8OV2bxiNCZCfuuiaH4k3RG3pm/uploaded-1775937199771-ls4dmxb3.jpg?_wi=3"
|
|
buttonText="Get Directions"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="DOCTOR BOX"
|
|
columns={[
|
|
{
|
|
title: "Menu",
|
|
items: [
|
|
{
|
|
label: "Fried Chicken",
|
|
href: "#menu",
|
|
},
|
|
{
|
|
label: "Burgers",
|
|
href: "#menu",
|
|
},
|
|
{
|
|
label: "Family Boxes",
|
|
href: "#menu",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{
|
|
label: "Location",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
label: "Contact Us",
|
|
href: "#contact",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2025 DOCTOR BOX Fried Chicken & Burger"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|