Merge version_1 into main #1
239
src/app/page.tsx
239
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Dishes",
|
||||
id: "#dishes",
|
||||
},
|
||||
name: "Dishes", id: "#dishes"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Desi Foods"
|
||||
/>
|
||||
@@ -56,107 +48,62 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Karachi's Premium Desi Dining Experience"
|
||||
description="Authentic Pakistani flavors reimagined with luxury dining aesthetics. Serving North Nazimabad with unforgettable BBQ, karahi, and traditional dishes."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ali Khan",
|
||||
handle: "@alikhan",
|
||||
testimonial: "The best karahi I have ever had in North Nazimabad.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-showing-thumb-up-sign_23-2147863554.jpg",
|
||||
},
|
||||
name: "Ali Khan", handle: "@alikhan", testimonial: "The best karahi I have ever had in North Nazimabad.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-showing-thumb-up-sign_23-2147863554.jpg"},
|
||||
{
|
||||
name: "Sara Ahmed",
|
||||
handle: "@saraa",
|
||||
testimonial: "Absolutely incredible presentation and even better taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722794.jpg",
|
||||
},
|
||||
name: "Sara Ahmed", handle: "@saraa", testimonial: "Absolutely incredible presentation and even better taste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722794.jpg"},
|
||||
{
|
||||
name: "Omar Farooq",
|
||||
handle: "@omarfarooq",
|
||||
testimonial: "A luxury dining experience that feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-business-owner_23-2149434493.jpg",
|
||||
},
|
||||
name: "Omar Farooq", handle: "@omarfarooq", testimonial: "A luxury dining experience that feels like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-business-owner_23-2149434493.jpg"},
|
||||
{
|
||||
name: "Zara Noor",
|
||||
handle: "@zaranoor",
|
||||
testimonial: "Five star service and unmatched BBQ quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-barber-uniform-holding-out-hand-camera-isolated-green-background_141793-118845.jpg",
|
||||
},
|
||||
name: "Zara Noor", handle: "@zaranoor", testimonial: "Five star service and unmatched BBQ quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-barber-uniform-holding-out-hand-camera-isolated-green-background_141793-118845.jpg"},
|
||||
{
|
||||
name: "Bilal Ahmed",
|
||||
handle: "@bilala",
|
||||
testimonial: "My go-to spot for family dinners. Perfectly balanced spices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-waiter_171337-5272.jpg",
|
||||
},
|
||||
name: "Bilal Ahmed", handle: "@bilala", testimonial: "My go-to spot for family dinners. Perfectly balanced spices.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-waiter_171337-5272.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#dishes",
|
||||
},
|
||||
text: "View Menu", href: "#dishes"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
|
||||
alt: "Customer Ali Khan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", alt: "Customer Ali Khan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg",
|
||||
alt: "Customer Sara Ahmed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg", alt: "Customer Sara Ahmed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/overhead-view-uncooked-organic-rice-grains-bowls-wooden-tray-with-chopstick_23-2147883536.jpg",
|
||||
alt: "Customer Omar Farooq",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/overhead-view-uncooked-organic-rice-grains-bowls-wooden-tray-with-chopstick_23-2147883536.jpg", alt: "Customer Omar Farooq"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
|
||||
alt: "Customer Zara Noor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", alt: "Customer Zara Noor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg",
|
||||
alt: "Customer Bilal Ahmed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg", alt: "Customer Bilal Ahmed"},
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied foodies"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg"
|
||||
imageAlt="Traditional pakistani bbq platter"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "100% Halal",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "100% Halal", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Spices",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Spices", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Ingredients",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Premium Ingredients", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Valet Parking",
|
||||
icon: Car,
|
||||
type: "text-icon", text: "Valet Parking", icon: Car,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Open Daily",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Open Daily", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -169,29 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Google Rating",
|
||||
value: "4.6★",
|
||||
},
|
||||
id: "1", icon: Star,
|
||||
title: "Google Rating", value: "4.6★"},
|
||||
{
|
||||
id: "2",
|
||||
icon: MessageSquare,
|
||||
title: "Reviews",
|
||||
value: "320+",
|
||||
},
|
||||
id: "2", icon: MessageSquare,
|
||||
title: "Reviews", value: "320+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Smile,
|
||||
title: "Happy Customers",
|
||||
value: "10K+",
|
||||
},
|
||||
id: "3", icon: Smile,
|
||||
title: "Happy Customers", value: "10K+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Trophy,
|
||||
title: "Nazimabad Favorite",
|
||||
value: "#1",
|
||||
},
|
||||
id: "4", icon: Trophy,
|
||||
title: "Nazimabad Favorite", value: "#1"},
|
||||
]}
|
||||
title="Why Our Guests Love Us"
|
||||
description="Delivering excellence one dish at a time."
|
||||
@@ -200,24 +135,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="dishes" data-section="dishes">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Special BBQ Platters",
|
||||
description: "Authentic charcoal grilled meats served with fresh naan.",
|
||||
},
|
||||
title: "Special BBQ Platters", description: "Authentic charcoal grilled meats served with fresh naan."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Royal Chicken Karahi",
|
||||
description: "A rich, spicy traditional favorite prepared with premium spices.",
|
||||
},
|
||||
title: "Royal Chicken Karahi", description: "A rich, spicy traditional favorite prepared with premium spices."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Traditional Handi Specials",
|
||||
description: "Slow-cooked handi dishes full of deep, authentic Pakistani flavor.",
|
||||
},
|
||||
title: "Traditional Handi Specials", description: "Slow-cooked handi dishes full of deep, authentic Pakistani flavor."},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Crafted for food lovers who appreciate authentic taste with premium presentation."
|
||||
@@ -231,24 +161,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Premium Ambiance",
|
||||
value: "Outdoor Seating",
|
||||
},
|
||||
label: "Premium Ambiance", value: "Outdoor Seating"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Authentic Recipes",
|
||||
value: "Traditional Spices",
|
||||
},
|
||||
label: "Authentic Recipes", value: "Traditional Spices"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Family-Friendly",
|
||||
value: "Luxurious Dining",
|
||||
},
|
||||
label: "Family-Friendly", value: "Luxurious Dining"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Service",
|
||||
value: "Easy Reservation",
|
||||
},
|
||||
label: "Fast Service", value: "Easy Reservation"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -262,25 +184,13 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Head Chef Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1349.jpg",
|
||||
},
|
||||
id: "1", name: "Head Chef Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1349.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Manager Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg",
|
||||
},
|
||||
id: "2", name: "Manager Sarah", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chef Bilal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cuisine-expert-standing-restaurant-professional-kitchen-with-arms-crossed-while-smiling-camera-confident-woman-cook-with-culinary-skills-preparing-ingredients-dinner-service_482257-43345.jpg",
|
||||
},
|
||||
id: "3", name: "Chef Bilal", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cuisine-expert-standing-restaurant-professional-kitchen-with-arms-crossed-while-smiling-camera-confident-woman-cook-with-culinary-skills-preparing-ingredients-dinner-service_482257-43345.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Server Maria",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-cupped-hands_176474-95396.jpg",
|
||||
},
|
||||
id: "4", name: "Server Maria", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-cupped-hands_176474-95396.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -292,25 +202,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are reservations required?",
|
||||
content: "While walk-ins are welcome, we recommend reservations for weekends.",
|
||||
},
|
||||
id: "1", title: "Are reservations required?", content: "While walk-ins are welcome, we recommend reservations for weekends."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer local delivery through our website.",
|
||||
},
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes, we offer local delivery through our website."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is parking available?",
|
||||
content: "We offer dedicated valet parking for all our guests.",
|
||||
},
|
||||
id: "3", title: "Is parking available?", content: "We offer dedicated valet parking for all our guests."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, we have a variety of traditional vegetarian dishes.",
|
||||
},
|
||||
id: "4", title: "Are there vegetarian options?", content: "Yes, we have a variety of traditional vegetarian dishes."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -325,22 +223,13 @@ export default function LandingPage() {
|
||||
description="Open daily from 7 PM — Experience Karachi's most talked-about desi dining destination."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg"
|
||||
@@ -353,29 +242,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About Us", href: "#why-us"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#dishes",
|
||||
},
|
||||
label: "Menu", href: "#dishes"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user