Update src/app/services/awards/page.tsx

This commit is contained in:
2026-06-04 17:24:20 +00:00
parent c900339afb
commit a5f1c31eec

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Past Events",
id: "/past-events",
},
name: "Past Events", id: "/past-events"},
{
name: "Contact Us",
id: "/contact",
},
name: "Contact Us", id: "/contact"},
]}
brandName="Halla Boll Events"
/>
@@ -50,16 +42,14 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
imagePosition="right"
title="Celebrate Excellence, Grandly."
description="Host a dazzling award ceremony that captivates your audience and honors achievements with unparalleled sophistication and flair."
testimonials={[]} /* Added missing testimonials prop */
buttons={[
{
text: "Plan Your Award Show",
href: "/contact",
},
text: "Plan Your Award Show", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-new-year-celebrations_23-2147717134.jpg"
imageAlt="Glamorous awards show stage"
@@ -74,20 +64,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "How do you manage guest lists and RSVPs?",
content: "We use advanced event management software to handle all guest list management, invitations, RSVPs, and seating arrangements, ensuring a seamless experience for your attendees.",
},
id: "faq1", title: "How do you manage guest lists and RSVPs?", content: "We use advanced event management software to handle all guest list management, invitations, RSVPs, and seating arrangements, ensuring a seamless experience for your attendees."},
{
id: "faq2",
title: "Can you help with celebrity appearances or special guests?",
content: "Yes, we have extensive connections in the entertainment industry and can assist with booking celebrity hosts, performers, and special guests to elevate your award show.",
},
id: "faq2", title: "Can you help with celebrity appearances or special guests?", content: "Yes, we have extensive connections in the entertainment industry and can assist with booking celebrity hosts, performers, and special guests to elevate your award show."},
{
id: "faq3",
title: "What kind of AV and lighting setups do you offer?",
content: "Our team specializes in state-of-the-art audiovisual and lighting designs, including large LED screens, custom stage lighting, surround sound systems, and special effects to create an immersive atmosphere.",
},
id: "faq3", title: "What kind of AV and lighting setups do you offer?", content: "Our team specializes in state-of-the-art audiovisual and lighting designs, including large LED screens, custom stage lighting, surround sound systems, and special effects to create an immersive atmosphere."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common questions about organizing prestigious award shows with Halla Boll Events."
@@ -103,13 +84,9 @@ export default function LandingPage() {
logoAlt="Halla Boll Events Logo"
logoText="Halla Boll Events"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>