Merge version_1 into main #1
229
src/app/page.tsx
229
src/app/page.tsx
@@ -29,91 +29,57 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "Why Us", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BY Fahad Chicken"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Welcome to BY Fahad Chicken Shop"
|
||||
description="Experience the crispiest, juiciest fried chicken in town. We use only the freshest ingredients to serve you a hot, golden-brown delight every single time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-pieces-with-potatoes-white-plate_114579-19723.jpg"
|
||||
imageAlt="Crispy fried chicken bucket"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-plate-fried-chicken-potato-with-sliced-pepper_114579-56278.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/white-plate-fried-chicken-potato-with-sliced-pepper_114579-56278.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-fish-chips-plates-with-cutlery-beer-bottle_23-2148784879.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-fish-chips-plates-with-cutlery-beer-bottle_23-2148784879.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fried-chicken-near-beer-ketchup_23-2147717025.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fried-chicken-near-beer-ketchup_23-2147717025.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-meat-wooden-board-with-pasta-vegetables-around_114579-21873.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-meat-wooden-board-with-pasta-vegetables-around_114579-21873.jpg", alt: "Happy Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by 5,000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "FRESHLY COOKED",
|
||||
},
|
||||
type: "text", text: "FRESHLY COOKED"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-mayonnaise-ketchup_140725-6555.jpg",
|
||||
alt: "Chicken Nuggets",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-mayonnaise-ketchup_140725-6555.jpg", alt: "Chicken Nuggets"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SECRET SPICE BLEND",
|
||||
},
|
||||
type: "text", text: "SECRET SPICE BLEND"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-american-food-with-copy-space_23-2148454865.jpg",
|
||||
alt: "Fast Food",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/flat-lay-american-food-with-copy-space_23-2148454865.jpg", alt: "Fast Food"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ALWAYS CRISPY",
|
||||
},
|
||||
type: "text", text: "ALWAYS CRISPY"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,59 +92,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Fried Chicken Bucket",
|
||||
price: "₨ 850",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cajun-basket-with-sauce-chips_181624-43671.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Fried Chicken Bucket", price: "₨ 850", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cajun-basket-with-sauce-chips_181624-43671.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Classic",
|
||||
name: "Chicken Hot Dog",
|
||||
price: "₨ 250",
|
||||
rating: 4,
|
||||
reviewCount: "450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-fast-food-composition_23-2147695685.jpg",
|
||||
},
|
||||
id: "p2", brand: "Classic", name: "Chicken Hot Dog", price: "₨ 250", rating: 4,
|
||||
reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/big-fast-food-composition_23-2147695685.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Best Seller",
|
||||
name: "Chicken Zinger Burger",
|
||||
price: "₨ 350",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-assortment_23-2148614044.jpg",
|
||||
},
|
||||
id: "p3", brand: "Best Seller", name: "Chicken Zinger Burger", price: "₨ 350", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-assortment_23-2148614044.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Value",
|
||||
name: "Chicken Combo Deal",
|
||||
price: "₨ 550",
|
||||
rating: 4,
|
||||
reviewCount: "670",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432660.jpg",
|
||||
},
|
||||
id: "p4", brand: "Value", name: "Chicken Combo Deal", price: "₨ 550", rating: 4,
|
||||
reviewCount: "670", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432660.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Spicy",
|
||||
name: "Buffalo Wings",
|
||||
price: "₨ 450",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-plate-with-tomato-sauce-carrot_1150-20211.jpg",
|
||||
},
|
||||
id: "p5", brand: "Spicy", name: "Buffalo Wings", price: "₨ 450", rating: 5,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-plate-with-tomato-sauce-carrot_1150-20211.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Snack",
|
||||
name: "Chicken Nuggets",
|
||||
price: "₨ 200",
|
||||
rating: 4,
|
||||
reviewCount: "510",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fast-food-still-life_23-2149281333.jpg",
|
||||
},
|
||||
id: "p6", brand: "Snack", name: "Chicken Nuggets", price: "₨ 200", rating: 4,
|
||||
reviewCount: "510", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fast-food-still-life_23-2149281333.jpg"},
|
||||
]}
|
||||
title="Our Hot Menu"
|
||||
description="Choose from our signature range of freshly prepared chicken dishes, crafted with our secret blend of spices and cooked to perfection."
|
||||
@@ -190,20 +120,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Choose BY Fahad?",
|
||||
},
|
||||
type: "text", content: "Why Choose BY Fahad?"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/uncooked-chicken-legs-meat-with-vegetables_114579-44109.jpg",
|
||||
alt: "Fresh chicken prep",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/uncooked-chicken-legs-meat-with-vegetables_114579-44109.jpg", alt: "Fresh chicken prep"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -217,59 +140,28 @@ export default function LandingPage() {
|
||||
description="Join hundreds of happy customers who crave our legendary fried chicken."
|
||||
kpiItems={[
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "10k+", label: "Happy Customers"},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5/5", label: "Average Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Quality Assured",
|
||||
},
|
||||
value: "24/7", label: "Quality Assured"},
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ali Khan",
|
||||
role: "Food Blogger",
|
||||
company: "Lahore Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-bowl-with-ketchup-copy-space_23-2148784919.jpg",
|
||||
},
|
||||
id: "t1", name: "Ali Khan", role: "Food Blogger", company: "Lahore Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-bowl-with-ketchup-copy-space_23-2148784919.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sara Ahmed",
|
||||
role: "Regular",
|
||||
company: "Local Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-mayonnaise-sweet-chili-sauce-side-viewjpg_141793-12147.jpg",
|
||||
},
|
||||
id: "t2", name: "Sara Ahmed", role: "Regular", company: "Local Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-mayonnaise-sweet-chili-sauce-side-viewjpg_141793-12147.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bilal Sheikh",
|
||||
role: "Foodie",
|
||||
company: "Tech Professional",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sausage-wrapped-bread-lettuce-topped-with-sauce_1150-22094.jpg",
|
||||
},
|
||||
id: "t3", name: "Bilal Sheikh", role: "Foodie", company: "Tech Professional", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sausage-wrapped-bread-lettuce-topped-with-sauce_1150-22094.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Fatima Noor",
|
||||
role: "Customer",
|
||||
company: "Local Business Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-fast-food-composition_23-2147695686.jpg",
|
||||
},
|
||||
id: "t4", name: "Fatima Noor", role: "Customer", company: "Local Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-fast-food-composition_23-2147695686.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Zaid Malik",
|
||||
role: "Customer",
|
||||
company: "Designer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-soda-copy-space_23-2148242540.jpg",
|
||||
},
|
||||
id: "t5", name: "Zaid Malik", role: "Customer", company: "Designer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-soda-copy-space_23-2148242540.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Let's Talk"
|
||||
title="Order Freshly Fried Chicken"
|
||||
description="Ready to satisfy your cravings? Give us a call or visit us at our location in town. We're open daily until midnight!"
|
||||
@@ -294,33 +185,21 @@ export default function LandingPage() {
|
||||
logoText="BY Fahad Chicken"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "0300-1234567",
|
||||
href: "tel:03001234567",
|
||||
},
|
||||
label: "0300-1234567", href: "tel:03001234567"},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Visit Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user