Merge version_1 into main #1
399
src/app/page.tsx
399
src/app/page.tsx
@@ -34,33 +34,19 @@ 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: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Félicité Event Hall"
|
||||
/>
|
||||
@@ -70,64 +56,34 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Félicité Event Hall"
|
||||
description="Where every moment is crafted into an unforgettable memory. Experience the pinnacle of elegance and service for your special occasion."
|
||||
testimonials={[
|
||||
{
|
||||
name: "מרדכי מרגלית",
|
||||
handle: "Happy Client",
|
||||
testimonial: "אולם יפיפה, אירגון השולחנות מצוין. תאורה ומוזיקת רקע נהדרים. אוכל מעולה, טעים ומבחר גדול. יחס אישי. כל הכבוד ותודה רבה לאיתי המנהל ולרוני רב המלצרים על אירוע ברית מעולה. כולם נהנו.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg",
|
||||
imageAlt: "Mordechai Margalit",
|
||||
},
|
||||
name: "מרדכי מרגלית", handle: "Happy Client", testimonial: "אולם יפיפה, אירגון השולחנות מצוין. תאורה ומוזיקת רקע נהדרים. אוכל מעולה, טעים ומבחר גדול. יחס אישי. כל הכבוד ותודה רבה לאיתי המנהל ולרוני רב המלצרים על אירוע ברית מעולה. כולם נהנו.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg", imageAlt: "Mordechai Margalit"},
|
||||
{
|
||||
name: "Noga Moshe",
|
||||
handle: "Local Guide",
|
||||
testimonial: "מקום מנוהל על-ידי אנשים אדיבים וטובים, אוכל טעים והאולם יפה!!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg",
|
||||
imageAlt: "Noga Moshe",
|
||||
},
|
||||
name: "Noga Moshe", handle: "Local Guide", testimonial: "מקום מנוהל על-ידי אנשים אדיבים וטובים, אוכל טעים והאולם יפה!!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Noga Moshe"},
|
||||
{
|
||||
name: "Sarah L.",
|
||||
handle: "Bride",
|
||||
testimonial: "Félicité made our wedding day absolutely perfect. The elegance of the venue and the impeccable service truly exceeded our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-smiling-woman-indoor_624325-3167.jpg",
|
||||
imageAlt: "Sarah L.",
|
||||
},
|
||||
name: "Sarah L.", handle: "Bride", testimonial: "Félicité made our wedding day absolutely perfect. The elegance of the venue and the impeccable service truly exceeded our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-smiling-woman-indoor_624325-3167.jpg", imageAlt: "Sarah L."},
|
||||
{
|
||||
name: "David S.",
|
||||
handle: "Event Planner",
|
||||
testimonial: "From the first consultation to the final dance, every detail was handled with professionalism and warmth. Our guests were captivated!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-something-laughing-out-pointing-with-index-finger-something-someone-standing-brown-background_141793-133931.jpg",
|
||||
imageAlt: "David S.",
|
||||
},
|
||||
name: "David S.", handle: "Event Planner", testimonial: "From the first consultation to the final dance, every detail was handled with professionalism and warmth. Our guests were captivated!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-something-laughing-out-pointing-with-index-finger-something-someone-standing-brown-background_141793-133931.jpg", imageAlt: "David S."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "Anniversary Couple",
|
||||
testimonial: "The food was divine, the ambiance magical. Félicité provided an extraordinary setting for our anniversary celebration.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
name: "Emily R.", handle: "Anniversary Couple", testimonial: "The food was divine, the ambiance magical. Félicité provided an extraordinary setting for our anniversary celebration.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg", imageAlt: "Emily R."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Luxury Event Venue"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Plan Your Event", href: "#contact"},
|
||||
{
|
||||
text: "Explore Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
text: "Explore Gallery", href: "#gallery"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-newlyweds-posing_23-2148105850.jpg"
|
||||
@@ -136,51 +92,31 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
alt: "Businessman smiling and looking at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "Businessman smiling and looking at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
alt: "Portrait of outdoor businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", alt: "Portrait of outdoor businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
alt: "Confident African-American businessman in a black classic jacket",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Confident African-American businessman in a black classic jacket"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
alt: "Portrait of outdoors successful business person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg", alt: "Portrait of outdoors successful business person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Businesswoman in Glasses Portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Businesswoman in Glasses Portrait"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exquisite Dining",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Exquisite Dining", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Impeccable Service",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Impeccable Service", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Stunning Decor",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Stunning Decor", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seamless Planning",
|
||||
icon: CalendarCheck,
|
||||
type: "text-icon", text: "Seamless Planning", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "State-of-the-Art AV",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "State-of-the-Art AV", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -191,22 +127,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Art of Celebration at ",
|
||||
},
|
||||
type: "text", content: "The Art of Celebration at "},
|
||||
{
|
||||
type: "text",
|
||||
content: "Félicité",
|
||||
},
|
||||
type: "text", content: "Félicité"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/tiny-wedding-couple-is-walking-near-huge-cathedral-with-white-columns-reflection-water_8353-11070.jpg", alt: "Elegant and modern reception area of Félicité Event Hall"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tiny-wedding-couple-is-walking-near-huge-cathedral-with-white-columns-reflection-water_8353-11070.jpg"
|
||||
imageAlt="Elegant and modern reception area of Félicité Event Hall"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,34 +150,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Elegant Decor",
|
||||
description: "Bespoke styling and stunning aesthetics tailored to your vision, creating an enchanting atmosphere for every event.",
|
||||
},
|
||||
title: "Elegant Decor", description: "Bespoke styling and stunning aesthetics tailored to your vision, creating an enchanting atmosphere for every event."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Gourmet Catering",
|
||||
description: "An exquisite culinary journey curated by our top chefs, offering a diverse and delicious menu that delights every palate.",
|
||||
},
|
||||
title: "Gourmet Catering", description: "An exquisite culinary journey curated by our top chefs, offering a diverse and delicious menu that delights every palate."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Professional Staff",
|
||||
description: "A dedicated team committed to flawless execution and personalized service, ensuring every detail is handled with care.",
|
||||
},
|
||||
title: "Professional Staff", description: "A dedicated team committed to flawless execution and personalized service, ensuring every detail is handled with care."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Sound & Lighting",
|
||||
description: "State-of-the-art audio-visual systems creating immersive experiences and the perfect ambiance for any occasion.",
|
||||
},
|
||||
title: "Sound & Lighting", description: "State-of-the-art audio-visual systems creating immersive experiences and the perfect ambiance for any occasion."},
|
||||
{
|
||||
icon: Grid,
|
||||
title: "Flexible Spaces",
|
||||
description: "Versatile halls and intimate rooms adaptable for grand weddings, corporate galas, or private gatherings.",
|
||||
},
|
||||
title: "Flexible Spaces", description: "Versatile halls and intimate rooms adaptable for grand weddings, corporate galas, or private gatherings."},
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
title: "Personalized Planning",
|
||||
description: "Expert event coordinators guiding you through every step, ensuring a seamless and stress-free planning process.",
|
||||
},
|
||||
title: "Personalized Planning", description: "Expert event coordinators guiding you through every step, ensuring a seamless and stress-free planning process."},
|
||||
]}
|
||||
title="Unforgettable Experiences, Tailored to You"
|
||||
description="Discover the hallmarks of a Félicité event, designed to enchant and impress every guest."
|
||||
@@ -254,8 +174,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
},
|
||||
text: "View All Services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -270,53 +189,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Wedding Setup",
|
||||
price: "Custom Quote",
|
||||
variant: "Romantic & Grand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-prepared-dinner_1162-109.jpg",
|
||||
imageAlt: "Luxurious wedding reception setup with floral arrangements",
|
||||
},
|
||||
id: "1", name: "Wedding Setup", price: "Custom Quote", variant: "Romantic & Grand", imageSrc: "http://img.b2bpic.net/free-photo/table-prepared-dinner_1162-109.jpg", imageAlt: "Luxurious wedding reception setup with floral arrangements"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Brit Milah/Bat Mitzvah",
|
||||
price: "Custom Quote",
|
||||
variant: "Joyful & Family-Focused",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430990.jpg",
|
||||
imageAlt: "Festive Brit Milah or Bat Mitzvah event hall with vibrant decor",
|
||||
},
|
||||
id: "2", name: "Brit Milah/Bat Mitzvah", price: "Custom Quote", variant: "Joyful & Family-Focused", imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430990.jpg", imageAlt: "Festive Brit Milah or Bat Mitzvah event hall with vibrant decor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Corporate Gala",
|
||||
price: "Custom Quote",
|
||||
variant: "Professional & Impressive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-setting-table-luxury-place_8353-9905.jpg",
|
||||
imageAlt: "Elegant corporate gala dinner setup with formal seating",
|
||||
},
|
||||
id: "3", name: "Corporate Gala", price: "Custom Quote", variant: "Professional & Impressive", imageSrc: "http://img.b2bpic.net/free-photo/beauty-setting-table-luxury-place_8353-9905.jpg", imageAlt: "Elegant corporate gala dinner setup with formal seating"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Engagement Party",
|
||||
price: "Custom Quote",
|
||||
variant: "Intimate & Elegant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unmarried-girl-with-veil-had-posed-background-picnic-table-decor-bachelorette-party_627829-12010.jpg",
|
||||
imageAlt: "Romantic engagement party setup with soft lighting",
|
||||
},
|
||||
id: "4", name: "Engagement Party", price: "Custom Quote", variant: "Intimate & Elegant", imageSrc: "http://img.b2bpic.net/free-photo/unmarried-girl-with-veil-had-posed-background-picnic-table-decor-bachelorette-party_627829-12010.jpg", imageAlt: "Romantic engagement party setup with soft lighting"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anniversary Celebration",
|
||||
price: "Custom Quote",
|
||||
variant: "Timeless & Memorable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-cutting-cake-their-wedding_23-2150835738.jpg",
|
||||
imageAlt: "Anniversary celebration with sophisticated decor",
|
||||
},
|
||||
id: "5", name: "Anniversary Celebration", price: "Custom Quote", variant: "Timeless & Memorable", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-cutting-cake-their-wedding_23-2150835738.jpg", imageAlt: "Anniversary celebration with sophisticated decor"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Themed Event",
|
||||
price: "Custom Quote",
|
||||
variant: "Unique & Imaginative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-many-different-seashells-snails_1339-7112.jpg",
|
||||
imageAlt: "Creatively designed themed event with custom decorations",
|
||||
},
|
||||
id: "6", name: "Themed Event", price: "Custom Quote", variant: "Unique & Imaginative", imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-many-different-seashells-snails_1339-7112.jpg", imageAlt: "Creatively designed themed event with custom decorations"},
|
||||
]}
|
||||
title="A Glimpse into Your Dream Event"
|
||||
description="Explore our versatile spaces and exquisite decor options, transformed for every celebration imaginable."
|
||||
@@ -325,8 +208,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Tour",
|
||||
},
|
||||
text: "Request a Tour"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -339,37 +221,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.1/5",
|
||||
title: "Client Rating",
|
||||
description: "Consistently high satisfaction scores from our valued guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215874.jpg",
|
||||
imageAlt: "Star rating icon",
|
||||
},
|
||||
id: "1", value: "4.1/5", title: "Client Rating", description: "Consistently high satisfaction scores from our valued guests.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215874.jpg", imageAlt: "Star rating icon"},
|
||||
{
|
||||
id: "2",
|
||||
value: "890+",
|
||||
title: "Events Hosted",
|
||||
description: "Celebrating countless milestones with precision and passion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144070.jpg",
|
||||
imageAlt: "Crowd enjoying an event in a hall",
|
||||
},
|
||||
id: "2", value: "890+", title: "Events Hosted", description: "Celebrating countless milestones with precision and passion.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144070.jpg", imageAlt: "Crowd enjoying an event in a hall"},
|
||||
{
|
||||
id: "3",
|
||||
value: "20K+",
|
||||
title: "Happy Guests",
|
||||
description: "Each guest enjoying unforgettable moments and exceptional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356551.jpg",
|
||||
imageAlt: "Group of happy guests smiling at an event",
|
||||
},
|
||||
id: "3", value: "20K+", title: "Happy Guests", description: "Each guest enjoying unforgettable moments and exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356551.jpg", imageAlt: "Group of happy guests smiling at an event"},
|
||||
{
|
||||
id: "4",
|
||||
value: "15 Years",
|
||||
title: "Of Experience",
|
||||
description: "A decade and a half of crafting perfect celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cafe-waitress_23-2147984959.jpg",
|
||||
imageAlt: "Vintage photo of a grand event hall",
|
||||
},
|
||||
id: "4", value: "15 Years", title: "Of Experience", description: "A decade and a half of crafting perfect celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cafe-waitress_23-2147984959.jpg", imageAlt: "Vintage photo of a grand event hall"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="Numbers that speak to the quality and satisfaction we deliver with every event."
|
||||
@@ -388,53 +246,17 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-none"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rachel G.",
|
||||
role: "Parent",
|
||||
testimonial: "Our Brit Milah was flawless, thanks to the dedicated team at Félicité. The food was exceptional, and the atmosphere was simply joyous!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-getting-their-kite-up_23-2149233250.jpg",
|
||||
imageAlt: "Rachel G.",
|
||||
},
|
||||
id: "1", name: "Rachel G.", role: "Parent", testimonial: "Our Brit Milah was flawless, thanks to the dedicated team at Félicité. The food was exceptional, and the atmosphere was simply joyous!", imageSrc: "http://img.b2bpic.net/free-photo/young-people-getting-their-kite-up_23-2149233250.jpg", imageAlt: "Rachel G."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "CEO, TechCorp",
|
||||
testimonial: "The staff went above and beyond to ensure our corporate gala was a resounding success. A truly premium venue with outstanding service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg",
|
||||
imageAlt: "Michael C.",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "CEO, TechCorp", testimonial: "The staff went above and beyond to ensure our corporate gala was a resounding success. A truly premium venue with outstanding service.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg", imageAlt: "Michael C."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica H.",
|
||||
role: "Event Coordinator",
|
||||
testimonial: "The elegance of the hall and the delicious menu made our event truly special. We received so many compliments!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
imageAlt: "Jessica H.",
|
||||
},
|
||||
id: "3", name: "Jessica H.", role: "Event Coordinator", testimonial: "The elegance of the hall and the delicious menu made our event truly special. We received so many compliments!", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", imageAlt: "Jessica H."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Daniel P.",
|
||||
role: "Father of the Bride",
|
||||
testimonial: "Choosing Félicité was the best decision we made for our daughter's Bat Mitzvah. The attention to detail and personalized approach were incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-chatting-work-event_23-2149304736.jpg",
|
||||
imageAlt: "Daniel P.",
|
||||
},
|
||||
id: "4", name: "Daniel P.", role: "Father of the Bride", testimonial: "Choosing Félicité was the best decision we made for our daughter's Bat Mitzvah. The attention to detail and personalized approach were incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-chatting-work-event_23-2149304736.jpg", imageAlt: "Daniel P."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia M.",
|
||||
role: "Wedding Couple",
|
||||
testimonial: "An absolutely stunning venue with a team that genuinely cares. They turned our vision into a beautiful reality, beyond our dreams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-church_1303-10506.jpg",
|
||||
imageAlt: "Olivia M.",
|
||||
},
|
||||
id: "5", name: "Olivia M.", role: "Wedding Couple", testimonial: "An absolutely stunning venue with a team that genuinely cares. They turned our vision into a beautiful reality, beyond our dreams.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-church_1303-10506.jpg", imageAlt: "Olivia M."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Benjamin K.",
|
||||
role: "Groom",
|
||||
testimonial: "Every guest commented on the beauty of the hall and the exquisite catering. Félicité truly knows how to host an event that leaves a lasting impression.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg",
|
||||
imageAlt: "Benjamin K.",
|
||||
},
|
||||
id: "6", name: "Benjamin K.", role: "Groom", testimonial: "Every guest commented on the beauty of the hall and the exquisite catering. Félicité truly knows how to host an event that leaves a lasting impression.", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg", imageAlt: "Benjamin K."},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from those who chose Félicité for their most cherished moments."
|
||||
@@ -450,25 +272,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of events do you host?",
|
||||
content: "Félicité Event Hall is designed to host a wide range of events including weddings, Brit Milah ceremonies, Bar/Bat Mitzvahs, corporate galas, private parties, and anniversary celebrations. We offer versatile spaces to suit any occasion.",
|
||||
},
|
||||
id: "1", title: "What types of events do you host?", content: "Félicité Event Hall is designed to host a wide range of events including weddings, Brit Milah ceremonies, Bar/Bat Mitzvahs, corporate galas, private parties, and anniversary celebrations. We offer versatile spaces to suit any occasion."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer in-house catering?",
|
||||
content: "Yes, we pride ourselves on our exquisite in-house gourmet catering service. Our expert culinary team crafts diverse and delicious menus tailored to your preferences, ensuring a memorable dining experience for all your guests.",
|
||||
},
|
||||
id: "2", title: "Do you offer in-house catering?", content: "Yes, we pride ourselves on our exquisite in-house gourmet catering service. Our expert culinary team crafts diverse and delicious menus tailored to your preferences, ensuring a memorable dining experience for all your guests."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize the decor and setup?",
|
||||
content: "Absolutely! We believe every event should be unique. Our team works closely with you to customize the decor, lighting, and layout to perfectly match your vision and theme. We also collaborate with trusted external vendors if you have specific preferences.",
|
||||
},
|
||||
id: "3", title: "Can I customize the decor and setup?", content: "Absolutely! We believe every event should be unique. Our team works closely with you to customize the decor, lighting, and layout to perfectly match your vision and theme. We also collaborate with trusted external vendors if you have specific preferences."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is the capacity of your venue?",
|
||||
content: "Our venue features flexible spaces that can accommodate events of various sizes, from intimate gatherings to grand celebrations. Please contact us directly with your event details for specific capacity information tailored to your needs.",
|
||||
},
|
||||
id: "4", title: "What is the capacity of your venue?", content: "Our venue features flexible spaces that can accommodate events of various sizes, from intimate gatherings to grand celebrations. Please contact us directly with your event details for specific capacity information tailored to your needs."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Everything you need to know about planning your unforgettable event at Félicité."
|
||||
@@ -484,14 +294,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"WeddingWire",
|
||||
"The Knot",
|
||||
"EventLux",
|
||||
"Gourmet Bites",
|
||||
"Signature Decor",
|
||||
"Ambiance Lights",
|
||||
"Perfect Sounds",
|
||||
]}
|
||||
"WeddingWire", "The Knot", "EventLux", "Gourmet Bites", "Signature Decor", "Ambiance Lights", "Perfect Sounds"]}
|
||||
title="Trusted by Leading Event Partners"
|
||||
description="We collaborate with the best in the industry to bring your vision to life, ensuring every aspect of your event is handled by experts."
|
||||
tag="Our Network"
|
||||
@@ -509,34 +312,20 @@ export default function LandingPage() {
|
||||
description="Our dedicated team is ready to help you create a celebration that perfectly reflects your dreams. Contact us today for a personal consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
||||
},
|
||||
{
|
||||
name: "eventType",
|
||||
type: "text",
|
||||
placeholder: "Type of Event (e.g., Wedding, Brit Milah, Corporate Gala)",
|
||||
required: true,
|
||||
name: "eventType", type: "text", placeholder: "Type of Event (e.g., Wedding, Brit Milah, Corporate Gala)", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us more about your event...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us more about your event...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guests-leaving-access-key-card_482257-86295.jpg"
|
||||
@@ -555,61 +344,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/feliciteeventhall",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/feliciteeventhall"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/feliciteeventhall",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/feliciteeventhall"},
|
||||
{
|
||||
label: "Waze",
|
||||
href: "https://waze.com/feliciteeventhall",
|
||||
},
|
||||
label: "Waze", href: "https://waze.com/feliciteeventhall"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.google.com/?q=Felicite+Event+Hall",
|
||||
},
|
||||
label: "Google Maps", href: "https://maps.google.com/?q=Felicite+Event+Hall"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user