Merge version_1 into main #2
263
src/app/page.tsx
263
src/app/page.tsx
@@ -20,27 +20,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Apna Haliya"
|
||||
/>
|
||||
@@ -50,13 +45,8 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Apna Haliya"
|
||||
description="Experience the authentic, traditional taste of hand-crafted chicken specialties. From smoky tandoori to aromatic biryani, every bite is a celebration."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg?_wi=1"
|
||||
buttons={[{ text: "View Our Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg"
|
||||
imageAlt="delicious chicken biryani table setting"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,19 +55,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg",
|
||||
alt: "Kitchen",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Authentic Flavors",
|
||||
},
|
||||
{ type: "text", content: "Our Passion for " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg", alt: "Kitchen" },
|
||||
{ type: "text", content: " Authentic Flavors" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,42 +69,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chicken Biryani",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Tandoori",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-with-herbs-lavash-board-sauce-onion-tomatoes_140725-72381.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Butter Chicken",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23919.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chicken Tikka",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-chicken-pieces-with-vegetables-board_114579-86451.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Spicy Wings",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-with-tomato-sauce_1220-377.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Masala Chicken",
|
||||
price: "$12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-salmon-bowls-table-arrangement_23-2150427653.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Chicken Biryani", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg" },
|
||||
{ id: "p2", name: "Chicken Tandoori", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-with-herbs-lavash-board-sauce-onion-tomatoes_140725-72381.jpg" },
|
||||
{ id: "p3", name: "Butter Chicken", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23919.jpg" },
|
||||
{ id: "p4", name: "Chicken Tikka", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-chicken-pieces-with-vegetables-board_114579-86451.jpg" },
|
||||
{ id: "p5", name: "Spicy Wings", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-with-tomato-sauce_1220-377.jpg" },
|
||||
{ id: "p6", name: "Masala Chicken", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salmon-bowls-table-arrangement_23-2150427653.jpg" }
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Authentic recipes prepared daily with fresh, high-quality ingredients."
|
||||
@@ -138,39 +88,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source only the freshest poultry and spices daily.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meal-planning-food-arrangement_23-2149099845.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-turkey-composition-table_23-2149055461.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chopping-board-with-lemon-slices-chicken_23-2148638937.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg?_wi=2",
|
||||
imageAlt: "fresh organic ingredients cooking",
|
||||
title: "Fresh Ingredients", description: "We source only the freshest poultry and spices daily.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meal-planning-food-arrangement_23-2149099845.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-turkey-composition-table_23-2149055461.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-chopping-board-with-lemon-slices-chicken_23-2148638937.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Traditions passed down through generations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg",
|
||||
imageAlt: "fresh organic ingredients cooking",
|
||||
title: "Authentic Recipes", description: "Traditions passed down through generations.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Enjoy your hot meal in minutes.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg?_wi=2",
|
||||
imageAlt: "fresh organic ingredients cooking",
|
||||
},
|
||||
title: "Fast Service", description: "Enjoy your hot meal in minutes.", bentoComponent: "reveal-icon", icon: Clock
|
||||
}
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Quality and tradition in every serving."
|
||||
@@ -184,21 +113,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Daily Orders",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
description: "Chef Recipes",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
{ id: "m1", value: "500+", description: "Daily Orders" },
|
||||
{ id: "m2", value: "12", description: "Chef Recipes" },
|
||||
{ id: "m3", value: "99%", description: "Happy Customers" }
|
||||
]}
|
||||
title="Serving Joy Daily"
|
||||
description="Our numbers reflect the love we put into every dish."
|
||||
@@ -211,60 +128,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob K.",
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie D.",
|
||||
role: "Visitor",
|
||||
company: "Traveler",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana P.",
|
||||
role: "Fan",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-salad-bowl_23-2147893486.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Edward S.",
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alice M.", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg" },
|
||||
{ id: "t2", name: "Bob K.", role: "Regular", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg" },
|
||||
{ id: "t3", name: "Charlie D.", role: "Visitor", company: "Traveler", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "t4", name: "Diana P.", role: "Fan", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-salad-bowl_23-2147893486.jpg" },
|
||||
{ id: "t5", name: "Edward S.", role: "Regular", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Served",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fresh",
|
||||
},
|
||||
{ value: "4.9", label: "Rating" },
|
||||
{ value: "5k+", label: "Served" },
|
||||
{ value: "100%", label: "Fresh" }
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="What our patrons have to say about our food."
|
||||
@@ -276,21 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with major delivery services.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is your chicken halal?",
|
||||
content: "Yes, we use 100% halal chicken.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you have vegan options?",
|
||||
content: "We currently specialize in chicken dishes.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery services." },
|
||||
{ id: "f2", title: "Is your chicken halal?", content: "Yes, we use 100% halal chicken." },
|
||||
{ id: "f3", title: "Do you have vegan options?", content: "We currently specialize in chicken dishes." }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
@@ -303,9 +164,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Stay Connected"
|
||||
title="Get Special Offers"
|
||||
description="Join our newsletter for updates on fresh menus and special discounts."
|
||||
@@ -316,31 +175,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Apna Haliya",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
title: "Apna Haliya", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Menu", href: "#products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Apna Haliya"
|
||||
bottomRightText="All Rights Reserved."
|
||||
|
||||
Reference in New Issue
Block a user