Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
132
src/app/page.tsx
132
src/app/page.tsx
@@ -31,42 +31,30 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kabul Jaan Restaurant"
|
||||
button={{ text: "Order Now", href: "tel:+923173812244" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Authentic Afghani Taste in Quetta"
|
||||
description="Experience fresh BBQ, authentic Kabuli Pulao, and a warm family dining atmosphere. Open till 1:30 AM daily."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now to Order",
|
||||
href: "tel:+923173812244",
|
||||
},
|
||||
text: "Call Now to Order", href: "tel:+923173812244"},
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-girls-eat-dolma-cabbage-rolls-with-yogurt_140725-11476.jpg"
|
||||
imageAlt="Kabuli Pulao and BBQ platter"
|
||||
@@ -95,26 +83,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Kabuli Pulao",
|
||||
price: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rice-with-carrots-garnished-with-lamb-pieces-served-with-pickles-yogurt_141793-2051.jpg",
|
||||
imageAlt: "Kabuli Pulao",
|
||||
},
|
||||
id: "p1", name: "Kabuli Pulao", price: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-rice-with-carrots-garnished-with-lamb-pieces-served-with-pickles-yogurt_141793-2051.jpg", imageAlt: "Kabuli Pulao"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Afghani Boti",
|
||||
price: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-grilled-chicken-fillet-with-red-yellow-peppers-seasoning-sauce-sesame-seeds-plate_141793-3977.jpg",
|
||||
imageAlt: "Afghani Boti",
|
||||
},
|
||||
id: "p2", name: "Afghani Boti", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-grilled-chicken-fillet-with-red-yellow-peppers-seasoning-sauce-sesame-seeds-plate_141793-3977.jpg", imageAlt: "Afghani Boti"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beef Tikka",
|
||||
price: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-veggies-skewers_23-2148651149.jpg",
|
||||
imageAlt: "Beef Tikka",
|
||||
},
|
||||
id: "p3", name: "Beef Tikka", price: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-veggies-skewers_23-2148651149.jpg", imageAlt: "Beef Tikka"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Hand-crafted delicacies prepared fresh daily in our traditional kitchen."
|
||||
@@ -123,44 +96,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Local Foodie",
|
||||
testimonial: "Best Afghani food in Quetta. The Kabuli Pulao is so authentic and fresh!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah Ahmed", role: "Local Foodie", testimonial: "Best Afghani food in Quetta. The Kabuli Pulao is so authentic and fresh!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rehan Khan",
|
||||
role: "Regular Guest",
|
||||
testimonial: "We love the BBQ here. Great place for family gatherings and late night dining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enyoing-dinner-party_52683-130084.jpg",
|
||||
},
|
||||
id: "t2", name: "Rehan Khan", role: "Regular Guest", testimonial: "We love the BBQ here. Great place for family gatherings and late night dining.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enyoing-dinner-party_52683-130084.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maryam Z.",
|
||||
role: "Diner",
|
||||
testimonial: "Highly recommended Kabuli Pulao. Always fresh and the service is great.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
id: "t3", name: "Maryam Z.", role: "Diner", testimonial: "Highly recommended Kabuli Pulao. Always fresh and the service is great.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ali Abbas",
|
||||
role: "Customer",
|
||||
testimonial: "My go-to place for Beef Tikka. Perfectly seasoned and cooked to order.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg",
|
||||
},
|
||||
id: "t4", name: "Ali Abbas", role: "Customer", testimonial: "My go-to place for Beef Tikka. Perfectly seasoned and cooked to order.", imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Hassan Raza",
|
||||
role: "Food Critic",
|
||||
testimonial: "A true hidden gem in Quetta. The flavors are consistently outstanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Hassan Raza", role: "Food Critic", testimonial: "A true hidden gem in Quetta. The flavors are consistently outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg"},
|
||||
]}
|
||||
title="Loved by Food Enthusiasts"
|
||||
description="Join hundreds of happy families and food lovers who choose us every week."
|
||||
@@ -172,20 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you open for late night orders?",
|
||||
content: "Yes! We are proud to serve fresh BBQ and meals until 1:30 AM daily.",
|
||||
},
|
||||
id: "f1", title: "Are you open for late night orders?", content: "Yes! We are proud to serve fresh BBQ and meals until 1:30 AM daily."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we provide home delivery within the Hudda and surrounding areas. Call us to order.",
|
||||
},
|
||||
id: "f2", title: "Do you offer delivery?", content: "Yes, we provide home delivery within the Hudda and surrounding areas. Call us to order."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While we welcome walk-ins, reservations are recommended for large groups, especially on weekends.",
|
||||
},
|
||||
id: "f3", title: "Do I need a reservation?", content: "While we welcome walk-ins, reservations are recommended for large groups, especially on weekends."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -196,8 +136,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Book Your Table or Order Now"
|
||||
description="Ready to taste the best authentic Afghani BBQ in Quetta? Reach out today."
|
||||
@@ -214,38 +153,25 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+92 317 3812244",
|
||||
href: "tel:+923173812244",
|
||||
},
|
||||
label: "+92 317 3812244", href: "tel:+923173812244"},
|
||||
{
|
||||
label: "Hudda, Quetta",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hudda, Quetta", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Daily: Open until 1:30 AM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Daily: Open until 1:30 AM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book a Table", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user