Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-23 23:39:43 +00:00

View File

@@ -31,135 +31,80 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Delivery",
id: "delivery",
},
name: "Delivery", id: "delivery"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="KWINGEZ"
button={{
text: "Order Now",
href: "#",
}}
text: "Order Now", href: "#"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="CRAVINGS HAVE A NEW KING."
description="Burgers. Pizza. Crepes. Crispy madness delivered till late."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fork-with-melted-cheese-toast_23-2149342848.jpg",
imageAlt: "Chicken Sandwich",
},
imageSrc: "http://img.b2bpic.net/free-photo/fork-with-melted-cheese-toast_23-2149342848.jpg", imageAlt: "Chicken Sandwich"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-burger-isolated-black-surface_181624-39131.jpg",
imageAlt: "Burger",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-burger-isolated-black-surface_181624-39131.jpg", imageAlt: "Burger"},
{
imageSrc: "http://img.b2bpic.net/free-photo/yummy-delights-table_140725-5627.jpg",
imageAlt: "Crepe",
},
imageSrc: "http://img.b2bpic.net/free-photo/yummy-delights-table_140725-5627.jpg", imageAlt: "Crepe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852173.jpg",
imageAlt: "Pizza",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852173.jpg", imageAlt: "Pizza"},
{
imageSrc: "http://img.b2bpic.net/free-photo/yellow-paint-drip-background-gray-background_53876-108187.jpg",
imageAlt: "Crispy Chicken",
},
imageSrc: "http://img.b2bpic.net/free-photo/yellow-paint-drip-background-gray-background_53876-108187.jpg", imageAlt: "Crispy Chicken"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/choco-doner-chocolate-wrapped-pancake-plate_140725-10910.jpg",
imageAlt: "Crepe",
},
imageSrc: "http://img.b2bpic.net/free-photo/choco-doner-chocolate-wrapped-pancake-plate_140725-10910.jpg", imageAlt: "Crepe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasteful-sandwich-made-sliced-mushrooms-tomatoes-boiled-eggs-salad_1304-2920.jpg",
imageAlt: "Chicken Sandwich",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasteful-sandwich-made-sliced-mushrooms-tomatoes-boiled-eggs-salad_1304-2920.jpg", imageAlt: "Chicken Sandwich"},
{
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg",
imageAlt: "Burger",
},
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg", imageAlt: "Burger"},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg",
imageAlt: "Pizza",
},
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", imageAlt: "Pizza"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-mac-cheese_23-2149286878.jpg",
imageAlt: "Crispy Chicken",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-mac-cheese_23-2149286878.jpg", imageAlt: "Crispy Chicken"},
]}
buttons={[
{
text: "Order Now",
href: "#",
},
text: "Order Now", href: "#"},
{
text: "Explore Menu",
href: "#menu",
},
text: "Explore Menu", href: "#menu"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/acrylic-dripping-paint-yellow-mustard_53876-108186.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/acrylic-dripping-paint-yellow-mustard_53876-108186.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/side-view-pouring-cake-mixture-into-baking-tin_140725-10288.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/side-view-pouring-cake-mixture-into-baking-tin_140725-10288.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332817.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332817.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/melted-cheese-with-pita_23-2149342856.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/melted-cheese-with-pita_23-2149342856.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/fresh-yellow-dessert-wood-with-icing-decoration-generated-by-ai_188544-10278.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/fresh-yellow-dessert-wood-with-icing-decoration-generated-by-ai_188544-10278.jpg", alt: "Customer 5"},
]}
avatarText="Loved by 10k+ late-night eaters"
marqueeItems={[
{
type: "text",
text: "OPEN TILL 4 AM",
},
type: "text", text: "OPEN TILL 4 AM"},
{
type: "text",
text: "PREMIUM INGREDIENTS",
},
type: "text", text: "PREMIUM INGREDIENTS"},
{
type: "text",
text: "AUTHENTIC FLAVOR",
},
type: "text", text: "AUTHENTIC FLAVOR"},
{
type: "text",
text: "FAST DELIVERY",
},
type: "text", text: "FAST DELIVERY"},
{
type: "text",
text: "MAADI FAVORITE",
},
type: "text", text: "MAADI FAVORITE"},
]}
/>
</div>
@@ -172,41 +117,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Zinger Crepe",
price: "E£85",
imageSrc: "http://img.b2bpic.net/free-photo/view-dinner-background-with-delicious-pancakes-honey-chocolate-raspberry-notebook-black-background_140725-138914.jpg",
},
id: "p1", name: "Zinger Crepe", price: "E£85", imageSrc: "http://img.b2bpic.net/free-photo/view-dinner-background-with-delicious-pancakes-honey-chocolate-raspberry-notebook-black-background_140725-138914.jpg"},
{
id: "p2",
name: "Crispy Chicken Combo",
price: "E£95",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-homemade-colombian-hamburger-table_181624-32903.jpg",
},
id: "p2", name: "Crispy Chicken Combo", price: "E£95", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-homemade-colombian-hamburger-table_181624-32903.jpg"},
{
id: "p3",
name: "Classic Loaded Burger",
price: "E£75",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bacon-burger-with-salad_23-2148784486.jpg",
},
id: "p3", name: "Classic Loaded Burger", price: "E£75", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bacon-burger-with-salad_23-2148784486.jpg"},
{
id: "p4",
name: "Pepperoni Feast Pizza",
price: "E£99",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg",
},
id: "p4", name: "Pepperoni Feast Pizza", price: "E£99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg"},
{
id: "p5",
name: "Buffalo Wings",
price: "E£65",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-filled-with-meat-vegetables_141793-1158.jpg",
},
id: "p5", name: "Buffalo Wings", price: "E£65", imageSrc: "http://img.b2bpic.net/free-photo/croissant-filled-with-meat-vegetables_141793-1158.jpg"},
{
id: "p6",
name: "Signature Shawarma Box",
price: "E£90",
imageSrc: "http://img.b2bpic.net/free-photo/plate-pancake-with-cottage-cheese-cherries_1153-3483.jpg",
},
id: "p6", name: "Signature Shawarma Box", price: "E£90", imageSrc: "http://img.b2bpic.net/free-photo/plate-pancake-with-cottage-cheese-cherries_1153-3483.jpg"},
]}
title="Signature Items"
description="Indulgent flavors that keep Cairo hungry."
@@ -215,30 +136,16 @@ export default function LandingPage() {
<div id="stats" data-section="stats">
<MetricCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "300+",
title: "Happy Reviews",
description: "Shared by real fans.",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-vanilla-ice-cream-golden-chocolate_114579-1928.jpg",
},
id: "m1", value: "300+", title: "Happy Reviews", description: "Shared by real fans.", imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-vanilla-ice-cream-golden-chocolate_114579-1928.jpg"},
{
id: "m2",
value: "4 AM",
title: "Open Till Late",
description: "Always ready to feed.",
imageSrc: "http://img.b2bpic.net/free-photo/from-pilaf-with-meet-dried-fruits-chestnut-rice-rosemary-leaves-wooden-plate_176474-2641.jpg",
},
id: "m2", value: "4 AM", title: "Open Till Late", description: "Always ready to feed.", imageSrc: "http://img.b2bpic.net/free-photo/from-pilaf-with-meet-dried-fruits-chestnut-rice-rosemary-leaves-wooden-plate_176474-2641.jpg"},
{
id: "m3",
value: "Fast",
title: "Delivery",
description: "Right to your door.",
imageSrc: "http://img.b2bpic.net/free-photo/nighttime-cityscape-with-elevated-train-illustration_23-2151984937.jpg",
},
id: "m3", value: "Fast", title: "Delivery", description: "Right to your door.", imageSrc: "http://img.b2bpic.net/free-photo/nighttime-cityscape-with-elevated-train-illustration_23-2151984937.jpg"},
]}
title="Why Everyone Loves Kwingez"
description="The premium choice for late-night foodies."
@@ -250,14 +157,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Talabat",
"Elmenus",
"Welpstar",
"Google Maps",
"Facebook",
"Instagram",
"TikTok",
]}
"Talabat", "Elmenus", "Welpstar", "Google Maps", "Facebook", "Instagram", "TikTok"]}
title="As Seen On"
description="Quality backed by top platforms."
/>
@@ -271,25 +171,15 @@ export default function LandingPage() {
author="Ahmed M."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-holding-plate-with-fresh-fruits-light-pink-wall_140725-42922.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-holding-plate-with-fresh-fruits-light-pink-wall_140725-42922.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-bed_23-2147667254.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-bed_23-2147667254.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-fashion-model-woman-wear-green-top-black-shiny-wet-look-pants-posed-against-arch-tonnel_627829-4680.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-fashion-model-woman-wear-green-top-black-shiny-wet-look-pants-posed-against-arch-tonnel_627829-4680.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", alt: "Customer 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -301,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What are your hours?",
content: "We are open until 4:00 AM daily.",
},
id: "f1", title: "What are your hours?", content: "We are open until 4:00 AM daily."},
{
id: "f2",
title: "Do you deliver?",
content: "Yes, we provide fast delivery across Maadi.",
},
id: "f2", title: "Do you deliver?", content: "Yes, we provide fast delivery across Maadi."},
{
id: "f3",
title: "Where are you located?",
content: "27 Ahmed Zaki, Ezbet Nafie, Maadi, Cairo.",
},
id: "f3", title: "Where are you located?", content: "27 Ahmed Zaki, Ezbet Nafie, Maadi, Cairo."},
]}
sideTitle="Hungry? Ask Away."
faqsAnimation="slide-up"
@@ -325,20 +206,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Order Now"
title="Open When The City Gets Hungry."
description="Order your favorite late-night meal in 3 clicks."
buttons={[
{
text: "Order via WhatsApp",
href: "https://wa.me/01142746746",
},
text: "Order via WhatsApp", href: "https://wa.me/01142746746"},
{
text: "Order on Talabat",
href: "#",
},
text: "Order on Talabat", href: "#"},
]}
/>
</div>
@@ -349,46 +225,29 @@ export default function LandingPage() {
logoText="KWINGEZ"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Burgers",
href: "#menu",
},
label: "Burgers", href: "#menu"},
{
label: "Pizza",
href: "#menu",
},
label: "Pizza", href: "#menu"},
{
label: "Crepes",
href: "#menu",
},
label: "Crepes", href: "#menu"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Delivery Info",
href: "#",
},
label: "Delivery Info", href: "#"},
],
},
]}