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

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

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: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
imagePosition="right"
title="Impactful Corporate Experiences"
description="From product launches to annual conferences, we deliver professional and engaging corporate events that drive your business objectives."
testimonials={[]} /* Added missing testimonials prop */
buttons={[
{
text: "Organize Your Corporate Event",
href: "/contact",
},
text: "Organize Your Corporate Event", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333727.jpg"
imageAlt="Professional corporate event setup"
@@ -77,20 +67,11 @@ export default function LandingPage() {
tagAnimation="opacity"
metrics={[
{
id: "attendees",
value: "100K+",
description: "Attendees Engaged",
},
id: "attendees", value: "100K+", description: "Attendees Engaged"},
{
id: "partnerships",
value: "50+",
description: "Strategic Partnerships",
},
id: "partnerships", value: "50+", description: "Strategic Partnerships"},
{
id: "roi",
value: "30%",
description: "Average Client ROI",
},
id: "roi", value: "30%", description: "Average Client ROI"},
]}
metricsAnimation="slide-up"
/>
@@ -102,13 +83,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>