Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-12 16:11:20 +00:00
7 changed files with 85 additions and 49 deletions

View File

@@ -66,7 +66,7 @@ export default function AboutPage() {
title: "Fresh Chicken Daily",
description: "We source the finest chicken and prepare it fresh every single day. No frozen shortcuts, no compromises on quality. ChickenBox started with a simple vision: to bring the community's favorite crispy chicken prepared with passion and dedication.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg?_wi=3",
},
items: [
{
@@ -85,7 +85,7 @@ export default function AboutPage() {
title: "Lightning-Fast Service",
description: "Your order ready in 10-15 minutes. We've perfected the art of speed without sacrificing quality or taste. Our team is trained to deliver exceptional service every single time, whether you're picking up or getting delivery.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg?_wi=3",
},
items: [
{
@@ -104,7 +104,7 @@ export default function AboutPage() {
title: "Community First",
description: "We believe great food should be accessible to everyone. ChickenBox is more than a restaurant—it's a gathering place for the community of El Tor. We're committed to serving you with integrity, quality, and genuine care.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg?_wi=3",
},
items: [
{
@@ -152,7 +152,7 @@ export default function AboutPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg?_wi=3"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
@@ -161,7 +161,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg?_wi=5"
imageAlt="ChickenBox delicious fried chicken"
logoText="CHICKENBOX"
copyrightText="© 2025 ChickenBox Egypt. All rights reserved."

View File

@@ -1,29 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "ChickenBox - Fresh Crispy Fried Chicken in El Tor",
description: "Get delicious crispy fried chicken delivered in 10-15 minutes. Order now from ChickenBox - El Tor's favorite fast food restaurant. Call 01100016162.",
keywords: "fried chicken, El Tor, fast food delivery, crispy chicken, Egyptian restaurant, chicken sandwich, chicken box",
openGraph: {
title: "ChickenBox - Fresh Crispy Fried Chicken",
description: "Experience the ultimate fried chicken delivered straight to your door in El Tor",
url: "https://chickenbox-eg.com",
siteName: "ChickenBox",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg",
alt: "Golden crispy fried chicken",
},
],
},
twitter: {
card: "summary_large_image",
title: "ChickenBox - Fresh Crispy Fried Chicken",
description: "Order delicious fried chicken in El Tor",
images: ["http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -80,7 +80,7 @@ export default function LocationPage() {
},
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg?_wi=4"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Get Directions"
@@ -95,7 +95,7 @@ export default function LocationPage() {
name: "Pickup at ChickenBox",
price: "Save 5 EGP",
variant: "Quick • No Delivery • Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg?_wi=5",
imageAlt: "Pickup at ChickenBox",
},
{
@@ -103,7 +103,7 @@ export default function LocationPage() {
name: "Delivery to Your Home",
price: "Fast Service",
variant: "Quick • Reliable • Convenient",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg?_wi=4",
imageAlt: "Fast delivery service",
},
{
@@ -111,7 +111,7 @@ export default function LocationPage() {
name: "Catering Services",
price: "Custom Orders",
variant: "Events • Parties • Bulk Orders",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg?_wi=5",
imageAlt: "Catering services",
},
]}
@@ -127,7 +127,7 @@ export default function LocationPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg?_wi=6"
imageAlt="ChickenBox delicious fried chicken"
logoText="CHICKENBOX"
copyrightText="© 2025 ChickenBox Egypt. All rights reserved."

View File

@@ -74,7 +74,7 @@ export default function MealDetailsPage() {
title="Meal Details & Customization"
description="Choose from our carefully crafted meal combinations. Each meal is prepared fresh to order with your preferred toppings and sides. Build your perfect meal in just a few clicks."
tag="🍗 Customize Now"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg?_wi=3"
imageAlt="Golden crispy fried chicken"
showBlur={true}
showDimOverlay={true}
@@ -100,7 +100,7 @@ export default function MealDetailsPage() {
name: "Chicken Box Classic",
price: "95 EGP",
variant: "3 Pieces • Fries • Sauce",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg?_wi=4",
imageAlt: "Chicken Box Classic meal",
isFavorited: false
},
@@ -109,7 +109,7 @@ export default function MealDetailsPage() {
name: "Spicy Chicken Sandwich",
price: "55 EGP",
variant: "Crispy • Spiced • Toasted",
imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg?_wi=3",
imageAlt: "Spicy Chicken Sandwich",
isFavorited: false
},
@@ -118,7 +118,7 @@ export default function MealDetailsPage() {
name: "Family Chicken Box",
price: "250 EGP",
variant: "10 Pieces • 2x Fries • Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg?_wi=4",
imageAlt: "Family Chicken Box meal",
isFavorited: false
},
@@ -127,7 +127,7 @@ export default function MealDetailsPage() {
name: "Crispy Chicken Wrap",
price: "65 EGP",
variant: "Tender • Wrapped • Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg?_wi=3",
imageAlt: "Crispy Chicken Wrap",
isFavorited: false
}
@@ -156,7 +156,7 @@ export default function MealDetailsPage() {
title: "Choose Your Protein",
description: "Select from our premium cuts of fresh, never-frozen chicken. Each piece is hand-breaded and fried to golden perfection in small batches to ensure maximum crispiness and juiciness.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg?_wi=2",
imageAlt: "Fresh chicken preparation"
},
items: [
@@ -170,7 +170,7 @@ export default function MealDetailsPage() {
title: "Customize Your Sides",
description: "Pair your chicken with perfectly cooked crispy fries, creamy coleslaw, or fresh salad. Choose your dipping sauce from our house specials: garlic mayo, spicy ketchup, or zesty lemon herb.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg?_wi=2",
imageAlt: "Fast delivery service"
},
items: [
@@ -184,7 +184,7 @@ export default function MealDetailsPage() {
title: "Add Beverages & Extras",
description: "Complete your meal with ice-cold soft drinks, fresh juices, or hot tea. Don't forget our signature desserts or extra sauces to make your meal even more special.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg?_wi=2",
imageAlt: "Affordable pricing"
},
items: [
@@ -204,7 +204,7 @@ export default function MealDetailsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg?_wi=3"
imageAlt="ChickenBox delicious fried chicken"
columns={footerColumns}
logoText="CHICKENBOX"

View File

@@ -49,7 +49,7 @@ export default function MenuPage() {
name: "Chicken Box Classic",
price: "95 EGP",
variant: "3 Pieces • Fries • Sauce",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg?_wi=2",
imageAlt: "Chicken Box Classic meal",
},
{
@@ -57,7 +57,7 @@ export default function MenuPage() {
name: "Spicy Chicken Sandwich",
price: "55 EGP",
variant: "Crispy • Spiced • Toasted",
imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg?_wi=2",
imageAlt: "Spicy Chicken Sandwich",
},
{
@@ -65,7 +65,7 @@ export default function MenuPage() {
name: "Family Chicken Box",
price: "250 EGP",
variant: "10 Pieces • 2x Fries • Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg?_wi=2",
imageAlt: "Family Chicken Box meal",
},
{
@@ -73,7 +73,7 @@ export default function MenuPage() {
name: "Crispy Chicken Wrap",
price: "65 EGP",
variant: "Tender • Wrapped • Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg?_wi=2",
imageAlt: "Crispy Chicken Wrap",
},
{
@@ -81,7 +81,7 @@ export default function MenuPage() {
name: "Mega Chicken Feast",
price: "320 EGP",
variant: "15 Pieces • 3x Fries • 4 Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg?_wi=3",
imageAlt: "Mega Chicken Feast",
},
{
@@ -89,7 +89,7 @@ export default function MenuPage() {
name: "Chicken Tenders Combo",
price: "75 EGP",
variant: "5 Tenders • Fries • Drink",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg?_wi=3",
imageAlt: "Chicken Tenders Combo",
},
];
@@ -125,7 +125,7 @@ export default function MenuPage() {
<HeroOverlay
title="Browse Our Full Menu"
description="Discover all our delicious fried chicken offerings, from classic boxes to special combos. Everything prepared fresh and ready fast."
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg?_wi=2"
imageAlt="ChickenBox menu selection"
showBlur={true}
showDimOverlay={true}
@@ -163,7 +163,7 @@ export default function MenuPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg?_wi=2"
imageAlt="ChickenBox delicious fried chicken"
logoText="CHICKENBOX"
copyrightText="© 2025 ChickenBox Egypt. All rights reserved."

View File

@@ -77,7 +77,7 @@ export default function OrderPage() {
title="Ready to Order?"
description="Place your order now by calling us or filling out the form below. We'll have your delicious meal ready in just 10-15 minutes!"
tag="⏱️ Quick Service"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg?_wi=4"
imageAlt="Golden crispy fried chicken"
showBlur={true}
showDimOverlay={true}
@@ -148,7 +148,7 @@ export default function OrderPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg?_wi=2"
imageAlt="Order location"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -159,7 +159,7 @@ export default function OrderPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg?_wi=4"
imageAlt="ChickenBox delicious fried chicken"
columns={footerColumns}
logoText="CHICKENBOX"

View File

@@ -78,7 +78,7 @@ export default function HomePage() {
title="Crispy Chicken. Fast. Fresh."
description="Experience the ultimate fried chicken delivered straight to your door. Bold flavors, incredible speed, and prices that won't break the bank."
tag="🍗 El Tor's Favorite"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg?_wi=1"
imageAlt="Golden crispy fried chicken"
showBlur={true}
showDimOverlay={true}
@@ -109,7 +109,7 @@ export default function HomePage() {
name: "Chicken Box Classic",
price: "95 EGP",
variant: "3 Pieces • Fries • Sauce",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg?_wi=1",
imageAlt: "Chicken Box Classic meal",
},
{
@@ -117,7 +117,7 @@ export default function HomePage() {
name: "Spicy Chicken Sandwich",
price: "55 EGP",
variant: "Crispy • Spiced • Toasted",
imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg?_wi=1",
imageAlt: "Spicy Chicken Sandwich",
},
{
@@ -125,7 +125,7 @@ export default function HomePage() {
name: "Family Chicken Box",
price: "250 EGP",
variant: "10 Pieces • 2x Fries • Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg?_wi=1",
imageAlt: "Family Chicken Box meal",
},
{
@@ -133,7 +133,7 @@ export default function HomePage() {
name: "Crispy Chicken Wrap",
price: "65 EGP",
variant: "Tender • Wrapped • Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg?_wi=1",
imageAlt: "Crispy Chicken Wrap",
},
]}
@@ -161,7 +161,7 @@ export default function HomePage() {
title: "Fresh Chicken Daily",
description: "We source the finest chicken and prepare it fresh every single day. No frozen shortcuts, no compromises on quality.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg?_wi=1",
},
items: [
{
@@ -180,7 +180,7 @@ export default function HomePage() {
title: "Lightning-Fast Service",
description: "Your order ready in 10-15 minutes. We've perfected the art of speed without sacrificing quality or taste.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg?_wi=1",
},
items: [
{
@@ -199,7 +199,7 @@ export default function HomePage() {
title: "Affordable Luxury",
description: "Premium taste doesn't have to cost a fortune. We believe great food should be accessible to everyone in our community.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg?_wi=1",
},
items: [
{
@@ -263,7 +263,7 @@ export default function HomePage() {
},
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg?_wi=1"
imageAlt="Location map preview"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -274,7 +274,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-table_140725-8378.jpg?_wi=1"
imageAlt="ChickenBox delicious fried chicken"
logoText="CHICKENBOX"
copyrightText="© 2025 ChickenBox Egypt. All rights reserved."