Update src/app/page.tsx
This commit is contained in:
350
src/app/page.tsx
350
src/app/page.tsx
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "#packages",
|
||||
},
|
||||
name: "Packages", id: "#packages"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Sadliq Palace"
|
||||
/>
|
||||
@@ -77,69 +59,44 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Sadliq Palace"
|
||||
description="Your dream events come to life in our magnificent halls. From grand weddings to intimate celebrations, we craft unforgettable moments tailored just for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Plan Your Event", href: "#contact"},
|
||||
{
|
||||
text: "Explore Venue",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Venue", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-city-downtown-landmark-attraction_1417-82.jpg"
|
||||
imageAlt="Luxurious wedding hall interior with chandeliers and elegant decor"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-afro-businessman-wearing-shirt-black-suit-glasses-looking-front-while-standing-beige-wall_158595-7638.jpg",
|
||||
alt: "Event attendee 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-afro-businessman-wearing-shirt-black-suit-glasses-looking-front-while-standing-beige-wall_158595-7638.jpg", alt: "Event attendee 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-dressed-suit_171337-136.jpg",
|
||||
alt: "Event attendee 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-dressed-suit_171337-136.jpg", alt: "Event attendee 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
|
||||
alt: "Event attendee 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Event attendee 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg",
|
||||
alt: "Event attendee 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg", alt: "Event attendee 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg",
|
||||
alt: "Event attendee 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg", alt: "Event attendee 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Catering",
|
||||
type: "text", text: "Exquisite Catering"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Planners", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Planners",
|
||||
icon: CalendarCheck,
|
||||
type: "text", text: "Luxurious Ambiance"},
|
||||
{
|
||||
type: "text-icon", text: "Seamless Execution", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxurious Ambiance",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seamless Execution",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Moments",
|
||||
},
|
||||
type: "text", text: "Unforgettable Moments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,7 +111,7 @@ export default function LandingPage() {
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-with-closing-face-veil-standing-balcony-vitage-castle_8353-12347.jpg"
|
||||
imageAlt="Elegant reception hall ready for an event"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,41 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Grand Wedding Receptions",
|
||||
author: "Celebration",
|
||||
description: "Host your dream wedding in our opulent ballroom, complete with exquisite decor and bespoke catering.",
|
||||
tags: [
|
||||
"Weddings",
|
||||
"Luxury",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tender-bouquets-blue-hydrangeas-stand-glasses-dinner-table_8353-627.jpg",
|
||||
imageAlt: "Luxurious wedding reception setup",
|
||||
},
|
||||
id: "f1", title: "Grand Wedding Receptions", author: "Celebration", description: "Host your dream wedding in our opulent ballroom, complete with exquisite decor and bespoke catering.", tags: [
|
||||
"Weddings", "Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tender-bouquets-blue-hydrangeas-stand-glasses-dinner-table_8353-627.jpg", imageAlt: "Luxurious wedding reception setup"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Professional Corporate Events",
|
||||
author: "Business",
|
||||
description: "From conferences to gala dinners, our versatile spaces and dedicated team ensure a successful business gathering.",
|
||||
tags: [
|
||||
"Corporate",
|
||||
"Conferences",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2826.jpg",
|
||||
imageAlt: "Corporate event setup in an elegant hall",
|
||||
},
|
||||
id: "f2", title: "Professional Corporate Events", author: "Business", description: "From conferences to gala dinners, our versatile spaces and dedicated team ensure a successful business gathering.", tags: [
|
||||
"Corporate", "Conferences"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2826.jpg", imageAlt: "Corporate event setup in an elegant hall"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Memorable Banquets & Parties",
|
||||
author: "Party",
|
||||
description: "Celebrate birthdays, anniversaries, and special milestones with our exceptional banquet services and lively ambiance.",
|
||||
tags: [
|
||||
"Banquets",
|
||||
"Parties",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg",
|
||||
imageAlt: "Elegant banquet dinner setting",
|
||||
},
|
||||
id: "f3", title: "Memorable Banquets & Parties", author: "Party", description: "Celebrate birthdays, anniversaries, and special milestones with our exceptional banquet services and lively ambiance.", tags: [
|
||||
"Banquets", "Parties"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg", imageAlt: "Elegant banquet dinner setting"},
|
||||
]}
|
||||
title="Seamless Planning, Stunning Results"
|
||||
description="We offer comprehensive event planning and execution, tailored to your unique needs and desires, ensuring every detail is perfect."
|
||||
@@ -215,47 +148,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Silver Serenity",
|
||||
price: "Starting at $5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg",
|
||||
imageAlt: "Silver themed elegant event decor",
|
||||
},
|
||||
id: "p1", name: "Silver Serenity", price: "Starting at $5,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg", imageAlt: "Silver themed elegant event decor"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Golden Grandeur",
|
||||
price: "Starting at $10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941042.jpg",
|
||||
imageAlt: "Gold themed luxurious event decor",
|
||||
},
|
||||
id: "p2", name: "Golden Grandeur", price: "Starting at $10,000", imageSrc: "http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941042.jpg", imageAlt: "Gold themed luxurious event decor"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Platinum Perfection",
|
||||
price: "Starting at $18,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg",
|
||||
imageAlt: "Platinum luxury event setup",
|
||||
},
|
||||
id: "p3", name: "Platinum Perfection", price: "Starting at $18,000", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg", imageAlt: "Platinum luxury event setup"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Royal Radiance",
|
||||
price: "Starting at $25,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409285.jpg",
|
||||
imageAlt: "Royal themed majestic event",
|
||||
},
|
||||
id: "p4", name: "Royal Radiance", price: "Starting at $25,000", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409285.jpg", imageAlt: "Royal themed majestic event"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Custom Creations",
|
||||
price: "Price on Request",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-collection-flat-lay_23-2148736170.jpg",
|
||||
imageAlt: "Custom designed celebration setup",
|
||||
},
|
||||
id: "p5", name: "Custom Creations", price: "Price on Request", imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-collection-flat-lay_23-2148736170.jpg", imageAlt: "Custom designed celebration setup"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Deluxe Dream",
|
||||
price: "Starting at $15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg",
|
||||
imageAlt: "Deluxe elegant event package",
|
||||
},
|
||||
id: "p6", name: "Deluxe Dream", price: "Starting at $15,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg", imageAlt: "Deluxe elegant event package"},
|
||||
]}
|
||||
title="Tailored Event Packages"
|
||||
description="Discover our curated packages designed for various celebrations, offering elegance, value, and seamless execution."
|
||||
@@ -269,50 +172,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayşe Yılmaz",
|
||||
handle: "@ayseyilmaz",
|
||||
testimonial: "Sadliq Palace made our wedding day absolutely perfect! The service, decor, and food were beyond our expectations. Truly a dream come true.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg",
|
||||
imageAlt: "Ayşe Yılmaz",
|
||||
},
|
||||
id: "t1", name: "Ayşe Yılmaz", handle: "@ayseyilmaz", testimonial: "Sadliq Palace made our wedding day absolutely perfect! The service, decor, and food were beyond our expectations. Truly a dream come true.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", imageAlt: "Ayşe Yılmaz"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Can Demir",
|
||||
handle: "@candemir",
|
||||
testimonial: "For our corporate gala, Sadliq Palace delivered exceptional professionalism and elegance. Every guest was impressed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg",
|
||||
imageAlt: "Can Demir",
|
||||
},
|
||||
id: "t2", name: "Can Demir", handle: "@candemir", testimonial: "For our corporate gala, Sadliq Palace delivered exceptional professionalism and elegance. Every guest was impressed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "Can Demir"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elif Kaya",
|
||||
handle: "@elifkaya",
|
||||
testimonial: "The atmosphere for my daughter's birthday party was enchanting! Sadliq Palace handled everything flawlessly, making it stress-free.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-stands-near-decoration-silver-color_8353-11577.jpg",
|
||||
imageAlt: "Elif Kaya",
|
||||
},
|
||||
id: "t3", name: "Elif Kaya", handle: "@elifkaya", testimonial: "The atmosphere for my daughter's birthday party was enchanting! Sadliq Palace handled everything flawlessly, making it stress-free.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-stands-near-decoration-silver-color_8353-11577.jpg", imageAlt: "Elif Kaya"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Murat Özkan",
|
||||
handle: "@muratozkan",
|
||||
testimonial: "We chose Sadliq Palace for our anniversary, and it was the best decision. The attention to detail and personalized service was incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg",
|
||||
imageAlt: "Murat Özkan",
|
||||
},
|
||||
id: "t4", name: "Murat Özkan", handle: "@muratozkan", testimonial: "We chose Sadliq Palace for our anniversary, and it was the best decision. The attention to detail and personalized service was incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", imageAlt: "Murat Özkan"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fatma Güneş",
|
||||
handle: "@fatmagunes",
|
||||
testimonial: "From the initial consultation to the event's execution, the team at Sadliq Palace was amazing. Our engagement party was simply beautiful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-drinks_23-2149097950.jpg",
|
||||
imageAlt: "Fatma Güneş",
|
||||
},
|
||||
id: "t5", name: "Fatma Güneş", handle: "@fatmagunes", testimonial: "From the initial consultation to the event's execution, the team at Sadliq Palace was amazing. Our engagement party was simply beautiful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-drinks_23-2149097950.jpg", imageAlt: "Fatma Güneş"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Joy"
|
||||
@@ -328,25 +201,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12+",
|
||||
title: "Years of Experience",
|
||||
description: "Over a decade dedicated to hosting spectacular events.",
|
||||
icon: CalendarDays,
|
||||
id: "m1", value: "12+", title: "Years of Experience", description: "Over a decade dedicated to hosting spectacular events.", icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Events Hosted",
|
||||
description: "From weddings to corporate functions, we've hosted them all.",
|
||||
icon: Sparkles,
|
||||
id: "m2", value: "500+", title: "Events Hosted", description: "From weddings to corporate functions, we've hosted them all.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10,000+",
|
||||
title: "Happy Guests",
|
||||
description: "Ensuring every guest leaves with a smile and cherished memories.",
|
||||
icon: Heart,
|
||||
id: "m3", value: "10,000+", title: "Happy Guests", description: "Ensuring every guest leaves with a smile and cherished memories.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Our Legacy in Numbers"
|
||||
@@ -362,26 +223,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Zeynep Yılmaz",
|
||||
role: "Event Director",
|
||||
imageSrc: "asset://team-zeynep",
|
||||
imageAlt: "Zeynep Yılmaz, Event Director",
|
||||
},
|
||||
id: "tm1", name: "Zeynep Yılmaz", role: "Event Director", imageSrc: "asset://team-zeynep", imageAlt: "Zeynep Yılmaz, Event Director"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "Emre Can",
|
||||
role: "Head Chef",
|
||||
imageSrc: "asset://team-emre",
|
||||
imageAlt: "Emre Can, Head Chef",
|
||||
},
|
||||
id: "tm2", name: "Emre Can", role: "Head Chef", imageSrc: "asset://team-emre", imageAlt: "Emre Can, Head Chef"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Deniz Kaya",
|
||||
role: "Venue Manager",
|
||||
imageSrc: "asset://team-deniz",
|
||||
imageAlt: "Deniz Kaya, Venue Manager",
|
||||
},
|
||||
id: "tm3", name: "Deniz Kaya", role: "Venue Manager", imageSrc: "asset://team-deniz", imageAlt: "Deniz Kaya, Venue Manager"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our passionate professionals are here to bring your event vision to life with expertise, creativity, and unparalleled care."
|
||||
@@ -394,35 +240,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of events do you host?",
|
||||
content: "Sadliq Palace is ideal for weddings, corporate events, banquets, birthdays, anniversaries, and other special celebrations. Our versatile spaces can be customized for any occasion.",
|
||||
},
|
||||
id: "q1", title: "What types of events do you host?", content: "Sadliq Palace is ideal for weddings, corporate events, banquets, birthdays, anniversaries, and other special celebrations. Our versatile spaces can be customized for any occasion."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer catering services?",
|
||||
content: "Yes, we provide exquisite in-house catering with a wide range of menu options, from traditional Azerbaijani cuisine to international dishes, all prepared by our gourmet chefs.",
|
||||
},
|
||||
id: "q2", title: "Do you offer catering services?", content: "Yes, we provide exquisite in-house catering with a wide range of menu options, from traditional Azerbaijani cuisine to international dishes, all prepared by our gourmet chefs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I tour the venue before booking?",
|
||||
content: "Absolutely! We encourage potential clients to schedule a private tour of our magnificent halls and facilities. Please contact us to arrange a visit.",
|
||||
},
|
||||
id: "q3", title: "Can I tour the venue before booking?", content: "Absolutely! We encourage potential clients to schedule a private tour of our magnificent halls and facilities. Please contact us to arrange a visit."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is included in your event packages?",
|
||||
content: "Our packages typically include venue rental, catering, basic decor, sound system, and dedicated event coordination. Customization and additional services are available.",
|
||||
},
|
||||
id: "q4", title: "What is included in your event packages?", content: "Our packages typically include venue rental, catering, basic decor, sound system, and dedicated event coordination. Customization and additional services are available."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you provide event planning assistance?",
|
||||
content: "Yes, our experienced event planning team will work closely with you from concept to execution, ensuring every detail aligns with your vision for a seamless and memorable event.",
|
||||
},
|
||||
id: "q5", title: "Do you provide event planning assistance?", content: "Yes, our experienced event planning team will work closely with you from concept to execution, ensuring every detail aligns with your vision for a seamless and memorable event."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "Our cancellation policy varies depending on the type of event and notice period. Please refer to your booking agreement or contact our team for detailed information.",
|
||||
},
|
||||
id: "q6", title: "What is your cancellation policy?", content: "Our cancellation policy varies depending on the type of event and notice period. Please refer to your booking agreement or contact our team for detailed information."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about booking, services, catering, and event planning at Sadliq Palace."
|
||||
@@ -434,14 +262,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to plan your unforgettable event? Contact us today to begin your journey with Sadliq Palace and let us make your dreams a reality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "tel:+994504020303",
|
||||
},
|
||||
text: "Get in Touch", href: "tel:+994504020303"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -451,54 +276,33 @@ export default function LandingPage() {
|
||||
logoText="Sadliq Palace"
|
||||
columns={[
|
||||
{
|
||||
title: "Venue",
|
||||
items: [
|
||||
title: "Venue", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Spaces",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Spaces", href: "#features"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Gallery", href: "#home"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Events",
|
||||
items: [
|
||||
title: "Events", items: [
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#packages",
|
||||
},
|
||||
label: "Weddings", href: "#packages"},
|
||||
{
|
||||
label: "Corporate",
|
||||
href: "#packages",
|
||||
},
|
||||
label: "Corporate", href: "#packages"},
|
||||
{
|
||||
label: "Banquets",
|
||||
href: "#packages",
|
||||
},
|
||||
label: "Banquets", href: "#packages"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Get in Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get in Touch", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourLocation",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourLocation"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user