Merge version_1 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Healthy Bites"
|
||||
/>
|
||||
@@ -58,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Fast, fresh, and irresistibly delicious. Experience the best BBQ in Faisalabad."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:03704567572",
|
||||
},
|
||||
text: "Call Us", href: "tel:03704567572"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg?_wi=1",
|
||||
imageAlt: "Grilled BBQ Platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg", imageAlt: "Grilled BBQ Platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189842.jpg",
|
||||
imageAlt: "Healthy Food Plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189842.jpg", imageAlt: "Healthy Food Plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79527.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79527.jpg", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg",
|
||||
imageAlt: "Polite Staff Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg", imageAlt: "Polite Staff Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21422.jpg",
|
||||
imageAlt: "Restaurant Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21422.jpg", imageAlt: "Restaurant Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23141.jpg",
|
||||
imageAlt: "BBQ Special",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23141.jpg", imageAlt: "BBQ Special"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,19 +78,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
label: "Rating", value: "4.9/5"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Fast Service",
|
||||
value: "Yes",
|
||||
},
|
||||
label: "Fast Service", value: "Yes"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
label: "Satisfied Customers",
|
||||
value: "220+",
|
||||
},
|
||||
label: "Satisfied Customers", value: "220+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,28 +97,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium BBQ",
|
||||
description: "Authentic, smoky flavors cooked to perfection.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg?_wi=1",
|
||||
imageAlt: "restaurant staff preparing fresh food",
|
||||
title: "Premium BBQ", description: "Authentic, smoky flavors cooked to perfection.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Healthy Choices",
|
||||
description: "Fresh, high-quality ingredients you'll love.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg?_wi=2",
|
||||
imageAlt: "restaurant staff preparing fresh food",
|
||||
title: "Healthy Choices", description: "Fresh, high-quality ingredients you'll love.", bentoComponent: "reveal-icon", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Your food arrives hot and delicious, every time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-yellow-cap-blank-tshirt-uniform-holding-food-container-pizza-box-with-paper-bag-talking-mobile-phone-smiling-broadly-standing-orange-background_141793-135165.jpg?_wi=1",
|
||||
imageAlt: "restaurant staff preparing fresh food",
|
||||
title: "Fast Service", description: "Your food arrives hot and delicious, every time.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
]}
|
||||
title="Fresh & Flavorful Menu"
|
||||
@@ -164,41 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "BBQ Platter",
|
||||
price: "PKR 1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tomatoes-with-seasonings-olives-dark-background_179666-17439.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "BBQ Platter", price: "PKR 1200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tomatoes-with-seasonings-olives-dark-background_179666-17439.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Healthy Wrap",
|
||||
price: "PKR 500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-cakes-with-cookies-cup-tea-dark_140725-104711.jpg",
|
||||
},
|
||||
id: "2", name: "Healthy Wrap", price: "PKR 500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-cakes-with-cookies-cup-tea-dark_140725-104711.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Grilled Chicken",
|
||||
price: "PKR 850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-steaks-with-potatoes-vegetable-salad-sauce_141793-4089.jpg",
|
||||
},
|
||||
id: "3", name: "Grilled Chicken", price: "PKR 850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-steaks-with-potatoes-vegetable-salad-sauce_141793-4089.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Combo Deal",
|
||||
price: "PKR 1500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-kebab-slate-with-cloth_23-2148685482.jpg",
|
||||
},
|
||||
id: "4", name: "Combo Deal", price: "PKR 1500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-kebab-slate-with-cloth_23-2148685482.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garden Salad",
|
||||
price: "PKR 450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-greens-seasonings-dark-desk_140725-115276.jpg",
|
||||
},
|
||||
id: "5", name: "Garden Salad", price: "PKR 450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-greens-seasonings-dark-desk_140725-115276.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fresh Drink",
|
||||
price: "PKR 200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cutlets-with-onion-rings-grey-background-dish-meat-meal-cuisine_140725-47070.jpg",
|
||||
},
|
||||
id: "6", name: "Fresh Drink", price: "PKR 200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cutlets-with-onion-rings-grey-background-dish-meat-meal-cuisine_140725-47070.jpg"},
|
||||
]}
|
||||
title="Chef Specials"
|
||||
description="Our most popular items that customers keep coming back for."
|
||||
@@ -211,60 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Khan",
|
||||
date: "Oct 2023",
|
||||
title: "Fast Service",
|
||||
quote: "Their service is always fast. Food arrives hot and delicious. Highly satisfied!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg?_wi=3",
|
||||
imageAlt: "smiling happy restaurant customer",
|
||||
},
|
||||
id: "1", name: "Ali Khan", date: "Oct 2023", title: "Fast Service", quote: "Their service is always fast. Food arrives hot and delicious. Highly satisfied!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg", imageAlt: "smiling happy restaurant customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara Ahmed",
|
||||
date: "Nov 2023",
|
||||
title: "Healthy & Fresh",
|
||||
quote: "Absolutely love Healthy Bite! Fresh, flavorful food with high-quality ingredients.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg?_wi=2",
|
||||
imageAlt: "smiling happy restaurant customer",
|
||||
},
|
||||
id: "2", name: "Sara Ahmed", date: "Nov 2023", title: "Healthy & Fresh", quote: "Absolutely love Healthy Bite! Fresh, flavorful food with high-quality ingredients.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg", imageAlt: "smiling happy restaurant customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bilal Ahmed",
|
||||
date: "Dec 2023",
|
||||
title: "Amazing Taste",
|
||||
quote: "Amazing taste and excellent customer service. Highly recommended!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-yellow-cap-blank-tshirt-uniform-holding-food-container-pizza-box-with-paper-bag-talking-mobile-phone-smiling-broadly-standing-orange-background_141793-135165.jpg?_wi=2",
|
||||
imageAlt: "smiling happy restaurant customer",
|
||||
},
|
||||
id: "3", name: "Bilal Ahmed", date: "Dec 2023", title: "Amazing Taste", quote: "Amazing taste and excellent customer service. Highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-yellow-cap-blank-tshirt-uniform-holding-food-container-pizza-box-with-paper-bag-talking-mobile-phone-smiling-broadly-standing-orange-background_141793-135165.jpg", imageAlt: "smiling happy restaurant customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Zara",
|
||||
date: "Jan 2024",
|
||||
title: "Great Staff",
|
||||
quote: "Staff members are polite and sweet. A great experience.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-showing-creamy-cake-plate_1187-5326.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tomatoes-with-seasonings-olives-dark-background_179666-17439.jpg?_wi=2",
|
||||
imageAlt: "smiling happy restaurant customer",
|
||||
},
|
||||
id: "4", name: "Fatima Zara", date: "Jan 2024", title: "Great Staff", quote: "Staff members are polite and sweet. A great experience.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/girl-showing-creamy-cake-plate_1187-5326.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tomatoes-with-seasonings-olives-dark-background_179666-17439.jpg", imageAlt: "smiling happy restaurant customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hassan Z.",
|
||||
date: "Feb 2024",
|
||||
title: "Excellent Quality",
|
||||
quote: "A perfect option for a healthy yet delicious meal.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gdcf61",
|
||||
imageAlt: "smiling happy restaurant customer",
|
||||
},
|
||||
id: "5", name: "Hassan Z.", date: "Feb 2024", title: "Excellent Quality", quote: "A perfect option for a healthy yet delicious meal.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gdcf61", imageAlt: "smiling happy restaurant customer"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="220+ happy customers choose us for their favorite meal."
|
||||
@@ -276,14 +162,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FoodPanda",
|
||||
"Local Reviews",
|
||||
"Quality Check",
|
||||
"Healthy Food Hub",
|
||||
"BBQ Lovers Association",
|
||||
"Faisalabad Eatery",
|
||||
"Quick Delivery Network",
|
||||
]}
|
||||
"FoodPanda", "Local Reviews", "Quality Check", "Healthy Food Hub", "BBQ Lovers Association", "Faisalabad Eatery", "Quick Delivery Network"]}
|
||||
title="Trusted Partners"
|
||||
description="Proudly serving our community with excellence."
|
||||
/>
|
||||
@@ -293,8 +172,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Visit or Order Now"
|
||||
description="94PF+VPR, Younus Town, Faisalabad, Pakistan | Phone: 03704567572"
|
||||
@@ -307,33 +185,21 @@ export default function LandingPage() {
|
||||
logoText="Healthy Bites"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Order Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user