Merge version_1 into main #2
@@ -33,9 +33,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="CHICKEN BOX"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,15 +43,13 @@ export default function AboutPage() {
|
||||
description="Since launching, Chicken Box has been dedicated to serving the finest crispy chicken and delicious fast-food experiences. Located at 306 Kornish Road in El Tor, we pride ourselves on using fresh ingredients, expert preparation, and rapid delivery to ensure every meal exceeds expectations."
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="fade"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=3"
|
||||
tagAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg"
|
||||
imageAlt="Chicken Box restaurant interior with modern seating"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:01100016162",
|
||||
},
|
||||
text: "Call Us", href: "tel:01100016162"},
|
||||
]}
|
||||
ariaLabel="About Chicken Box section"
|
||||
/>
|
||||
@@ -68,27 +64,15 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "dine-in",
|
||||
title: "Dine-In Experience",
|
||||
content: "Enjoy your meal in our comfortable restaurant space with friendly service and a welcoming atmosphere. Perfect for families and groups.",
|
||||
},
|
||||
id: "dine-in", title: "Dine-In Experience", content: "Enjoy your meal in our comfortable restaurant space with friendly service and a welcoming atmosphere. Perfect for families and groups."},
|
||||
{
|
||||
id: "drive-through",
|
||||
title: "Drive-Through",
|
||||
content: "Quick and convenient drive-through service designed for busy customers. Get your order fast without leaving your car.",
|
||||
},
|
||||
id: "drive-through", title: "Drive-Through", content: "Quick and convenient drive-through service designed for busy customers. Get your order fast without leaving your car."},
|
||||
{
|
||||
id: "delivery",
|
||||
title: "No-Contact Delivery",
|
||||
content: "Safe, touchless delivery to your home. Your order arrives hot and fresh with our dedicated delivery team.",
|
||||
},
|
||||
id: "delivery", title: "No-Contact Delivery", content: "Safe, touchless delivery to your home. Your order arrives hot and fresh with our dedicated delivery team."},
|
||||
{
|
||||
id: "24-7",
|
||||
title: "Open 24/7",
|
||||
content: "We're always open for you. Whether it's breakfast, lunch, dinner, or a late-night craving, we've got you covered.",
|
||||
},
|
||||
id: "24-7", title: "Open 24/7", content: "We're always open for you. Whether it's breakfast, lunch, dinner, or a late-night craving, we've got you covered."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-holding-paper-package-looking-coffee-cup-other-hand-with-serious-face-standing-green-wall_141793-64803.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-holding-paper-package-looking-coffee-cup-other-hand-with-serious-face-standing-green-wall_141793-64803.jpg"
|
||||
imageAlt="Delivery rider on scooter with food order bag"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -99,85 +83,53 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg"
|
||||
imageAlt="Chicken Box restaurant logo"
|
||||
logoText="CHICKEN BOX"
|
||||
copyrightText="© 2025 Chicken Box. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "/account",
|
||||
},
|
||||
label: "Account", href: "/account"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{
|
||||
label: "Cart",
|
||||
href: "/cart",
|
||||
},
|
||||
label: "Cart", href: "/cart"},
|
||||
{
|
||||
label: "Checkout",
|
||||
href: "/checkout",
|
||||
},
|
||||
label: "Checkout", href: "/checkout"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "/track-order",
|
||||
},
|
||||
label: "Track Order", href: "/track-order"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "/account",
|
||||
},
|
||||
label: "Account", href: "/account"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: 01100016162",
|
||||
href: "tel:01100016162",
|
||||
},
|
||||
label: "Call: 01100016162", href: "tel:01100016162"},
|
||||
{
|
||||
label: "Address: 306 Kornish Road, El Tor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 306 Kornish Road, El Tor", href: "#"},
|
||||
{
|
||||
label: "Email: order@chickenbox.eg",
|
||||
href: "mailto:order@chickenbox.eg",
|
||||
},
|
||||
label: "Email: order@chickenbox.eg", href: "mailto:order@chickenbox.eg"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/people/Chicken-box-306street/61553159303644/",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/people/Chicken-box-306street/61553159303644/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Return Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Return Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -33,9 +33,7 @@ export default function AccountPage() {
|
||||
navItems={navItems}
|
||||
brandName="CHICKEN BOX"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,15 +43,13 @@ export default function AccountPage() {
|
||||
description="Manage your Chicken Box account with ease. Access your order history, saved addresses, payment methods, and loyalty rewards. Keep track of your favorite orders and enjoy exclusive member benefits."
|
||||
tag="Account Management"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="fade"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg?_wi=2"
|
||||
tagAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg"
|
||||
imageAlt="Happy customer with account access"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Orders",
|
||||
href: "/orders",
|
||||
},
|
||||
text: "View Orders", href: "/orders"},
|
||||
]}
|
||||
ariaLabel="Account information section"
|
||||
/>
|
||||
@@ -65,42 +61,24 @@ export default function AccountPage() {
|
||||
description="Find answers to common questions about your account, orders, and profile management."
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="fade"
|
||||
tagAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
id: "account-faq-1",
|
||||
title: "How do I create an account?",
|
||||
content: "Visit our sign-up page and enter your email and phone number. You'll receive a verification code to complete registration. Once verified, you can place orders immediately.",
|
||||
},
|
||||
id: "account-faq-1", title: "How do I create an account?", content: "Visit our sign-up page and enter your email and phone number. You'll receive a verification code to complete registration. Once verified, you can place orders immediately."},
|
||||
{
|
||||
id: "account-faq-2",
|
||||
title: "How can I reset my password?",
|
||||
content: "Click 'Forgot Password' on the login page. Enter your registered email, and we'll send you a password reset link. Follow the instructions to create a new password.",
|
||||
},
|
||||
id: "account-faq-2", title: "How can I reset my password?", content: "Click 'Forgot Password' on the login page. Enter your registered email, and we'll send you a password reset link. Follow the instructions to create a new password."},
|
||||
{
|
||||
id: "account-faq-3",
|
||||
title: "Can I save multiple delivery addresses?",
|
||||
content: "Yes! You can save up to 5 delivery addresses in your account. This makes ordering faster when you want delivery to different locations.",
|
||||
},
|
||||
id: "account-faq-3", title: "Can I save multiple delivery addresses?", content: "Yes! You can save up to 5 delivery addresses in your account. This makes ordering faster when you want delivery to different locations."},
|
||||
{
|
||||
id: "account-faq-4",
|
||||
title: "How do loyalty rewards work?",
|
||||
content: "Every order earns you loyalty points. Accumulate points and redeem them for discounts on future orders. More points earned on larger orders!",
|
||||
},
|
||||
id: "account-faq-4", title: "How do loyalty rewards work?", content: "Every order earns you loyalty points. Accumulate points and redeem them for discounts on future orders. More points earned on larger orders!"},
|
||||
{
|
||||
id: "account-faq-5",
|
||||
title: "Can I edit my profile information?",
|
||||
content: "Absolutely! You can update your name, email, phone number, and profile picture anytime from your account settings.",
|
||||
},
|
||||
id: "account-faq-5", title: "Can I edit my profile information?", content: "Absolutely! You can update your name, email, phone number, and profile picture anytime from your account settings."},
|
||||
{
|
||||
id: "account-faq-6",
|
||||
title: "How do I delete my account?",
|
||||
content: "Navigate to account settings and click 'Delete Account'. Note that this action is permanent and all your data will be removed.",
|
||||
},
|
||||
id: "account-faq-6", title: "How do I delete my account?", content: "Navigate to account settings and click 'Delete Account'. Note that this action is permanent and all your data will be removed."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg"
|
||||
imageAlt="Happy customers enjoying meals together"
|
||||
mediaAnimation="fade"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -111,85 +89,53 @@ export default function AccountPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg"
|
||||
imageAlt="Chicken Box restaurant logo"
|
||||
logoText="CHICKEN BOX"
|
||||
copyrightText="© 2025 Chicken Box. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "/account",
|
||||
},
|
||||
label: "Account", href: "/account"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{
|
||||
label: "Cart",
|
||||
href: "/cart",
|
||||
},
|
||||
label: "Cart", href: "/cart"},
|
||||
{
|
||||
label: "Checkout",
|
||||
href: "/checkout",
|
||||
},
|
||||
label: "Checkout", href: "/checkout"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "/track-order",
|
||||
},
|
||||
label: "Track Order", href: "/track-order"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "/account",
|
||||
},
|
||||
label: "Account", href: "/account"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: 01100016162",
|
||||
href: "tel:01100016162",
|
||||
},
|
||||
label: "Call: 01100016162", href: "tel:01100016162"},
|
||||
{
|
||||
label: "Address: 306 Kornish Road, El Tor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 306 Kornish Road, El Tor", href: "#"},
|
||||
{
|
||||
label: "Email: order@chickenbox.eg",
|
||||
href: "mailto:order@chickenbox.eg",
|
||||
},
|
||||
label: "Email: order@chickenbox.eg", href: "mailto:order@chickenbox.eg"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/people/Chicken-box-306street/61553159303644/",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/people/Chicken-box-306street/61553159303644/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Return Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Return Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function CartPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function CartPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{ label: "Cart", href: "/cart" },
|
||||
{ label: "Checkout", href: "/checkout" },
|
||||
{ label: "Track Order", href: "/track-order" },
|
||||
@@ -37,20 +35,16 @@ export default function CartPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 01100016162", href: "tel:01100016162" },
|
||||
{ label: "Address: 306 Kornish Road, El Tor", href: "#" },
|
||||
{ label: "Email: order@chickenbox.eg", href: "mailto:order@chickenbox.eg" },
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/people/Chicken-box-306street/61553159303644/",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/people/Chicken-box-306street/61553159303644/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
@@ -76,9 +70,7 @@ export default function CartPage() {
|
||||
brandName="CHICKEN BOX"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,16 +79,13 @@ export default function CartPage() {
|
||||
title="Your Shopping Cart"
|
||||
description="Review your selected items and proceed to checkout. All items are fresh and prepared to order. You can customize any item or remove it from your cart."
|
||||
tag="Cart Summary"
|
||||
tagIcon={undefined}
|
||||
tagAnimation="fade"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=2"
|
||||
tagAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg"
|
||||
imageAlt="modern fast food restaurant interior seating"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Continue Shopping",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Continue Shopping", href: "/menu"},
|
||||
]}
|
||||
ariaLabel="Cart summary section"
|
||||
/>
|
||||
@@ -108,8 +97,7 @@ export default function CartPage() {
|
||||
title="Ready to Checkout?"
|
||||
description="Review your order and proceed to secure checkout. We accept cash and card payments. Your order will be prepared fresh and delivered hot."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Go to Checkout"
|
||||
@@ -120,7 +108,7 @@ export default function CartPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg"
|
||||
imageAlt="fast food restaurant logo chicken box"
|
||||
logoText="CHICKEN BOX"
|
||||
copyrightText="© 2025 Chicken Box. All rights reserved."
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{ label: "Cart", href: "/cart" },
|
||||
{ label: "Checkout", href: "/checkout" },
|
||||
{ label: "Track Order", href: "/track-order" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 01100016162", href: "tel:01100016162" },
|
||||
{ label: "Address: 306 Kornish Road, El Tor", href: "#" },
|
||||
{ label: "Email: order@chickenbox.eg", href: "mailto:order@chickenbox.eg" },
|
||||
@@ -47,8 +44,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
@@ -74,9 +70,7 @@ export default function ContactPage() {
|
||||
brandName="CHICKEN BOX"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,42 +80,24 @@ export default function ContactPage() {
|
||||
description="Find answers to common questions about our menu, delivery, and ordering process."
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="fade"
|
||||
tagAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your delivery times?",
|
||||
content: "We offer rapid delivery with an average time of 25-35 minutes. Exact times depend on your location within El Tor and current order volume.",
|
||||
},
|
||||
id: "faq-1", title: "What are your delivery times?", content: "We offer rapid delivery with an average time of 25-35 minutes. Exact times depend on your location within El Tor and current order volume."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer customization?",
|
||||
content: "Yes, you can customize your order during checkout. Specify any special requests or dietary preferences in the order notes.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer customization?", content: "Yes, you can customize your order during checkout. Specify any special requests or dietary preferences in the order notes."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash on delivery and card payments. Choose your preferred method during checkout.",
|
||||
},
|
||||
id: "faq-3", title: "What payment methods do you accept?", content: "We accept cash on delivery and card payments. Choose your preferred method during checkout."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I place group orders?",
|
||||
content: "Absolutely! Perfect for parties and events. Contact us at 01100016162 for large bulk orders or special arrangements.",
|
||||
},
|
||||
id: "faq-4", title: "Can I place group orders?", content: "Absolutely! Perfect for parties and events. Contact us at 01100016162 for large bulk orders or special arrangements."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What are your opening hours?",
|
||||
content: "We're open 24/7 to serve you anytime. Whether it's breakfast, lunch, dinner, or late night, Chicken Box is always ready.",
|
||||
},
|
||||
id: "faq-5", title: "What are your opening hours?", content: "We're open 24/7 to serve you anytime. Whether it's breakfast, lunch, dinner, or late night, Chicken Box is always ready."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Is your food fresh?",
|
||||
content: "Yes! All food is prepared fresh when you order. We use quality ingredients and expert cooking techniques for every meal.",
|
||||
},
|
||||
id: "faq-6", title: "Is your food fresh?", content: "Yes! All food is prepared fresh when you order. We use quality ingredients and expert cooking techniques for every meal."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg"
|
||||
imageAlt="happy customers enjoying meals together restaurant"
|
||||
mediaAnimation="fade"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -146,7 +122,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer" className="w-full">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg?_wi=10"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg"
|
||||
imageAlt="fast food restaurant logo chicken box"
|
||||
logoText="CHICKEN BOX"
|
||||
copyrightText="© 2025 Chicken Box. All rights reserved."
|
||||
|
||||
156
src/app/page.tsx
156
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{ label: "Cart", href: "/" },
|
||||
{ label: "Checkout", href: "/" },
|
||||
{ label: "Track Order", href: "/" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 01100016162", href: "tel:01100016162" },
|
||||
{ label: "Address: 306 Kornish Road, El Tor", href: "#" },
|
||||
{ label: "Email: order@chickenbox.eg", href: "mailto:order@chickenbox.eg" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
@@ -79,9 +75,7 @@ export default function HomePage() {
|
||||
brandName="CHICKEN BOX"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,15 +93,12 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-nuggets-with-sauce-fizzy-drinks_23-2148646612.jpg",
|
||||
imageAlt: "Crispy fried chicken pieces golden brown",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-nuggets-with-sauce-fizzy-drinks_23-2148646612.jpg", imageAlt: "Crispy fried chicken pieces golden brown"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-table-restaurant_23-2148006675.jpg",
|
||||
imageAlt: "Gourmet burger with french fries and soda",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-table-restaurant_23-2148006675.jpg", imageAlt: "Gourmet burger with french fries and soda"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
rating={5}
|
||||
ratingText="4.8/5 from 2,400+ reviews"
|
||||
ariaLabel="Hero section for Chicken Box restaurant"
|
||||
@@ -121,7 +112,7 @@ export default function HomePage() {
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg"
|
||||
imageAlt="Chicken Box restaurant interior with modern seating"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Call Us", href: "tel:01100016162" }]}
|
||||
@@ -138,27 +129,15 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "dine-in",
|
||||
title: "Dine-In Experience",
|
||||
content: "Enjoy your meal in our comfortable restaurant space with friendly service and a welcoming atmosphere. Perfect for families and groups.",
|
||||
},
|
||||
id: "dine-in", title: "Dine-In Experience", content: "Enjoy your meal in our comfortable restaurant space with friendly service and a welcoming atmosphere. Perfect for families and groups."},
|
||||
{
|
||||
id: "drive-through",
|
||||
title: "Drive-Through",
|
||||
content: "Quick and convenient drive-through service designed for busy customers. Get your order fast without leaving your car.",
|
||||
},
|
||||
id: "drive-through", title: "Drive-Through", content: "Quick and convenient drive-through service designed for busy customers. Get your order fast without leaving your car."},
|
||||
{
|
||||
id: "delivery",
|
||||
title: "No-Contact Delivery",
|
||||
content: "Safe, touchless delivery to your home. Your order arrives hot and fresh with our dedicated delivery team.",
|
||||
},
|
||||
id: "delivery", title: "No-Contact Delivery", content: "Safe, touchless delivery to your home. Your order arrives hot and fresh with our dedicated delivery team."},
|
||||
{
|
||||
id: "24-7",
|
||||
title: "Open 24/7",
|
||||
content: "We're always open for you. Whether it's breakfast, lunch, dinner, or a late-night craving, we've got you covered.",
|
||||
},
|
||||
id: "24-7", title: "Open 24/7", content: "We're always open for you. Whether it's breakfast, lunch, dinner, or a late-night craving, we've got you covered."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-holding-paper-package-looking-coffee-cup-other-hand-with-serious-face-standing-green-wall_141793-64803.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-holding-paper-package-looking-coffee-cup-other-hand-with-serious-face-standing-green-wall_141793-64803.jpg"
|
||||
imageAlt="Delivery rider on scooter with food order bag"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -180,35 +159,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "super-meal",
|
||||
brand: "Meals",
|
||||
name: "Super Meal",
|
||||
price: "380 EGP",
|
||||
rating: 5,
|
||||
reviewCount: "450+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-chicken-nuggets-with-salad-french-fries_23-2148646678.jpg?_wi=1",
|
||||
imageAlt: "Super Meal with chicken, fries, and drink",
|
||||
},
|
||||
id: "super-meal", brand: "Meals", name: "Super Meal", price: "380 EGP", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-chicken-nuggets-with-salad-french-fries_23-2148646678.jpg", imageAlt: "Super Meal with chicken, fries, and drink"},
|
||||
{
|
||||
id: "family-box",
|
||||
brand: "Family",
|
||||
name: "Family Box",
|
||||
price: "490 EGP",
|
||||
rating: 5,
|
||||
reviewCount: "380+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-sushi-box_23-2149957064.jpg?_wi=1",
|
||||
imageAlt: "Family Box with variety of chicken pieces",
|
||||
},
|
||||
id: "family-box", brand: "Family", name: "Family Box", price: "490 EGP", rating: 5,
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-sushi-box_23-2149957064.jpg", imageAlt: "Family Box with variety of chicken pieces"},
|
||||
{
|
||||
id: "big-fire-burger",
|
||||
brand: "Burgers",
|
||||
name: "Big Fire Burger",
|
||||
price: "155 EGP",
|
||||
rating: 4.9,
|
||||
reviewCount: "320+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-fries-meat-sandwich_140725-82119.jpg?_wi=1",
|
||||
imageAlt: "Big Fire Burger with premium toppings",
|
||||
},
|
||||
id: "big-fire-burger", brand: "Burgers", name: "Big Fire Burger", price: "155 EGP", rating: 4.9,
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-fries-meat-sandwich_140725-82119.jpg", imageAlt: "Big Fire Burger with premium toppings"},
|
||||
]}
|
||||
ariaLabel="Best sellers products section"
|
||||
/>
|
||||
@@ -231,41 +189,17 @@ export default function HomePage() {
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Customer",
|
||||
company: "El Tor Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4190.jpg?_wi=1",
|
||||
imageAlt: "happy satisfied male customer portrait smiling",
|
||||
},
|
||||
id: "1", name: "Ahmed Hassan", role: "Customer", company: "El Tor Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4190.jpg", imageAlt: "happy satisfied male customer portrait smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Mohamed",
|
||||
role: "Regular",
|
||||
company: "Family Orders",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1",
|
||||
imageAlt: "happy satisfied female customer portrait smiling",
|
||||
},
|
||||
id: "2", name: "Fatima Mohamed", role: "Regular", company: "Family Orders", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "happy satisfied female customer portrait smiling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ibrahim Khalil",
|
||||
role: "Food Lover",
|
||||
company: "South Sinai",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-outdoor_23-2148296630.jpg?_wi=1",
|
||||
imageAlt: "satisfied male customer portrait smiling happy",
|
||||
},
|
||||
id: "3", name: "Ibrahim Khalil", role: "Food Lover", company: "South Sinai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-outdoor_23-2148296630.jpg", imageAlt: "satisfied male customer portrait smiling happy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Samir",
|
||||
role: "Quick Lunch Fan",
|
||||
company: "Work Crowd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg?_wi=1",
|
||||
imageAlt: "happy female customer portrait smiling satisfied",
|
||||
},
|
||||
id: "4", name: "Layla Samir", role: "Quick Lunch Fan", company: "Work Crowd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg", imageAlt: "happy female customer portrait smiling satisfied"},
|
||||
]}
|
||||
ariaLabel="Customer testimonials section"
|
||||
/>
|
||||
@@ -280,37 +214,19 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your delivery times?",
|
||||
content: "We offer rapid delivery with an average time of 25-35 minutes. Exact times depend on your location within El Tor and current order volume.",
|
||||
},
|
||||
id: "faq-1", title: "What are your delivery times?", content: "We offer rapid delivery with an average time of 25-35 minutes. Exact times depend on your location within El Tor and current order volume."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer customization?",
|
||||
content: "Yes, you can customize your order during checkout. Specify any special requests or dietary preferences in the order notes.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer customization?", content: "Yes, you can customize your order during checkout. Specify any special requests or dietary preferences in the order notes."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash on delivery and card payments. Choose your preferred method during checkout.",
|
||||
},
|
||||
id: "faq-3", title: "What payment methods do you accept?", content: "We accept cash on delivery and card payments. Choose your preferred method during checkout."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I place group orders?",
|
||||
content: "Absolutely! Perfect for parties and events. Contact us at 01100016162 for large bulk orders or special arrangements.",
|
||||
},
|
||||
id: "faq-4", title: "Can I place group orders?", content: "Absolutely! Perfect for parties and events. Contact us at 01100016162 for large bulk orders or special arrangements."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What are your opening hours?",
|
||||
content: "We're open 24/7 to serve you anytime. Whether it's breakfast, lunch, dinner, or late night, Chicken Box is always ready.",
|
||||
},
|
||||
id: "faq-5", title: "What are your opening hours?", content: "We're open 24/7 to serve you anytime. Whether it's breakfast, lunch, dinner, or late night, Chicken Box is always ready."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Is your food fresh?",
|
||||
content: "Yes! All food is prepared fresh when you order. We use quality ingredients and expert cooking techniques for every meal.",
|
||||
},
|
||||
id: "faq-6", title: "Is your food fresh?", content: "Yes! All food is prepared fresh when you order. We use quality ingredients and expert cooking techniques for every meal."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg"
|
||||
imageAlt="Happy customers enjoying meals together restaurant"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -337,7 +253,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg"
|
||||
imageAlt="Chicken Box restaurant logo"
|
||||
logoText="CHICKEN BOX"
|
||||
copyrightText="© 2025 Chicken Box. All rights reserved."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
import { MessageCircle, HelpCircle } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
@@ -20,8 +20,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -30,8 +29,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{ label: "Cart", href: "/cart" },
|
||||
{ label: "Checkout", href: "/checkout" },
|
||||
{ label: "Track Order", href: "/track-order" },
|
||||
@@ -39,8 +37,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 01100016162", href: "tel:01100016162" },
|
||||
{ label: "Address: 306 Kornish Road, El Tor", href: "#" },
|
||||
{ label: "Email: order@chickenbox.eg", href: "mailto:order@chickenbox.eg" },
|
||||
@@ -48,8 +45,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
@@ -75,9 +71,7 @@ export default function ReviewsPage() {
|
||||
brandName="CHICKEN BOX"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,41 +92,17 @@ export default function ReviewsPage() {
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Customer",
|
||||
company: "El Tor Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4190.jpg?_wi=2",
|
||||
imageAlt: "happy satisfied male customer portrait smiling",
|
||||
},
|
||||
id: "1", name: "Ahmed Hassan", role: "Customer", company: "El Tor Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4190.jpg", imageAlt: "happy satisfied male customer portrait smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Mohamed",
|
||||
role: "Regular",
|
||||
company: "Family Orders",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2",
|
||||
imageAlt: "happy satisfied female customer portrait smiling",
|
||||
},
|
||||
id: "2", name: "Fatima Mohamed", role: "Regular", company: "Family Orders", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "happy satisfied female customer portrait smiling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ibrahim Khalil",
|
||||
role: "Food Lover",
|
||||
company: "South Sinai",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-outdoor_23-2148296630.jpg?_wi=2",
|
||||
imageAlt: "satisfied male customer portrait smiling happy",
|
||||
},
|
||||
id: "3", name: "Ibrahim Khalil", role: "Food Lover", company: "South Sinai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-outdoor_23-2148296630.jpg", imageAlt: "satisfied male customer portrait smiling happy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Samir",
|
||||
role: "Quick Lunch Fan",
|
||||
company: "Work Crowd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg?_wi=3",
|
||||
imageAlt: "happy female customer portrait smiling satisfied",
|
||||
},
|
||||
id: "4", name: "Layla Samir", role: "Quick Lunch Fan", company: "Work Crowd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg", imageAlt: "happy female customer portrait smiling satisfied"},
|
||||
]}
|
||||
ariaLabel="Customer testimonials section"
|
||||
/>
|
||||
@@ -143,42 +113,25 @@ export default function ReviewsPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our menu, delivery, and ordering process."
|
||||
tag="Help"
|
||||
tagAnimation="fade"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your delivery times?",
|
||||
content: "We offer rapid delivery with an average time of 25-35 minutes. Exact times depend on your location within El Tor and current order volume.",
|
||||
},
|
||||
id: "faq-1", title: "What are your delivery times?", content: "We offer rapid delivery with an average time of 25-35 minutes. Exact times depend on your location within El Tor and current order volume."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer customization?",
|
||||
content: "Yes, you can customize your order during checkout. Specify any special requests or dietary preferences in the order notes.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer customization?", content: "Yes, you can customize your order during checkout. Specify any special requests or dietary preferences in the order notes."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash on delivery and card payments. Choose your preferred method during checkout.",
|
||||
},
|
||||
id: "faq-3", title: "What payment methods do you accept?", content: "We accept cash on delivery and card payments. Choose your preferred method during checkout."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I place group orders?",
|
||||
content: "Absolutely! Perfect for parties and events. Contact us at 01100016162 for large bulk orders or special arrangements.",
|
||||
},
|
||||
id: "faq-4", title: "Can I place group orders?", content: "Absolutely! Perfect for parties and events. Contact us at 01100016162 for large bulk orders or special arrangements."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What are your opening hours?",
|
||||
content: "We're open 24/7 to serve you anytime. Whether it's breakfast, lunch, dinner, or late night, Chicken Box is always ready.",
|
||||
},
|
||||
id: "faq-5", title: "What are your opening hours?", content: "We're open 24/7 to serve you anytime. Whether it's breakfast, lunch, dinner, or late night, Chicken Box is always ready."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Is your food fresh?",
|
||||
content: "Yes! All food is prepared fresh when you order. We use quality ingredients and expert cooking techniques for every meal.",
|
||||
},
|
||||
id: "faq-6", title: "Is your food fresh?", content: "Yes! All food is prepared fresh when you order. We use quality ingredients and expert cooking techniques for every meal."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg"
|
||||
imageAlt="happy customers enjoying meals together restaurant"
|
||||
mediaAnimation="fade"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -203,7 +156,7 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="footer" data-section="footer" className="w-full">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-hamburger-flat-logos_23-2147627943.jpg"
|
||||
imageAlt="fast food restaurant logo chicken box"
|
||||
logoText="CHICKEN BOX"
|
||||
copyrightText="© 2025 Chicken Box. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user