Update src/app/services/page.tsx
This commit is contained in:
@@ -29,35 +29,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "/"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
name: "About", id: "/about"
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
name: "Services", id: "/services"
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
href: "/gallery",
|
||||
name: "Gallery", id: "/gallery"
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
name: "Testimonials", id: "/testimonials"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"
|
||||
}
|
||||
]}
|
||||
brandName="DESI MAJLIS"
|
||||
/>
|
||||
@@ -70,47 +58,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "wedding-catering",
|
||||
title: "Exquisite Wedding Catering",
|
||||
description: "Crafting bespoke menus and elegant setups for your most special day, from traditional feasts to modern fusion dining.",
|
||||
tag: "Weddings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=3",
|
||||
imageAlt: "luxury wedding dining table setting",
|
||||
buttons: [
|
||||
id: "wedding-catering", title: "Exquisite Wedding Catering", description: "Crafting bespoke menus and elegant setups for your most special day, from traditional feasts to modern fusion dining.", tag: "Weddings", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "luxury wedding dining table setting", buttons: [
|
||||
{
|
||||
text: "View Details",
|
||||
href: "/services#weddings",
|
||||
},
|
||||
],
|
||||
text: "View Details", href: "/services#weddings"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "private-gatherings",
|
||||
title: "Intimate Private Dining",
|
||||
description: "Personalized culinary experiences for private parties, anniversaries, and family celebrations, delivered with discretion and style.",
|
||||
tag: "Private Events",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-plants-high-angle_23-2149436433.jpg?_wi=2",
|
||||
imageAlt: "intimate private dinner party setting",
|
||||
buttons: [
|
||||
id: "private-gatherings", title: "Intimate Private Dining", description: "Personalized culinary experiences for private parties, anniversaries, and family celebrations, delivered with discretion and style.", tag: "Private Events", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-plants-high-angle_23-2149436433.jpg", imageAlt: "intimate private dinner party setting", buttons: [
|
||||
{
|
||||
text: "Explore Options",
|
||||
href: "/services#private",
|
||||
},
|
||||
],
|
||||
text: "Explore Options", href: "/services#private"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "corporate-events",
|
||||
title: "Sophisticated Corporate Events",
|
||||
description: "Professional catering services for conferences, galas, and business meetings, ensuring a seamless and impressive dining experience.",
|
||||
tag: "Corporate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598401.jpg?_wi=2",
|
||||
imageAlt: "corporate event catering buffet",
|
||||
buttons: [
|
||||
id: "corporate-events", title: "Sophisticated Corporate Events", description: "Professional catering services for conferences, galas, and business meetings, ensuring a seamless and impressive dining experience.", tag: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598401.jpg", imageAlt: "corporate event catering buffet", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "/services#corporate",
|
||||
},
|
||||
],
|
||||
},
|
||||
text: "Request Quote", href: "/services#corporate"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Experience Unmatched Culinary Services"
|
||||
description="Desi Majlis offers a spectrum of luxurious catering solutions, meticulously designed to elevate any event. Discover our tailored services for every occasion."
|
||||
@@ -127,29 +94,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Royal Biryani Feast",
|
||||
price: "$45/person",
|
||||
variant: "Chicken, Lamb, Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182524.jpg?_wi=2",
|
||||
imageAlt: "Royal Biryani Feast",
|
||||
id: "1", name: "Royal Biryani Feast", price: "$45/person", variant: "Chicken, Lamb, Veg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182524.jpg", imageAlt: "Royal Biryani Feast"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Grand Dessert Platter",
|
||||
price: "$30/platter",
|
||||
variant: "Assorted Indian Sweets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598401.jpg?_wi=3",
|
||||
imageAlt: "Grand Dessert Platter",
|
||||
id: "2", name: "Grand Dessert Platter", price: "$30/platter", variant: "Assorted Indian Sweets", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598401.jpg", imageAlt: "Grand Dessert Platter"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gourmet Appetizer Selection",
|
||||
price: "$25/person",
|
||||
variant: "Vegetarian & Non-Veg Options",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-plants-high-angle_23-2149436433.jpg?_wi=3",
|
||||
imageAlt: "Gourmet Appetizer Selection",
|
||||
},
|
||||
id: "3", name: "Gourmet Appetizer Selection", price: "$25/person", variant: "Vegetarian & Non-Veg Options", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-plants-high-angle_23-2149436433.jpg", imageAlt: "Gourmet Appetizer Selection"
|
||||
}
|
||||
]}
|
||||
title="Signature Culinary Offerings"
|
||||
description="Explore a selection of our popular dishes and culinary packages, designed to tantalize your taste buds and impress your guests."
|
||||
@@ -163,25 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of events do you cater to?",
|
||||
content: "Desi Majlis specializes in luxury catering for weddings, private parties, corporate events, and other special gatherings, offering bespoke menus for each occasion.",
|
||||
id: "1", title: "What types of events do you cater to?", content: "Desi Majlis specializes in luxury catering for weddings, private parties, corporate events, and other special gatherings, offering bespoke menus for each occasion."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you accommodate dietary restrictions?",
|
||||
content: "Absolutely. We are experienced in customizing menus to accommodate various dietary restrictions, allergies, and preferences. Please inform us during your consultation.",
|
||||
id: "2", title: "Can you accommodate dietary restrictions?", content: "Absolutely. We are experienced in customizing menus to accommodate various dietary restrictions, allergies, and preferences. Please inform us during your consultation."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How far in advance should I book?",
|
||||
content: "We recommend booking at least 6-12 months in advance for larger events like weddings, and 2-3 months for smaller private or corporate gatherings, to ensure availability.",
|
||||
id: "3", title: "How far in advance should I book?", content: "We recommend booking at least 6-12 months in advance for larger events like weddings, and 2-3 months for smaller private or corporate gatherings, to ensure availability."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide tasting sessions?",
|
||||
content: "Yes, we offer personalized tasting sessions for confirmed bookings, allowing you to sample our culinary creations and finalize your menu selections.",
|
||||
},
|
||||
id: "4", title: "Do you provide tasting sessions?", content: "Yes, we offer personalized tasting sessions for confirmed bookings, allowing you to sample our culinary creations and finalize your menu selections."
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions About Our Services"
|
||||
description="Have questions about our catering process, menus, or event planning? Find answers to common queries here."
|
||||
@@ -195,20 +139,18 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
tag="Ready to Plan?"
|
||||
title="Let's Create Your Perfect Event"
|
||||
description="Connect with our team today to discuss your vision and begin planning an unforgettable culinary experience with Desi Majlis."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
text: "Request a Quote", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Browse Menus",
|
||||
href: "/services#menus",
|
||||
},
|
||||
text: "Browse Menus", href: "/services#menus"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -217,52 +159,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "/services#weddings",
|
||||
label: "Weddings", href: "/services#weddings"
|
||||
},
|
||||
{
|
||||
label: "Private Events",
|
||||
href: "/services#private",
|
||||
label: "Private Events", href: "/services#private"
|
||||
},
|
||||
{
|
||||
label: "Corporate Events",
|
||||
href: "/services#corporate",
|
||||
},
|
||||
],
|
||||
label: "Corporate Events", href: "/services#corporate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
label: "Our Story", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
label: "Our Team", href: "/about#team"
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/about#testimonials",
|
||||
},
|
||||
],
|
||||
label: "Testimonials", href: "/about#testimonials"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
label: "Privacy Policy", href: "/privacy"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Desi Majlis"
|
||||
copyrightText="© 2024 Desi Majlis. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user