Merge version_1 into main #2
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
<TextAbout
|
||||
tag="Our Story"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Chicken Box: Where Quality Meets Flavor"
|
||||
buttons={[
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About Chicken Box"
|
||||
/>
|
||||
@@ -109,7 +109,7 @@ export default function AboutPage() {
|
||||
description="Choose from our diverse selection of delicious options. From classic meals to specialty sandwiches and sides."
|
||||
tag="Full Menu"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -193,10 +193,10 @@ export default function AboutPage() {
|
||||
description="Serving the El Tor community with excellence and consistency."
|
||||
tag="Our Impact"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
|
||||
@@ -7,6 +7,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { User, Settings, History, Clock, MapPin, Building2, CreditCard, Wallet } from "lucide-react";
|
||||
|
||||
export default function AccountPage() {
|
||||
return (
|
||||
@@ -43,8 +44,8 @@ export default function AccountPage() {
|
||||
<div id="account-welcome" data-section="account-welcome">
|
||||
<TextAbout
|
||||
tag="Your Account"
|
||||
tagIcon="User"
|
||||
tagAnimation="entrance-slide"
|
||||
tagIcon={User}
|
||||
tagAnimation="slide-up"
|
||||
title="Manage Your Chicken Box Account"
|
||||
buttons={[
|
||||
{
|
||||
@@ -52,7 +53,7 @@ export default function AccountPage() {
|
||||
href: "/",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Account Management"
|
||||
/>
|
||||
@@ -63,8 +64,8 @@ export default function AccountPage() {
|
||||
title="Account Features"
|
||||
description="Everything you need to manage your orders, preferences, and delivery settings in one place."
|
||||
tag="My Account"
|
||||
tagIcon="Settings"
|
||||
tagAnimation="entrance-slide"
|
||||
tagIcon={Settings}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -76,12 +77,12 @@ export default function AccountPage() {
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
{
|
||||
icon: "History",
|
||||
icon: History,
|
||||
label: "Recent Orders",
|
||||
value: "Quick Reorder",
|
||||
},
|
||||
{
|
||||
icon: "Clock",
|
||||
icon: Clock,
|
||||
label: "Saved Items",
|
||||
value: "Always Ready",
|
||||
},
|
||||
@@ -93,12 +94,12 @@ export default function AccountPage() {
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
{
|
||||
icon: "MapPin",
|
||||
icon: MapPin,
|
||||
label: "Home",
|
||||
value: "Primary",
|
||||
},
|
||||
{
|
||||
icon: "Building2",
|
||||
icon: Building2,
|
||||
label: "Work",
|
||||
value: "Secondary",
|
||||
},
|
||||
@@ -110,12 +111,12 @@ export default function AccountPage() {
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
{
|
||||
icon: "CreditCard",
|
||||
icon: CreditCard,
|
||||
label: "Cards",
|
||||
value: "Secure",
|
||||
},
|
||||
{
|
||||
icon: "Wallet",
|
||||
icon: Wallet,
|
||||
label: "Wallet",
|
||||
value: "Available",
|
||||
},
|
||||
@@ -156,7 +157,7 @@ export default function AccountPage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg"
|
||||
imageAlt="Happy Customer"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function CartPage() {
|
||||
<TextAbout
|
||||
tag="Shopping Cart"
|
||||
tagIcon={ShoppingCart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Review Your Order"
|
||||
buttons={[
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function CartPage() {
|
||||
href: "/checkout",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Cart Information"
|
||||
/>
|
||||
@@ -112,10 +112,10 @@ export default function CartPage() {
|
||||
description="Choose how you want to receive your delicious Chicken Box order."
|
||||
tag="Fast Service"
|
||||
tagIcon={Truck}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function CartPage() {
|
||||
<TextAbout
|
||||
tag="Order Details"
|
||||
tagIcon={Clock}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Complete Your Order"
|
||||
buttons={[
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function CartPage() {
|
||||
href: "/checkout",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Order Summary"
|
||||
/>
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function CheckoutPage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multi-colored-pushpins-pointing-planned-destinations-map_23-2147837130.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multi-colored-pushpins-pointing-planned-destinations-map_23-2147837130.jpg"
|
||||
imageAlt="Order Location Map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -92,10 +92,10 @@ export default function CheckoutPage() {
|
||||
description="Review your order details and confirm before completing your purchase."
|
||||
tag="Order Details"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
|
||||
@@ -46,17 +46,17 @@ export default function CustomizePage() {
|
||||
description="Build your perfect meal. Select from our premium ingredients and options to create exactly what you want."
|
||||
tag="Build & Order"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Meals",
|
||||
href: "/menu",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export default function CustomizePage() {
|
||||
name: "Drumsticks Meal",
|
||||
price: "115 EGP",
|
||||
variant: "Meal Deal",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg",
|
||||
imageAlt: "Drumsticks Meal",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function CustomizePage() {
|
||||
name: "Char Lucky Meal",
|
||||
price: "180 EGP",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Char Lucky Meal",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function CustomizePage() {
|
||||
name: "Super Family Box",
|
||||
price: "600 EGP",
|
||||
variant: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Super Family Box",
|
||||
},
|
||||
]}
|
||||
@@ -93,7 +93,7 @@ export default function CustomizePage() {
|
||||
description="Enhance your meal with our delicious sides, drinks, and premium upgrades. Make your order truly yours."
|
||||
tag="Extras"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -87,17 +87,17 @@ export default function MenuPage() {
|
||||
description="Explore our full range of satisfying meal packages. From individual drumstick meals to family feast boxes—there's something for everyone."
|
||||
tag="All Meals"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "/order",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function MenuPage() {
|
||||
name: "Drumsticks Meal",
|
||||
price: "115 EGP",
|
||||
variant: "Individual Meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg",
|
||||
imageAlt: "Drumsticks Meal",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function MenuPage() {
|
||||
name: "Mid Meal",
|
||||
price: "245 EGP",
|
||||
variant: "Satisfying Size",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Mid Meal",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function MenuPage() {
|
||||
name: "Super Family Box",
|
||||
price: "600 EGP",
|
||||
variant: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Super Family Box",
|
||||
},
|
||||
]}
|
||||
@@ -134,17 +134,17 @@ export default function MenuPage() {
|
||||
description="Satisfy your craving with our signature sandwiches and gourmet burgers. Fresh ingredients and bold flavors in every bite."
|
||||
tag="Specialty Items"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Add to Order",
|
||||
href: "/order",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function MenuPage() {
|
||||
name: "Zinger Sandwich",
|
||||
price: "100 EGP",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
|
||||
imageAlt: "Zinger Sandwich",
|
||||
},
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function MenuPage() {
|
||||
name: "Big Fire Burger",
|
||||
price: "155 EGP",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
|
||||
imageAlt: "Fire Burger",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function MenuPage() {
|
||||
name: "Triple Box",
|
||||
price: "170 EGP",
|
||||
variant: "Bundle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
|
||||
imageAlt: "Triple Box",
|
||||
},
|
||||
]}
|
||||
@@ -181,7 +181,7 @@ export default function MenuPage() {
|
||||
description="Complete your meal with our selection of crispy sides, specialty sauces, and premium additions to enhance every bite."
|
||||
tag="Complementary Items"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -89,10 +89,10 @@ export default function OrderPage() {
|
||||
description="Browse our bestselling meals and add them to your cart. Fresh, crispy, and ready to be delivered to your door."
|
||||
tag="Bestsellers"
|
||||
tagIcon={ShoppingCart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function OrderPage() {
|
||||
price: "115 EGP",
|
||||
variant: "Meal Deal",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg",
|
||||
imageAlt: "Drumsticks Meal",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function OrderPage() {
|
||||
price: "180 EGP",
|
||||
variant: "Premium",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=5",
|
||||
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Char Lucky Meal",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function OrderPage() {
|
||||
price: "600 EGP",
|
||||
variant: "Family Pack",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=6",
|
||||
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Super Family Box",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function OrderPage() {
|
||||
price: "700 EGP",
|
||||
variant: "Large Pack",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=7",
|
||||
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Big Family Box",
|
||||
},
|
||||
]}
|
||||
@@ -138,7 +138,7 @@ export default function OrderPage() {
|
||||
href: "/menu",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
@@ -149,10 +149,10 @@ export default function OrderPage() {
|
||||
description="Choose from our variety of fresh chicken sandwiches with multiple sauce options."
|
||||
tag="Premium Quality"
|
||||
tagIcon={ShoppingCart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function OrderPage() {
|
||||
price: "170 EGP",
|
||||
variant: "Three Sandwiches",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
|
||||
imageAlt: "Triple Box Sandwiches",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function OrderPage() {
|
||||
price: "115 EGP",
|
||||
variant: "With Ranch Sauce",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=4",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
|
||||
imageAlt: "Chicken Ranch Sandwich",
|
||||
},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function OrderPage() {
|
||||
price: "100 EGP",
|
||||
variant: "Classic Zinger",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=5",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
|
||||
imageAlt: "Zinger Sandwich",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function OrderPage() {
|
||||
price: "100 EGP",
|
||||
variant: "Wrap Style",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=6",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
|
||||
imageAlt: "Chicken Wrap",
|
||||
},
|
||||
]}
|
||||
@@ -209,10 +209,10 @@ export default function OrderPage() {
|
||||
description="Satisfy your cravings with our premium burger selection featuring crispy chicken patties and fresh toppings."
|
||||
tag="Fire & Flavor"
|
||||
tagIcon={ShoppingCart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default function OrderPage() {
|
||||
price: "155 EGP",
|
||||
variant: "Spicy Heat",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
|
||||
imageAlt: "Big Fire Burger",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function OrderPage() {
|
||||
price: "155 EGP",
|
||||
variant: "Melted Mozzarella",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
|
||||
imageAlt: "Mozzarella Burger",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function OrderPage() {
|
||||
price: "155 EGP",
|
||||
variant: "Fresh Mushrooms",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=4",
|
||||
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
|
||||
imageAlt: "Mushroom Burger",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -92,7 +92,7 @@ export default function HomePage() {
|
||||
description="Experience the finest quality fried chicken with our premium ingredients and expert preparation. Open 24 hours for dine-in, drive-through, and no-contact delivery."
|
||||
tag="Fast & Fresh"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
@@ -103,7 +103,7 @@ export default function HomePage() {
|
||||
href: "/menu",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-salad_140725-114592.jpg"
|
||||
imageAlt="Fresh Crispy Chicken"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
buttonAnimation="entrance-slide"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
name: "Drumsticks Meal",
|
||||
price: "115 EGP",
|
||||
variant: "Meal Deal",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg",
|
||||
imageAlt: "Drumsticks Meal",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
name: "Char Lucky Meal",
|
||||
price: "180 EGP",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Char Lucky Meal",
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function HomePage() {
|
||||
name: "Super Family Box",
|
||||
price: "600 EGP",
|
||||
variant: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
|
||||
imageAlt: "Super Family Box",
|
||||
},
|
||||
]}
|
||||
@@ -277,7 +277,7 @@ export default function HomePage() {
|
||||
role: "Local Resident",
|
||||
company: "El Tor Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -286,7 +286,7 @@ export default function HomePage() {
|
||||
role: "Regular Customer",
|
||||
company: "Family of 4",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg",
|
||||
imageAlt: "Fatima Ali",
|
||||
},
|
||||
{
|
||||
@@ -295,7 +295,7 @@ export default function HomePage() {
|
||||
role: "Business Owner",
|
||||
company: "Local Merchant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg",
|
||||
imageAlt: "Mohamed Ibrahim",
|
||||
},
|
||||
{
|
||||
@@ -304,7 +304,7 @@ export default function HomePage() {
|
||||
role: "Student",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
imageAlt: "Layla Mostafa",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function ReviewsPage() {
|
||||
description="Join thousands of satisfied customers enjoying fresh, crispy chicken daily."
|
||||
tag="Trusted & Loved"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -116,7 +116,7 @@ export default function ReviewsPage() {
|
||||
role: "Local Resident",
|
||||
company: "El Tor Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function ReviewsPage() {
|
||||
role: "Regular Customer",
|
||||
company: "Family of 4",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg",
|
||||
imageAlt: "Fatima Ali",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function ReviewsPage() {
|
||||
role: "Business Owner",
|
||||
company: "Local Merchant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg",
|
||||
imageAlt: "Mohamed Ibrahim",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function ReviewsPage() {
|
||||
role: "Student",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
imageAlt: "Layla Mostafa",
|
||||
},
|
||||
]}
|
||||
@@ -156,10 +156,10 @@ export default function ReviewsPage() {
|
||||
description="Experience the quality and service that makes us the top choice in El Tor."
|
||||
tag="Customer Satisfaction"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function ReviewsPage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg"
|
||||
imageAlt="Customer Feedback"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -7,6 +7,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { Truck, Clock } from "lucide-react";
|
||||
|
||||
export default function TrackOrderPage() {
|
||||
return (
|
||||
@@ -43,8 +44,8 @@ export default function TrackOrderPage() {
|
||||
<div id="track-info" data-section="track-info">
|
||||
<TextAbout
|
||||
tag="Real-Time Tracking"
|
||||
tagIcon="Truck"
|
||||
tagAnimation="entrance-slide"
|
||||
tagIcon={Truck}
|
||||
tagAnimation="slide-up"
|
||||
title="Track Your Order in Real-Time"
|
||||
buttons={[
|
||||
{
|
||||
@@ -52,7 +53,7 @@ export default function TrackOrderPage() {
|
||||
href: "/",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Track Order Information"
|
||||
/>
|
||||
@@ -63,11 +64,11 @@ export default function TrackOrderPage() {
|
||||
title="Your Order Status"
|
||||
description="Monitor your order progress from preparation to delivery. Our live tracking system keeps you informed every step of the way."
|
||||
tag="Live Updates"
|
||||
tagIcon="Clock"
|
||||
tagAnimation="entrance-slide"
|
||||
tagIcon={Clock}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user