Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 14:46:24 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Sparkles, Zap, CheckCircle, Clock, Truck, Star, Crown, Package } from 'lucide-react';
import { Sparkles, Zap, CheckCircle, Clock, Truck, Star, Crown, Package, Calendar, MapPin, Settings } from 'lucide-react';
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Easy Booking"
tagIcon={Sparkles}
title="Bouncy Castles Delivered, Booked in Minutes"
@@ -55,7 +55,7 @@ export default function LandingPage() {
]}
dashboard={{
title: "Rental Dashboard", logoIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg?_wi=1", searchPlaceholder: "Search available units...", sidebarItems: [
imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg", searchPlaceholder: "Search available units...", sidebarItems: [
{ icon: Calendar },
{ icon: MapPin, active: true },
{ icon: Settings },
@@ -94,7 +94,7 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Classic 8ft Bounce Castle", price: "$89/day", imageSrc: "http://img.b2bpic.net/free-photo/young-women-with-holi-color-their-face-looking-each-other_23-2148129179.jpg", imageAlt: "Classic 8ft Bounce Castle" },
{ id: "2", name: "12ft Water Slide Combo", price: "$149/day", imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-by-pool_23-2149492529.jpg", imageAlt: "12ft Water Slide Combo" },
{ id: "3", name: "Deluxe Obstacle Course", price: "$199/day", imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg?_wi=2", imageAlt: "Deluxe Obstacle Course" },
{ id: "3", name: "Deluxe Obstacle Course", price: "$199/day", imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg", imageAlt: "Deluxe Obstacle Course" },
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -157,13 +157,17 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Parent", testimonial: "Booking was incredibly easy! The kids had the best time, and the bounce castle was clean and well-maintained. The delivery team was professional and set everything up perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-woman-her-extended-family-having-fun-while-celebrating-her-birthday-dining-room_637285-3322.jpg", imageAlt: "Sarah Mitchell"},
id: "1", name: "Sarah Mitchell", role: "Parent", testimonial: "Booking was incredibly easy! The kids had the best time, and the bounce castle was clean and well-maintained. The delivery team was professional and set everything up perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-woman-her-extended-family-having-fun-while-celebrating-her-birthday-dining-room_637285-3322.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "Michael Chen", role: "Event Coordinator", testimonial: "We've used Bounce & Fun for multiple corporate events. Their response time is fantastic, and they always go above and beyond to ensure our clients are happy.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-best-friends_329181-7595.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", role: "Event Coordinator", testimonial: "We've used Bounce & Fun for multiple corporate events. Their response time is fantastic, and they always go above and beyond to ensure our clients are happy.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-best-friends_329181-7595.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Parent", testimonial: "The pricing was transparent and affordable. No hidden fees, no surprises. The bounce castle made my daughter's birthday party unforgettable!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-with-lemonade-stand_23-2149439497.jpg", imageAlt: "Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", role: "Parent", testimonial: "The pricing was transparent and affordable. No hidden fees, no surprises. The bounce castle made my daughter's birthday party unforgettable!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-with-lemonade-stand_23-2149439497.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "School Administrator", testimonial: "For our school carnival, Bounce & Fun delivered multiple units on time and ensured everything was safe. Highly recommend their service!", imageSrc: "http://img.b2bpic.net/free-photo/it-s-almost-fall-celebrating-successful-deal-young-office-workers-sitting-near-table-with-alcohol_146671-13648.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", role: "School Administrator", testimonial: "For our school carnival, Bounce & Fun delivered multiple units on time and ensured everything was safe. Highly recommend their service!", imageSrc: "http://img.b2bpic.net/free-photo/it-s-almost-fall-celebrating-successful-deal-young-office-workers-sitting-near-table-with-alcohol_146671-13648.jpg", imageAlt: "David Kim"
},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -178,17 +182,23 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What areas do you deliver to?", content: "We offer free delivery and setup within 30 miles of our location. For deliveries beyond that, we offer extended delivery options at competitive rates. Contact us for your specific location."},
id: "1", title: "What areas do you deliver to?", content: "We offer free delivery and setup within 30 miles of our location. For deliveries beyond that, we offer extended delivery options at competitive rates. Contact us for your specific location."
},
{
id: "2", title: "Are the bounce castles sanitized?", content: "Yes! All our units are thoroughly cleaned and sanitized between every rental using professional-grade cleaning equipment. We maintain the highest hygiene standards to keep your guests safe and healthy."},
id: "2", title: "Are the bounce castles sanitized?", content: "Yes! All our units are thoroughly cleaned and sanitized between every rental using professional-grade cleaning equipment. We maintain the highest hygiene standards to keep your guests safe and healthy."
},
{
id: "3", title: "What is your cancellation policy?", content: "We offer full refunds for cancellations made 7+ days before your event. Cancellations within 7 days may incur a 50% charge. Weather-related cancellations receive full refunds or can be rescheduled at no charge."},
id: "3", title: "What is your cancellation policy?", content: "We offer full refunds for cancellations made 7+ days before your event. Cancellations within 7 days may incur a 50% charge. Weather-related cancellations receive full refunds or can be rescheduled at no charge."
},
{
id: "4", title: "Do you provide insurance?", content: "Yes, all rentals include basic liability insurance. For events with higher risk factors, we offer premium insurance coverage. Ask our team about coverage details when booking."},
id: "4", title: "Do you provide insurance?", content: "Yes, all rentals include basic liability insurance. For events with higher risk factors, we offer premium insurance coverage. Ask our team about coverage details when booking."
},
{
id: "5", title: "How much space do I need?", content: "Our 8ft castle needs approximately 15x15ft of space. The 12ft combo requires 20x20ft, and the obstacle course needs 25x25ft. We'll help you determine space requirements during the booking process."},
id: "5", title: "How much space do I need?", content: "Our 8ft castle needs approximately 15x15ft of space. The 12ft combo requires 20x20ft, and the obstacle course needs 25x25ft. We'll help you determine space requirements during the booking process."
},
{
id: "6", title: "Can I book the same day?", content: "We try to accommodate same-day bookings when possible! However, availability is limited. Call us directly at our support line for urgent requests, and we'll do our best to help you out."},
id: "6", title: "Can I book the same day?", content: "We try to accommodate same-day bookings when possible! However, availability is limited. Call us directly at our support line for urgent requests, and we'll do our best to help you out."
},
]}
useInvertedBackground={false}
/>