Update src/app/page.tsx

This commit is contained in:
2026-06-11 00:45:20 +00:00
parent fe3ae42b29
commit abbf90e468

View File

@@ -29,37 +29,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Menu", name: "Menu", id: "/menu"},
id: "/menu",
},
{ {
name: "Offers", name: "Offers", id: "/offers"},
id: "/offers",
},
{ {
name: "Branches", name: "Branches", id: "/branches"},
id: "/branches",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/set-hand-drawn-hen-logos_23-2147626216.jpg" logoSrc="http://img.b2bpic.net/free-vector/set-hand-drawn-hen-logos_23-2147626216.jpg"
logoAlt="Fried Chicken Logo" logoAlt="Fried Chicken Logo"
brandName="Fried Chicken" brandName="Fried Chicken"
button={{ button={{
text: "Order Now", text: "Order Now", href: "/menu"}}
href: "/menu",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -67,41 +53,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "downward-rays-animated", variant: "downward-rays-animated"}}
}}
title="Experience the Taste of Fried Chicken" title="Experience the Taste of Fried Chicken"
description="Indulge in our crispy, juicy, and perfectly seasoned fried chicken. Crafted with fresh ingredients and authentic Iraqi flavors." description="Indulge in our crispy, juicy, and perfectly seasoned fried chicken. Crafted with fresh ingredients and authentic Iraqi flavors."
buttons={[ buttons={[
{ {
text: "Order Now", text: "Order Now", href: "/menu"},
href: "/menu",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-dinner-meat-food-lunch-fries-burger-meal_140725-156965.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-dinner-meat-food-lunch-fries-burger-meal_140725-156965.jpg", imageAlt: "Crispy fried chicken bucket"},
imageAlt: "Crispy fried chicken bucket",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/grilled-ciabatta-sandwich-with-fresh-vegetables-beef-generated-by-ai_188544-21540.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-ciabatta-sandwich-with-fresh-vegetables-beef-generated-by-ai_188544-21540.jpg", imageAlt: "Delicious Zinger sandwich"},
imageAlt: "Delicious Zinger sandwich",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/thin-chicken-roasted-sticks-served-with-tomato-rosemary-sauce_114579-2019.jpg", imageSrc: "http://img.b2bpic.net/free-photo/thin-chicken-roasted-sticks-served-with-tomato-rosemary-sauce_114579-2019.jpg", imageAlt: "Golden chicken strips with sauce"},
imageAlt: "Golden chicken strips with sauce",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-chopping-board_23-2148784891.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-chopping-board_23-2148784891.jpg", imageAlt: "Fried chicken family meal"},
imageAlt: "Fried chicken family meal",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-made-out-fabric_23-2150864150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-made-out-fabric_23-2150864150.jpg", imageAlt: "Crispy fries and refreshing drink"},
imageAlt: "Crispy fries and refreshing drink",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/ketchup-near-grilled-wings_23-2147717013.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ketchup-near-grilled-wings_23-2147717013.jpg", imageAlt: "Spicy chicken wings"},
imageAlt: "Spicy chicken wings",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -112,18 +83,12 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Authentic Iraqi Flavors, Globally Inspired Taste"},
content: "Authentic Iraqi Flavors, Globally Inspired Taste",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "/about"},
href: "/about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26171.jpg"
imageAlt="Chef expertly preparing fresh fried chicken"
/> />
</div> </div>
@@ -133,45 +98,21 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Daily Deal", tag: "Daily Deal", title: "Crispy Bucket Bonanza", subtitle: "Large bucket, 2 sides & 2 drinks", description: "Enjoy our most popular bucket with your choice of delicious sides and refreshing beverages.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes-celebration_140725-113378.jpg", imageAlt: "Fried Chicken Bucket Offer", buttons: [
title: "Crispy Bucket Bonanza",
subtitle: "Large bucket, 2 sides & 2 drinks",
description: "Enjoy our most popular bucket with your choice of delicious sides and refreshing beverages.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes-celebration_140725-113378.jpg",
imageAlt: "Fried Chicken Bucket Offer",
buttons: [
{ {
text: "View Deal", text: "View Deal", href: "/offers"},
href: "/offers",
},
], ],
}, },
{ {
tag: "Combo Offer", tag: "Combo Offer", title: "Zinger Supreme Meal", subtitle: "Zinger sandwich, fries & drink", description: "Our signature spicy Zinger sandwich with a side of crispy fries and a cool drink.", imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg", imageAlt: "Zinger Supreme Meal Offer", buttons: [
title: "Zinger Supreme Meal",
subtitle: "Zinger sandwich, fries & drink",
description: "Our signature spicy Zinger sandwich with a side of crispy fries and a cool drink.",
imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg",
imageAlt: "Zinger Supreme Meal Offer",
buttons: [
{ {
text: "View Deal", text: "View Deal", href: "/offers"},
href: "/offers",
},
], ],
}, },
{ {
tag: "Family Pack", tag: "Family Pack", title: "Feast for Four", subtitle: "8pcs chicken, family fries & salad", description: "Perfect for sharing with family and friends, featuring generous portions of our famous fried chicken.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-chicken-nuggets_23-2148314146.jpg", imageAlt: "Family Feast Offer", buttons: [
title: "Feast for Four",
subtitle: "8pcs chicken, family fries & salad",
description: "Perfect for sharing with family and friends, featuring generous portions of our famous fried chicken.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-chicken-nuggets_23-2148314146.jpg",
imageAlt: "Family Feast Offer",
buttons: [
{ {
text: "View Deal", text: "View Deal", href: "/offers"},
href: "/offers",
},
], ],
}, },
]} ]}
@@ -188,65 +129,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Fried Chicken", name: "Classic Chicken Bucket", price: "IQD 15,000", rating: 5,
brand: "Fried Chicken", reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187929.jpg", imageAlt: "Classic Chicken Bucket"},
name: "Classic Chicken Bucket",
price: "IQD 15,000",
rating: 5,
reviewCount: "256",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187929.jpg",
imageAlt: "Classic Chicken Bucket",
},
{ {
id: "p2", id: "p2", brand: "Fried Chicken", name: "Zinger Supreme Sandwich", price: "IQD 7,500", rating: 4,
brand: "Fried Chicken", reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-fried-onion-rings_23-2147684581.jpg", imageAlt: "Zinger Supreme Sandwich"},
name: "Zinger Supreme Sandwich",
price: "IQD 7,500",
rating: 4,
reviewCount: "198",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-fried-onion-rings_23-2147684581.jpg",
imageAlt: "Zinger Supreme Sandwich",
},
{ {
id: "p3", id: "p3", brand: "Fried Chicken", name: "Broasted Chicken Combo", price: "IQD 12,000", rating: 5,
brand: "Fried Chicken", reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062777.jpg", imageAlt: "Broasted Chicken Combo"},
name: "Broasted Chicken Combo",
price: "IQD 12,000",
rating: 5,
reviewCount: "142",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062777.jpg",
imageAlt: "Broasted Chicken Combo",
},
{ {
id: "p4", id: "p4", brand: "Fried Chicken", name: "Crispy Chicken Strips", price: "IQD 6,000", rating: 4,
brand: "Fried Chicken", reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/woman-sticking-great-britain-flag-fish-chips-dish-paper-cup_23-2148784934.jpg", imageAlt: "Crispy Chicken Strips Platter"},
name: "Crispy Chicken Strips",
price: "IQD 6,000",
rating: 4,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sticking-great-britain-flag-fish-chips-dish-paper-cup_23-2148784934.jpg",
imageAlt: "Crispy Chicken Strips Platter",
},
{ {
id: "p5", id: "p5", brand: "Fried Chicken", name: "Fiery Hot Wings", price: "IQD 8,000", rating: 4,
brand: "Fried Chicken", reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-glazed-sesame-chicken-wings-dark-bowl_84443-85767.jpg", imageAlt: "Fiery Hot Wings"},
name: "Fiery Hot Wings",
price: "IQD 8,000",
rating: 4,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-glazed-sesame-chicken-wings-dark-bowl_84443-85767.jpg",
imageAlt: "Fiery Hot Wings",
},
{ {
id: "p6", id: "p6", brand: "Fried Chicken", name: "Golden French Fries", price: "IQD 3,000", rating: 5,
brand: "Fried Chicken", reviewCount: "301", imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-with-ketchup-juice_140725-3649.jpg", imageAlt: "Golden French Fries"},
name: "Golden French Fries",
price: "IQD 3,000",
rating: 5,
reviewCount: "301",
imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-with-ketchup-juice_140725-3649.jpg",
imageAlt: "Golden French Fries",
},
]} ]}
title="Our Most Popular Choices" title="Our Most Popular Choices"
description="Discover what everyone's craving from our diverse menu, from classic buckets to spicy zingers." description="Discover what everyone's craving from our diverse menu, from classic buckets to spicy zingers."
@@ -256,6 +155,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="About Fried Chicken"
/> />
</div> </div>
@@ -263,62 +163,37 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Buckets", label: "Buckets", href: "/menu"},
href: "/menu",
},
{ {
label: "Sandwiches", label: "Sandwiches", href: "/menu"},
href: "/menu",
},
{ {
label: "Broasted Chicken", label: "Broasted Chicken", href: "/menu"},
href: "/menu",
},
{ {
label: "Sides & Drinks", label: "Sides & Drinks", href: "/menu"},
href: "/menu",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Branches", label: "Our Branches", href: "/branches"},
href: "/branches",
},
{ {
label: "Offers", label: "Offers", href: "/offers"},
href: "/offers",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/FriedChickenIQ"},
href: "https://facebook.com/FriedChickenIQ",
},
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com/FriedChickenIQ"},
href: "https://instagram.com/FriedChickenIQ",
},
{ {
label: "WhatsApp", label: "WhatsApp", href: "https://wa.me/9647xxxxxxxx"},
href: "https://wa.me/9647xxxxxxxx",
},
], ],
}, },
]} ]}