7 Commits

Author SHA1 Message Date
dffcc4f4c9 Update src/app/page.tsx 2026-03-12 01:19:27 +00:00
831878f694 Update src/app/about/page.tsx 2026-03-12 01:19:27 +00:00
0fa59004a4 Update src/app/page.tsx 2026-03-12 01:19:02 +00:00
1201011949 Add src/app/about/page.tsx 2026-03-12 01:19:02 +00:00
835c8512a6 Merge version_1 into main
Merge version_1 into main
2026-03-12 01:12:17 +00:00
149b5dbcf7 Merge version_1 into main
Merge version_1 into main
2026-03-12 01:11:49 +00:00
6dbca75e7f Merge version_1 into main
Merge version_1 into main
2026-03-12 01:10:51 +00:00
2 changed files with 102 additions and 17 deletions

85
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,85 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Clock, MapPin } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="medium"
sizing="large"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Order", id: "cta" },
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" }
]}
brandName="ChickenBox"
bottomLeftText="El Tor, South Sinai"
bottomRightText="01100016162"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="About ChickenBox"
description="ChickenBox is your local fried chicken destination in El Tor, South Sinai. We serve crispy, delicious chicken meals 24/7 with fast service and quality ingredients. Whether you're craving chicken boxes, sandwiches, or combo meals, we've got you covered with authentic Egyptian fast-food energy."
tag="Since 2025"
tagIcon={Clock}
tagAnimation="slide-up"
buttons={[{ text: "Order Now", href: "tel:01100016162" }]}
imageSrc="http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg?_wi=1"
imageAlt="ChickenBox restaurant interior"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "ChickenBox", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/#menu" },
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "tel:01100016162" }
]
},
{
title: "Quick Links", items: [
{ label: "Order Now", href: "tel:01100016162" },
{ label: "Get Directions", href: "/#location" },
{ label: "Our Menu", href: "/#menu" },
{ label: "Reviews", href: "/#testimonials" }
]
},
{
title: "Connect With Us", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Call: 01100016162", href: "tel:01100016162" },
{ label: "Location", href: "/#location" },
{ label: "Hours: 24/7", href: "/about" }
]
}
]}
copyrightText="© 2025 ChickenBox. Crispy Chicken. Fast. Fresh. All rights reserved."
/>
</div>
</ThemeProvider>
);
}

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "About", id: "/about" },
{ name: "Order", id: "cta" },
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" }
@@ -57,22 +57,22 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg", imageAlt: "Crispy golden fried chicken"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg?_wi=1", imageAlt: "Crispy golden fried chicken"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-served-with-fries-basket-bowl-mayonnaise-ketchup_140725-2490.jpg", imageAlt: "Chicken combo meal box"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-served-with-fries-basket-bowl-mayonnaise-ketchup_140725-2490.jpg?_wi=1", imageAlt: "Chicken combo meal box"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14205.jpg", imageAlt: "Delicious chicken sandwich"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14205.jpg?_wi=1", imageAlt: "Delicious chicken sandwich"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-french-fries_23-2148701465.jpg", imageAlt: "Golden crispy fries"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg", imageAlt: "Chicken bucket meal"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg?_wi=2", imageAlt: "Chicken bucket meal"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg", imageAlt: "ChickenBox restaurant interior"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg?_wi=2", imageAlt: "ChickenBox restaurant interior"
}
]}
autoPlay={true}
@@ -93,16 +93,16 @@ export default function LandingPage() {
textboxLayout="default"
products={[
{
id: "1", name: "Classic Chicken Box", price: "₤100", variant: "4 Pieces Fries & Drink", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-served-with-fries-basket-bowl-mayonnaise-ketchup_140725-2490.jpg", imageAlt: "Classic chicken combo box", isFavorited: false
id: "1", name: "Classic Chicken Box", price: "₤100", variant: "4 Pieces Fries & Drink", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-served-with-fries-basket-bowl-mayonnaise-ketchup_140725-2490.jpg?_wi=2", imageAlt: "Classic chicken combo box", isFavorited: false
},
{
id: "2", name: "Crispy Chicken Sandwich", price: "₤60", variant: "Golden Crispy Fresh Toppings", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14205.jpg", imageAlt: "Crispy chicken sandwich", isFavorited: false
id: "2", name: "Crispy Chicken Sandwich", price: "₤60", variant: "Golden Crispy Fresh Toppings", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14205.jpg?_wi=2", imageAlt: "Crispy chicken sandwich", isFavorited: false
},
{
id: "3", name: "Chicken Wings Box", price: "₤120", variant: "12 Pieces Spicy Sauce", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg", imageAlt: "Crispy chicken wings", isFavorited: false
id: "3", name: "Chicken Wings Box", price: "₤120", variant: "12 Pieces Spicy Sauce", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg?_wi=3", imageAlt: "Crispy chicken wings", isFavorited: false
},
{
id: "4", name: "Premium Combo Meal", price: "₤150", variant: "6 Pieces 2 Sides Drink", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-served-with-fries-basket-bowl-mayonnaise-ketchup_140725-2490.jpg", imageAlt: "Premium combo meal", isFavorited: false
id: "4", name: "Premium Combo Meal", price: "₤150", variant: "6 Pieces 2 Sides Drink", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-served-with-fries-basket-bowl-mayonnaise-ketchup_140725-2490.jpg?_wi=3", imageAlt: "Premium combo meal", isFavorited: false
}
]}
gridVariant="uniform-all-items-equal"
@@ -119,8 +119,8 @@ export default function LandingPage() {
tag="Since 2025"
tagIcon={Clock}
tagAnimation="slide-up"
buttons={[{ text: "Learn More", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg"
buttons={[{ text: "Learn More", href: "/about" }]}
imageSrc="http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg?_wi=3"
imageAlt="ChickenBox restaurant interior"
useInvertedBackground={true}
/>
@@ -133,7 +133,7 @@ export default function LandingPage() {
tag="Fast & Convenient"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg"
imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-chicken-metal-bucket_84443-81918.jpg?_wi=4"
imageAlt="Delicious chicken ready to serve"
mediaAnimation="slide-up"
accordionItems={[
@@ -257,9 +257,9 @@ export default function LandingPage() {
columns={[
{
title: "ChickenBox", items: [
{ label: "Home", href: "#" },
{ label: "Home", href: "/" },
{ label: "Menu", href: "#menu" },
{ label: "About Us", href: "#about" },
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "tel:01100016162" }
]
},
@@ -276,7 +276,7 @@ export default function LandingPage() {
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Call: 01100016162", href: "tel:01100016162" },
{ label: "Location", href: "#location" },
{ label: "Hours: 24/7", href: "#" }
{ label: "Hours: 24/7", href: "/about" }
]
}
]}
@@ -285,4 +285,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}