Merge version_1 into main #2
@@ -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,11 +42,11 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="A Legacy of Success"
|
||||
description="Explore our portfolio of past events that showcase our creativity, precision, and commitment to excellence across diverse industries."
|
||||
testimonials={[]} /* Added missing testimonials prop */
|
||||
imageSrc="http://img.b2bpic.net/free-photo/defocused-real-bokeh-abstract-background_23-2148055629.jpg"
|
||||
imageAlt="Collage of diverse past events"
|
||||
mediaAnimation="opacity"
|
||||
@@ -71,47 +63,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gala-night",
|
||||
name: "Annual Charity Gala",
|
||||
price: "Delhi, 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chrysanthemums-illuminated-with-orange-light-hang-threads-hall_1304-3341.jpg",
|
||||
imageAlt: "Elegant Charity Gala",
|
||||
},
|
||||
id: "gala-night", name: "Annual Charity Gala", price: "Delhi, 2023", imageSrc: "http://img.b2bpic.net/free-photo/chrysanthemums-illuminated-with-orange-light-hang-threads-hall_1304-3341.jpg", imageAlt: "Elegant Charity Gala"},
|
||||
{
|
||||
id: "product-launch",
|
||||
name: "Tech Product Launch",
|
||||
price: "Bangalore, 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg",
|
||||
imageAlt: "High-tech Product Launch",
|
||||
},
|
||||
id: "product-launch", name: "Tech Product Launch", price: "Bangalore, 2022", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg", imageAlt: "High-tech Product Launch"},
|
||||
{
|
||||
id: "music-festival",
|
||||
name: "Summer Music Festival",
|
||||
price: "Goa, 2021",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-dancing-nightclub-feeling-funky-dance-floor-enjoying-night-out-group-friends-having-fun-club-partying-spotlights-disco-music-tripod-shot_482257-61907.jpg",
|
||||
imageAlt: "Energetic Music Festival",
|
||||
},
|
||||
id: "music-festival", name: "Summer Music Festival", price: "Goa, 2021", imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-dancing-nightclub-feeling-funky-dance-floor-enjoying-night-out-group-friends-having-fun-club-partying-spotlights-disco-music-tripod-shot_482257-61907.jpg", imageAlt: "Energetic Music Festival"},
|
||||
{
|
||||
id: "fashion-show",
|
||||
name: "Luxury Fashion Show",
|
||||
price: "Mumbai, 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-moving-with-white-light_23-2149679100.jpg",
|
||||
imageAlt: "Glamorous Fashion Show",
|
||||
},
|
||||
id: "fashion-show", name: "Luxury Fashion Show", price: "Mumbai, 2023", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-moving-with-white-light_23-2149679100.jpg", imageAlt: "Glamorous Fashion Show"},
|
||||
{
|
||||
id: "trade-expo",
|
||||
name: "International Trade Expo",
|
||||
price: "Hyderabad, 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-shoppers-running-into-clothing-store-get-black-friday-deals-buying-clothes-discounted-prices-bargain-hunting-shopping-addiction-seasonal-sales-concept_482257-69498.jpg",
|
||||
imageAlt: "Bustling Trade Expo",
|
||||
},
|
||||
id: "trade-expo", name: "International Trade Expo", price: "Hyderabad, 2022", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-shoppers-running-into-clothing-store-get-black-friday-deals-buying-clothes-discounted-prices-bargain-hunting-shopping-addiction-seasonal-sales-concept_482257-69498.jpg", imageAlt: "Bustling Trade Expo"},
|
||||
{
|
||||
id: "private-celebration",
|
||||
name: "Exclusive Private Celebration",
|
||||
price: "Jaipur, 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/2019-inscription-with-champagne-bottle_23-2147981506.jpg",
|
||||
imageAlt: "Intimate Private Celebration",
|
||||
},
|
||||
id: "private-celebration", name: "Exclusive Private Celebration", price: "Jaipur, 2023", imageSrc: "http://img.b2bpic.net/free-photo/2019-inscription-with-champagne-bottle_23-2147981506.jpg", imageAlt: "Intimate Private Celebration"},
|
||||
]}
|
||||
title="Our Memorable Creations"
|
||||
description="Each event is a testament to our passion for perfection. Browse through our past projects."
|
||||
@@ -124,13 +86,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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -27,21 +27,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"
|
||||
/>
|
||||
@@ -51,58 +43,30 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
imagePosition="right"
|
||||
title="Your Fairytale Wedding Awaits"
|
||||
description="Let us craft a magical wedding experience, perfectly reflecting your unique love story and vision. Every detail, flawlessly executed."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya & Amit",
|
||||
handle: "@priya_amit_wedding",
|
||||
testimonial: "Halla Boll made our special day absolutely perfect! Every detail was handled beautifully.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-happy-woman_23-2148778274.jpg",
|
||||
imageAlt: "Priya & Amit",
|
||||
},
|
||||
name: "Priya & Amit", handle: "@priya_amit_wedding", testimonial: "Halla Boll made our special day absolutely perfect! Every detail was handled beautifully.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-happy-woman_23-2148778274.jpg", imageAlt: "Priya & Amit"},
|
||||
{
|
||||
name: "Neha & Rohan",
|
||||
handle: "@neha_rohan_nuptials",
|
||||
testimonial: "From venue selection to decor, Halla Boll exceeded our wildest dreams. Truly magical!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-2095.jpg",
|
||||
imageAlt: "Neha & Rohan",
|
||||
},
|
||||
name: "Neha & Rohan", handle: "@neha_rohan_nuptials", testimonial: "From venue selection to decor, Halla Boll exceeded our wildest dreams. Truly magical!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-2095.jpg", imageAlt: "Neha & Rohan"},
|
||||
{
|
||||
name: "Ritika & Sameer",
|
||||
handle: "@ritika_sameer_love",
|
||||
testimonial: "Our wedding was a dream come true, thanks to the incredible team at Halla Boll Events.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lumbersexual-businessman-model-man-dressed-jeans-jacket-clothes_158538-1733.jpg",
|
||||
imageAlt: "Ritika & Sameer",
|
||||
},
|
||||
name: "Ritika & Sameer", handle: "@ritika_sameer_love", testimonial: "Our wedding was a dream come true, thanks to the incredible team at Halla Boll Events.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lumbersexual-businessman-model-man-dressed-jeans-jacket-clothes_158538-1733.jpg", imageAlt: "Ritika & Sameer"},
|
||||
{
|
||||
name: "Ananya & Vivek",
|
||||
handle: "@ananya_vivek_forever",
|
||||
testimonial: "They captured our vision perfectly and executed it with such grace and precision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing-round-sunglasses_158538-5339.jpg",
|
||||
imageAlt: "Ananya & Vivek",
|
||||
},
|
||||
name: "Ananya & Vivek", handle: "@ananya_vivek_forever", testimonial: "They captured our vision perfectly and executed it with such grace and precision.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing-round-sunglasses_158538-5339.jpg", imageAlt: "Ananya & Vivek"},
|
||||
{
|
||||
name: "Divya & Karan",
|
||||
handle: "@divya_karan_celebration",
|
||||
testimonial: "The most stress-free and beautiful wedding imaginable. Thank you, Halla Boll!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing-round-sunglasses_158538-5341.jpg",
|
||||
imageAlt: "Divya & Karan",
|
||||
},
|
||||
name: "Divya & Karan", handle: "@divya_karan_celebration", testimonial: "The most stress-free and beautiful wedding imaginable. Thank you, Halla Boll!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing-round-sunglasses_158538-5341.jpg", imageAlt: "Divya & Karan"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Wedding",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Plan Your Wedding", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-groom-standing-field_1304-4237.jpg"
|
||||
imageAlt="Romantic wedding scene"
|
||||
@@ -111,50 +75,30 @@ export default function LandingPage() {
|
||||
showMarqueeCard={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lumbersexual-businessman-model-man-dressed-jeans-jacket-clothes_158538-1729.jpg",
|
||||
alt: "Portrait of handsome smiling stylish hipster",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lumbersexual-businessman-model-man-dressed-jeans-jacket-clothes_158538-1729.jpg", alt: "Portrait of handsome smiling stylish hipster"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-man-glasses-standing-confident-pose-outdoor-portrait-handsome-guy-wears-stylish-checkered-suit-expressing-happiness_197531-21845.jpg",
|
||||
alt: "Smiling african man in glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-man-glasses-standing-confident-pose-outdoor-portrait-handsome-guy-wears-stylish-checkered-suit-expressing-happiness_197531-21845.jpg", alt: "Smiling african man in glasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-people-taking-selfie-medium-shot_23-2148911794.jpg",
|
||||
alt: "Business people taking selfie",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-people-taking-selfie-medium-shot_23-2148911794.jpg", alt: "Business people taking selfie"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-business-people-talking_23-2148427142.jpg",
|
||||
alt: "Medium shot of business people talking",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-business-people-talking_23-2148427142.jpg", alt: "Medium shot of business people talking"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-people-taking-selfie-together_23-2148454184.jpg",
|
||||
alt: "Positive young people taking a selfie",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-people-taking-selfie-together_23-2148454184.jpg", alt: "Positive young people taking a selfie"},
|
||||
]}
|
||||
avatarText="Couples' dream realized"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Dream Weddings",
|
||||
type: "text", text: "Dream Weddings"},
|
||||
{
|
||||
type: "text-icon", text: "Personalized Touch", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Touch",
|
||||
icon: Heart,
|
||||
type: "text", text: "Elegant Decor"},
|
||||
{
|
||||
type: "text-icon", text: "Stress-Free Planning", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elegant Decor",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Stress-Free Planning",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Moments",
|
||||
},
|
||||
type: "text", text: "Unforgettable Moments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,13 +112,8 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "w1",
|
||||
name: "Anjali & Rohan",
|
||||
role: "Newlyweds",
|
||||
company: "Mumbai",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgDsPTivK4psjzkFgnAPfmppOZ/uploaded-1780593639049-fpwnpi5k.jpg",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "w1", name: "Anjali & Rohan", role: "Newlyweds", company: "Mumbai", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgDsPTivK4psjzkFgnAPfmppOZ/uploaded-1780593639049-fpwnpi5k.jpg", imageAlt: "User provided image"},
|
||||
]}
|
||||
title="Love Stories We've Crafted"
|
||||
description="Read heartfelt testimonials from couples who celebrated their special day with Halla Boll Events."
|
||||
@@ -187,13 +126,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>
|
||||
|
||||
Reference in New Issue
Block a user