Merge version_1 into main #2
182
src/app/page.tsx
182
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mubarak Food"
|
||||
/>
|
||||
@@ -59,32 +51,20 @@ export default function LandingPage() {
|
||||
description="Experience authentic flavors and warm hospitality at our newest branch in Quetta. Serving excellence in every bite."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dinner-setup-with-side-dish-salad-pickles-plates_140725-8495.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dinner-setup-with-side-dish-salad-pickles-plates_140725-8495.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-setup-with-side-dish-salad-plates_140725-8494.jpg",
|
||||
alt: "Satisfied customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-setup-with-side-dish-salad-plates_140725-8494.jpg", alt: "Satisfied customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/azerbaijani-breakfast-layout-restaurant-with-traditional-style-table-cloth_140725-8482.jpg",
|
||||
alt: "Satisfied customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/azerbaijani-breakfast-layout-restaurant-with-traditional-style-table-cloth_140725-8482.jpg", alt: "Satisfied customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/overhead-shot-round-wooden-plate-with-different-kinds-square-shaped-sweets-nuts_181624-1588.jpg",
|
||||
alt: "Satisfied customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/overhead-shot-round-wooden-plate-with-different-kinds-square-shaped-sweets-nuts_181624-1588.jpg", alt: "Satisfied customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/appetizer-set-with-meat-cheese-plates-fresh-mangal-olivier-salads_140725-7766.jpg",
|
||||
alt: "Satisfied customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/appetizer-set-with-meat-cheese-plates-fresh-mangal-olivier-salads_140725-7766.jpg", alt: "Satisfied customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
alt: "Satisfied customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Satisfied customer 5"},
|
||||
]}
|
||||
avatarText="Join 500+ daily happy guests"
|
||||
/>
|
||||
@@ -98,17 +78,11 @@ export default function LandingPage() {
|
||||
description="Mubarak Food has been a household name, committed to bringing the richest culinary traditions to our guests. Branch 2 in Quetta is our latest step in providing high-quality, authentic dining experiences."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source only the best local produce.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source only the best local produce."},
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic tastes passed down through generations.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Authentic tastes passed down through generations."},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Your comfort is our top priority.",
|
||||
},
|
||||
title: "Friendly Service", description: "Your comfort is our top priority."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg"
|
||||
/>
|
||||
@@ -121,24 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "Spacious seating perfect for groups.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-cooking_23-2148471935.jpg",
|
||||
},
|
||||
title: "Family Friendly", description: "Spacious seating perfect for groups.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-cooking_23-2148471935.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Large Seating Area",
|
||||
},
|
||||
text: "Large Seating Area"},
|
||||
{
|
||||
icon: Smile,
|
||||
text: "Child Friendly",
|
||||
},
|
||||
text: "Child Friendly"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-setup-with-side-dish-salad-pickles-plates_140725-8495.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy ingredients kitchen",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -154,41 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Mutton Karahi",
|
||||
price: "Rs. 1800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg",
|
||||
},
|
||||
id: "p1", name: "Mutton Karahi", price: "Rs. 1800", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Special Tandoori Naan",
|
||||
price: "Rs. 50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg",
|
||||
},
|
||||
id: "p2", name: "Special Tandoori Naan", price: "Rs. 50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fresh Mint Lassi",
|
||||
price: "Rs. 200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oriental-tea-concept_23-2148129863.jpg",
|
||||
},
|
||||
id: "p3", name: "Fresh Mint Lassi", price: "Rs. 200", imageSrc: "http://img.b2bpic.net/free-photo/oriental-tea-concept_23-2148129863.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chicken Biryani",
|
||||
price: "Rs. 450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-dish-with-rice-chopsticks_23-2148694380.jpg",
|
||||
},
|
||||
id: "p4", name: "Chicken Biryani", price: "Rs. 450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-dish-with-rice-chopsticks_23-2148694380.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Beef Seekh Kabab",
|
||||
price: "Rs. 600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-delicious-kebab-frame_23-2148685562.jpg",
|
||||
},
|
||||
id: "p5", name: "Beef Seekh Kabab", price: "Rs. 600", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-delicious-kebab-frame_23-2148685562.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Special Kheer",
|
||||
price: "Rs. 300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-blue-iced-dessert-with-raw-muesli-dark-table-fruit-cereal-breakfast_140725-72870.jpg",
|
||||
},
|
||||
id: "p6", name: "Special Kheer", price: "Rs. 300", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blue-iced-dessert-with-raw-muesli-dark-table-fruit-cereal-breakfast_140725-72870.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Savor the rich spices of Quetta's finest kitchen."
|
||||
@@ -200,30 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayesha Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
id: "t1", name: "Ayesha Khan", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ahmed Raza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
||||
},
|
||||
id: "t2", name: "Ahmed Raza", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sana Baloch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187241.jpg",
|
||||
},
|
||||
id: "t3", name: "Sana Baloch", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187241.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Omar Farooq",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-young-woman-sitting-restaurant_23-2147936257.jpg",
|
||||
},
|
||||
id: "t4", name: "Omar Farooq", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-young-woman-sitting-restaurant_23-2147936257.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Zara Noor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
},
|
||||
id: "t5", name: "Zara Noor", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
|
||||
]}
|
||||
cardTitle="Guest Experiences"
|
||||
cardAnimation="slide-up"
|
||||
@@ -239,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Daily Visitors",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Daily Visitors"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m2", value: "15+", description: "Years Experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Fresh Ingredients",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Fresh Ingredients"},
|
||||
]}
|
||||
title="Serving Smiles Daily"
|
||||
description="Our commitment to quality speaks through numbers."
|
||||
@@ -265,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer home delivery across the city.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer home delivery across the city."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we provide secure parking space for all guests.",
|
||||
},
|
||||
id: "f2", title: "Is parking available?", content: "Yes, we provide secure parking space for all guests."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you take reservations?",
|
||||
content: "We recommend booking tables for larger groups.",
|
||||
},
|
||||
id: "f3", title: "Do you take reservations?", content: "We recommend booking tables for larger groups."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -293,23 +203,15 @@ export default function LandingPage() {
|
||||
description="Have questions? We would love to hear from you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg"
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
/>
|
||||
@@ -319,13 +221,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mubarak Food"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user