From 046e0d374024978e2c925de55a2b3a19dcf48ad4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:54:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 289 ++++++++++------------------------------------- 1 file changed, 62 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ba68bc..4ffea04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { CalendarCheck, Gift, Users } from "lucide-react"; +import { Award, CalendarCheck, Gift, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -34,41 +34,23 @@ export default function LandingPage() { @@ -156,11 +108,8 @@ export default function LandingPage() { title="The Future of Entertainment is Here" buttons={[ { - text: "Learn More About Our Team", - href: "#contact", - }, + text: "Learn More About Our Team", href: "#contact"}, ]} - description="Donnie's Party Robots brings unparalleled energy and a futuristic flair to weddings, corporate events, birthdays, and more. Our professional LED dancers are guaranteed to captivate your guests and create lasting memories. We combine cutting-edge technology with dynamic choreography to deliver a truly unique spectacle." /> @@ -170,32 +119,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Customizable LED Colors", - description: "Match your event's theme with dynamic, programmable LED colors on our robots.", - imageSrc: "http://img.b2bpic.net/free-photo/rainbow-abstract-background-with-neon-led-light_53876-103802.jpg", - imageAlt: "Customizable LED colors on a robot", - buttonIcon: "Sparkles", + title: "Customizable LED Colors", description: "Match your event's theme with dynamic, programmable LED colors on our robots.", imageSrc: "http://img.b2bpic.net/free-photo/rainbow-abstract-background-with-neon-led-light_53876-103802.jpg", imageAlt: "Customizable LED colors on a robot", buttonIcon: Sparkles, }, { - title: "Interactive Performances", - description: "Our robots engage with the crowd, ensuring an energetic and immersive experience for everyone.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-ballet-dancer-leotard-with-bent-arms-spotlight_23-2148252988.jpg", - imageAlt: "Robot interacting with party guests", - buttonIcon: "Users", + title: "Interactive Performances", description: "Our robots engage with the crowd, ensuring an energetic and immersive experience for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-ballet-dancer-leotard-with-bent-arms-spotlight_23-2148252988.jpg", imageAlt: "Robot interacting with party guests", buttonIcon: Users, }, { - title: "Professional Dancers", - description: "Each robot is expertly piloted by a professional dancer, delivering smooth and captivating choreography.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-anthropomorphic-robot-as-butler_23-2150865933.jpg", - imageAlt: "Professional robot dancer performing", - buttonIcon: "Award", + title: "Professional Dancers", description: "Each robot is expertly piloted by a professional dancer, delivering smooth and captivating choreography.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-anthropomorphic-robot-as-butler_23-2150865933.jpg", imageAlt: "Professional robot dancer performing", buttonIcon: Award, }, { - title: "High-Tech Costumes", - description: "State-of-the-art LED costumes create a stunning visual spectacle that stands out.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-robot-celebrating-party_1048-5701.jpg", - imageAlt: "Close-up of high-tech robot costume", - buttonIcon: "Zap", + title: "High-Tech Costumes", description: "State-of-the-art LED costumes create a stunning visual spectacle that stands out.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-robot-celebrating-party_1048-5701.jpg", imageAlt: "Close-up of high-tech robot costume", buttonIcon: Zap, }, ]} title="Why Choose Our LED Robot Dancers?" @@ -212,61 +145,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "package-1", - name: "The Sparkle Starter", - price: "$999", - variant: "1 Robot, 1 Hour", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084863.jpg", - imageAlt: "Single LED robot dancer", - }, + id: "package-1", name: "The Sparkle Starter", price: "$999", variant: "1 Robot, 1 Hour", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084863.jpg", imageAlt: "Single LED robot dancer"}, { - id: "package-2", - name: "The Neon Duo", - price: "$1799", - variant: "2 Robots, 1.5 Hours", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084755.jpg", - imageAlt: "Two LED robot dancers performing", - }, + id: "package-2", name: "The Neon Duo", price: "$1799", variant: "2 Robots, 1.5 Hours", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084755.jpg", imageAlt: "Two LED robot dancers performing"}, { - id: "package-3", - name: "The Cosmic Extravaganza", - price: "$2999", - variant: "3 Robots, 2 Hours", - imageSrc: "http://img.b2bpic.net/free-photo/robot-90s_23-2151901190.jpg", - imageAlt: "Group of LED robot dancers on stage", - }, + id: "package-3", name: "The Cosmic Extravaganza", price: "$2999", variant: "3 Robots, 2 Hours", imageSrc: "http://img.b2bpic.net/free-photo/robot-90s_23-2151901190.jpg", imageAlt: "Group of LED robot dancers on stage"}, { - id: "package-4", - name: "Custom Themed Show", - price: "Quote", - variant: "Tailored to Your Vision", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-with-balloons-numbers_23-2147972069.jpg", - imageAlt: "Robot dancer with custom themed lights", - }, + id: "package-4", name: "Custom Themed Show", price: "Quote", variant: "Tailored to Your Vision", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-with-balloons-numbers_23-2147972069.jpg", imageAlt: "Robot dancer with custom themed lights"}, { - id: "package-5", - price: "+$499", - name: "Deluxe Effects Add-on", - variant: "Smoke, Lasers, & Confetti", - imageSrc: "http://img.b2bpic.net/free-photo/child-magic-school-learning-spells_23-2150170071.jpg", - imageAlt: "Robot dancer with pyrotechnic effects", - }, + id: "package-5", price: "+$499", name: "Deluxe Effects Add-on", variant: "Smoke, Lasers, & Confetti", imageSrc: "http://img.b2bpic.net/free-photo/child-magic-school-learning-spells_23-2150170071.jpg", imageAlt: "Robot dancer with pyrotechnic effects"}, { - id: "package-6", - price: "+$399", - name: "Interactive Photo Booth", - variant: "Robot Photo Ops", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084836.jpg", - imageAlt: "Robot dancer posing for a photo", - }, + id: "package-6", price: "+$399", name: "Interactive Photo Booth", variant: "Robot Photo Ops", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084836.jpg", imageAlt: "Robot dancer posing for a photo"}, ]} title="Our Electrifying Robot Show Packages" description="Choose from a range of packages designed to fit any event size and budget, each delivering a unique and dazzling experience that will leave your guests in awe." buttons={[ { - text: "Get a Custom Quote", - href: "#contact", - }, + text: "Get a Custom Quote", href: "#contact"}, ]} /> @@ -278,23 +173,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "metric-1", - icon: Gift, - title: "Events Performed", - value: "500+", - }, + id: "metric-1", icon: Gift, + title: "Events Performed", value: "500+"}, { - id: "metric-2", - icon: Users, - title: "Happy Guests", - value: "100K+", - }, + id: "metric-2", icon: Users, + title: "Happy Guests", value: "100K+"}, { - id: "metric-3", - icon: CalendarCheck, - title: "Years Experience", - value: "10+", - }, + id: "metric-3", icon: CalendarCheck, + title: "Years Experience", value: "10+"}, ]} title="Igniting Celebrations Worldwide" description="Join thousands of satisfied clients who've experienced the magic and unforgettable energy of Donnie's Party Robots. Our commitment to excellence shines through every performance." @@ -310,25 +196,15 @@ export default function LandingPage() { author="Sarah Chen, Event Coordinator at Tech Solutions Inc." avatars={[ { - src: "http://img.b2bpic.net/free-photo/cheerful-fair-haired-woman-knitted-attire-spending-time-outdoor-woman-with-blonde-braids-wearing-pink-sunglasses_197531-20830.jpg", - alt: "Sarah Chen", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-fair-haired-woman-knitted-attire-spending-time-outdoor-woman-with-blonde-braids-wearing-pink-sunglasses_197531-20830.jpg", alt: "Sarah Chen"}, { - src: "http://img.b2bpic.net/free-photo/excited-young-asian-girl-wearing-christmas-hair-hoop-with-sweater-showing-yes-gesture-isolated-orange-wall_141793-43070.jpg", - alt: "Mark Davis", - }, + src: "http://img.b2bpic.net/free-photo/excited-young-asian-girl-wearing-christmas-hair-hoop-with-sweater-showing-yes-gesture-isolated-orange-wall_141793-43070.jpg", alt: "Mark Davis"}, { - src: "http://img.b2bpic.net/free-photo/joyful-man-new-year-party_23-2147717180.jpg", - alt: "Jessica Lee", - }, + src: "http://img.b2bpic.net/free-photo/joyful-man-new-year-party_23-2147717180.jpg", alt: "Jessica Lee"}, { - src: "http://img.b2bpic.net/free-photo/person-celebrating-birthday-office_23-2149334822.jpg", - alt: "Robert Garcia", - }, + src: "http://img.b2bpic.net/free-photo/person-celebrating-birthday-office_23-2149334822.jpg", alt: "Robert Garcia"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", - alt: "Emily White", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Emily White"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -340,15 +216,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "EventMasters Agency", - "Elite Venues Co.", - "City Gala Planners", - "Celebration Hub", - "Luxury Event Group", - "Grand Ballroom Collective", - "Festival Organizers Inc.", - "Corporate Party Pros", - ]} + "EventMasters Agency", "Elite Venues Co.", "City Gala Planners", "Celebration Hub", "Luxury Event Group", "Grand Ballroom Collective", "Festival Organizers Inc.", "Corporate Party Pros"]} title="Trusted by Top Event Planners & Venues" description="We've partnered with leading names in the entertainment and hospitality industries to bring unforgettable experiences to life across various events and celebrations." tag="Partners" @@ -360,25 +228,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "What types of events do you serve?", - content: "We cater to a wide range of events including corporate functions, weddings, birthdays, quinceaƱeras, festivals, private parties, and product launches. Our shows are adaptable to any celebration!", - }, + id: "faq-1", title: "What types of events do you serve?", content: "We cater to a wide range of events including corporate functions, weddings, birthdays, quinceaƱeras, festivals, private parties, and product launches. Our shows are adaptable to any celebration!"}, { - id: "faq-2", - title: "How far in advance should I book?", - content: "To ensure availability, especially for peak seasons and weekends, we recommend booking at least 3-6 months in advance. However, feel free to contact us for last-minute inquiries, and we'll do our best to accommodate.", - }, + id: "faq-2", title: "How far in advance should I book?", content: "To ensure availability, especially for peak seasons and weekends, we recommend booking at least 3-6 months in advance. However, feel free to contact us for last-minute inquiries, and we'll do our best to accommodate."}, { - id: "faq-3", - title: "Can the LED colors be customized?", - content: "Yes, absolutely! Our LED robot costumes feature fully customizable and programmable lighting. We can match your event's specific color scheme or theme to enhance the visual experience.", - }, + id: "faq-3", title: "Can the LED colors be customized?", content: "Yes, absolutely! Our LED robot costumes feature fully customizable and programmable lighting. We can match your event's specific color scheme or theme to enhance the visual experience."}, { - id: "faq-4", - title: "What are the space and power requirements?", - content: "Our robots require a minimum flat performance area of 10x10 feet and access to standard electrical outlets. Specific requirements may vary by package, so we'll discuss details during booking.", - }, + id: "faq-4", title: "What are the space and power requirements?", content: "Our robots require a minimum flat performance area of 10x10 feet and access to standard electrical outlets. Specific requirements may vary by package, so we'll discuss details during booking."}, ]} sideTitle="Your Questions, Answered" sideDescription="Find quick answers to common inquiries about our LED robot dancers, booking process, and what you can expect from a Donnie's Party Robots show." @@ -390,20 +246,15 @@ export default function LandingPage() { @@ -416,41 +267,25 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Shows", - href: "#shows", - }, + label: "Our Shows", href: "#shows"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Book Now", - href: "#contact", - }, + label: "Book Now", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1