Update src/app/page.tsx
This commit is contained in:
134
src/app/page.tsx
134
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Branches",
|
||||
id: "branches",
|
||||
},
|
||||
name: "Branches", id: "branches"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Afghan Brothers"
|
||||
/>
|
||||
@@ -51,18 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Afghan Brothers / مطعم اخوان الأفغاني"
|
||||
description="Experience the authentic heritage of Mandi in Doha. 4.1★ rated, 11+ branches, serving excellence since our inception."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Branch",
|
||||
href: "#branches",
|
||||
},
|
||||
text: "Find Branch", href: "#branches"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/muslim-family-having-dinner-floor_53876-13611.jpg"
|
||||
@@ -78,23 +66,15 @@ export default function LandingPage() {
|
||||
description="We bring you the true taste of Afghan-style Mandi. Crafted with traditional spices and generations of expertise, every dish tells a story of hospitality and quality."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Mandi",
|
||||
description: "Slow-cooked meat with fragrant rice.",
|
||||
},
|
||||
title: "Authentic Mandi", description: "Slow-cooked meat with fragrant rice."},
|
||||
{
|
||||
title: "Vegetarian Options",
|
||||
description: "Fresh, locally sourced seasonal vegetables.",
|
||||
},
|
||||
title: "Vegetarian Options", description: "Fresh, locally sourced seasonal vegetables."},
|
||||
{
|
||||
title: "Private Dining",
|
||||
description: "Spaces reserved for family and events.",
|
||||
},
|
||||
title: "Private Dining", description: "Spaces reserved for family and events."},
|
||||
{
|
||||
title: "Top Rated",
|
||||
description: "2,800+ reviews, 4.1 stars in Doha.",
|
||||
},
|
||||
title: "Top Rated", description: "2,800+ reviews, 4.1 stars in Doha."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -107,23 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Signature Mandi",
|
||||
price: "QAR 65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", name: "Signature Mandi", price: "QAR 65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Mix Grill Platter",
|
||||
price: "QAR 85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=3",
|
||||
},
|
||||
id: "m2", name: "Mix Grill Platter", price: "QAR 85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Traditional Bukhari",
|
||||
price: "QAR 55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=4",
|
||||
},
|
||||
id: "m3", name: "Traditional Bukhari", price: "QAR 55", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our rich culinary heritage."
|
||||
@@ -132,33 +100,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmed K.",
|
||||
handle: "@ahmeddoha",
|
||||
testimonial: "The best Mandi in Doha. Always consistent quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
id: "t1", name: "Ahmed K.", handle: "@ahmeddoha", testimonial: "The best Mandi in Doha. Always consistent quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Fatima S.",
|
||||
handle: "@fatimaqtr",
|
||||
testimonial: "Authentic taste, great service, and very family friendly.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-white-coat-is-sitting-open-air-cafe-smiles-walks-great-mood-street_291650-2027.jpg",
|
||||
},
|
||||
id: "t2", name: "Fatima S.", handle: "@fatimaqtr", testimonial: "Authentic taste, great service, and very family friendly.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-white-coat-is-sitting-open-air-cafe-smiles-walks-great-mood-street_291650-2027.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "John D.",
|
||||
handle: "@johndoha",
|
||||
testimonial: "Private dining spaces are a great touch. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717871.jpg",
|
||||
},
|
||||
id: "t3", name: "John D.", handle: "@johndoha", testimonial: "Private dining spaces are a great touch. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717871.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Testimonials"
|
||||
@@ -173,22 +127,14 @@ export default function LandingPage() {
|
||||
description="Delivery available via Talabat, Snoonu, and Keeta. Call us for reservations."
|
||||
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,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -199,37 +145,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Order Now",
|
||||
items: [
|
||||
title: "Order Now", items: [
|
||||
{
|
||||
label: "Talabat",
|
||||
href: "https://talabat.com",
|
||||
},
|
||||
label: "Talabat", href: "https://talabat.com"},
|
||||
{
|
||||
label: "Snoonu",
|
||||
href: "https://snoonu.com",
|
||||
},
|
||||
label: "Snoonu", href: "https://snoonu.com"},
|
||||
{
|
||||
label: "Keeta",
|
||||
href: "https://keeta.com",
|
||||
},
|
||||
label: "Keeta", href: "https://keeta.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Branches",
|
||||
items: [
|
||||
title: "Branches", items: [
|
||||
{
|
||||
label: "Al Rayyan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Al Rayyan", href: "#"},
|
||||
{
|
||||
label: "Al Nasr",
|
||||
href: "#",
|
||||
},
|
||||
label: "Al Nasr", href: "#"},
|
||||
{
|
||||
label: "Al Aziziyah",
|
||||
href: "#",
|
||||
},
|
||||
label: "Al Aziziyah", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user