Merge version_5 into main #2
100
src/app/page.tsx
100
src/app/page.tsx
@@ -44,18 +44,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="BOUNCE KINGDOM"
|
||||
description="Premium bouncy castle rentals for unforgettable celebrations and events"
|
||||
description="Premium bouncy castle rentals featuring iconic castle designs for unforgettable celebrations and events"
|
||||
buttons={[
|
||||
{ text: "Browse Castles", href: "products" },
|
||||
{ text: "Get Quote", href: "contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-having-lemonade-stand_23-2149398327.jpg", imageAlt: "Colorful bouncy castle party event"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-having-lemonade-stand_23-2149398327.jpg", imageAlt: "Classic Rainbow Bounce Castle"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-holi-social-media-post-template_23-2149268257.jpg", imageAlt: "Kids playing in bouncy castle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-holi-social-media-post-template_23-2149268257.jpg", imageAlt: "Deluxe Princess Castle with Slide"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/six-young-happy-girls-having-fun-giant-pillows-park_627829-10615.jpg", imageAlt: "Professional bouncy castle setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/six-young-happy-girls-having-fun-giant-pillows-park_627829-10615.jpg", imageAlt: "Ultimate Combo Adventure Park"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -65,12 +68,12 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="About Bounce Kingdom"
|
||||
title="Making celebrations more memorable, one bounce at a time"
|
||||
description="Founded in 2015"
|
||||
subdescription="Trusted by 5,000+ families across the region"
|
||||
title="Bringing Joy and Laughter to Celebrations Since 2015"
|
||||
description="We specialize in premium bouncy castle rentals with five distinct castle types designed for every celebration style and guest count."
|
||||
subdescription="Trusted by 5,000+ families across the region with a 4.9-star rating"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=1"
|
||||
imageAlt="Bounce Kingdom Deluxe Castle"
|
||||
imageAlt="Happy kids enjoying Bounce Kingdom castle"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -79,26 +82,26 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Choose Your Perfect Castle"
|
||||
description="Select from our premium collection of bouncy castles, each with unique features and specifications"
|
||||
description="Each castle is uniquely designed to deliver maximum fun and safety. From classic rainbows to premium themed experiences, we have the perfect setup for your celebration."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Standard Bounce Castle", price: "From $89", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=2", imageAlt: "Standard Bounce Castle", initialQuantity: 1,
|
||||
id: "1", name: "Classic Rainbow Castle", price: "From $89", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=2", imageAlt: "Classic Rainbow Castle - traditional bounce design", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Deluxe Castle with Slide", price: "From $149", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=3", imageAlt: "Deluxe Castle with Slide", initialQuantity: 1,
|
||||
id: "2", name: "Princess Castle with Slide", price: "From $149", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=3", imageAlt: "Princess Castle with Slide - royal themed with interactive slide", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Premium Themed Castle", price: "From $199", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-female-friends-holding-blue-candy-floss_23-2147911751.jpg?_wi=1", imageAlt: "Premium Themed Castle", initialQuantity: 1,
|
||||
id: "3", name: "Adventure Island Themed", price: "From $199", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-female-friends-holding-blue-candy-floss_23-2147911751.jpg?_wi=1", imageAlt: "Adventure Island Themed - tropical paradise castle experience", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ultimate Combo Park", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-girl-lying-pool-with-colored-foam-cubes-indoor-play-center_627829-13155.jpg", imageAlt: "Ultimate Combo Park", initialQuantity: 1,
|
||||
id: "4", name: "Ultimate Mega Combo Park", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-girl-lying-pool-with-colored-foam-cubes-indoor-play-center_627829-13155.jpg", imageAlt: "Ultimate Mega Combo Park - multiple attractions and climbing challenges", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Our Collection"
|
||||
tag="Castle Collection"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,11 +111,14 @@ export default function LandingPage() {
|
||||
description="Professional service with safety and fun as our top priorities"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Safety Certified", description: "All castles inspected and certified for safety compliance", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=4", imageAlt: "Safety certified bouncy castle"},
|
||||
id: "1", title: "Safety Certified", description: "All castles inspected and certified for safety compliance", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=4", imageAlt: "Safety certified bouncy castle"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Free Setup & Pickup", description: "Professional installation and removal included in every rental", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=5", imageAlt: "Professional castle setup"},
|
||||
id: "2", title: "Free Setup & Pickup", description: "Professional installation and removal included in every rental", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-kid-playing-bounce-house_23-2149551604.jpg?_wi=5", imageAlt: "Professional castle setup"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Weather Protection", description: "Covered options available for rain or extreme conditions", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-female-friends-holding-blue-candy-floss_23-2147911751.jpg?_wi=2", imageAlt: "Weather protected castle"},
|
||||
id: "3", title: "Weather Protection", description: "Covered options available for rain or extreme conditions", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-female-friends-holding-blue-candy-floss_23-2147911751.jpg?_wi=2", imageAlt: "Weather protected castle"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -128,31 +134,31 @@ export default function LandingPage() {
|
||||
tag="Flexible Plans"
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Standard", badgeIcon: Zap,
|
||||
price: "$89 - $149", subtitle: "Perfect for small gatherings and birthday parties", buttons: [
|
||||
id: "1", badge: "Classic", badgeIcon: Zap,
|
||||
price: "$89 - $149", subtitle: "Perfect for small gatherings, birthday parties, and backyard celebrations", buttons: [
|
||||
{ text: "Select Plan", href: "contact" },
|
||||
{ text: "Calculate Costs", href: "contact" },
|
||||
],
|
||||
features: [
|
||||
"2-4 hour rental duration", "Standard bounce castle", "Free delivery within 10 miles", "Safety briefing included"],
|
||||
"Classic Rainbow or Tropical Castle", "2-4 hour rental duration", "Free delivery within 10 miles", "Safety briefing and liability coverage"],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Premium", badgeIcon: Sparkles,
|
||||
price: "$189 - $299", subtitle: "Ideal for larger events and corporate functions", buttons: [
|
||||
price: "$189 - $299", subtitle: "Ideal for larger events, corporate functions, and school celebrations", buttons: [
|
||||
{ text: "Select Plan", href: "contact" },
|
||||
{ text: "Calculate Costs", href: "contact" },
|
||||
],
|
||||
features: [
|
||||
"4-8 hour rental duration", "Deluxe or themed castle", "Free delivery up to 25 miles", "Attendant supervision available"],
|
||||
"Princess Castle with Slide or Adventure Island", "4-8 hour rental duration", "Free delivery up to 25 miles", "Attendant supervision available", "Add-on decorations and music system options"],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Deluxe", badgeIcon: Crown,
|
||||
price: "$299 - $599", subtitle: "Complete entertainment solution with multiple attractions", buttons: [
|
||||
id: "3", badge: "Elite", badgeIcon: Crown,
|
||||
price: "$299 - $599", subtitle: "Complete entertainment solution with multiple attractions and full-day options", buttons: [
|
||||
{ text: "Select Plan", href: "contact" },
|
||||
{ text: "Calculate Costs", href: "contact" },
|
||||
],
|
||||
features: [
|
||||
"Full-day rental (8+ hours)", "Multi-castle combo setup", "Free delivery region-wide", "Professional staff included"],
|
||||
"Ultimate Mega Combo Park setup", "Full-day rental (8+ hours available)", "Multi-castle combo configurations", "Free delivery region-wide", "Professional staff and attendants included"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -166,17 +172,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/view-active-positive-family-having-fun-jumping-park-together-with-kids-mother-father-embracing-their-two-son-holding-by-hands-concept-family-relationship_132075-12515.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/view-active-positive-family-having-fun-jumping-park-together-with-kids-mother-father-embracing-their-two-son-holding-by-hands-concept-family-relationship_132075-12515.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/three-pretty-girls-blowing-candles-cake-birthday-party_23-2147969735.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/three-pretty-girls-blowing-candles-cake-birthday-party_23-2147969735.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-family-celebrating-birthday-together_23-2150572123.jpg", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-family-celebrating-birthday-together_23-2150572123.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-women-jumping_23-2148885453.jpg", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-women-jumping_23-2148885453.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-children-holding-balloons-gift-standing-blue-background_23-2148046241.jpg", imageAlt: "Jessica Martinez"},
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-children-holding-balloons-gift-standing-blue-background_23-2148046241.jpg", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Thomas Wright", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144069.jpg", imageAlt: "Thomas Wright"},
|
||||
id: "6", name: "Thomas Wright", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144069.jpg", imageAlt: "Thomas Wright"
|
||||
},
|
||||
]}
|
||||
cardTitle="Over 5,000 families have trusted Bounce Kingdom to make their celebrations unforgettable"
|
||||
cardTag="See what they say"
|
||||
@@ -193,17 +205,23 @@ export default function LandingPage() {
|
||||
tag="Help & Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How is the rental price calculated?", content: "Our pricing formula: <strong>Base Rate + (Duration Multiplier × Hours) + (Distance Fee if over 10 miles) + Optional Add-ons</strong>. For example: Standard Castle ($89 base) + (2-hour rental × $25/hour) = $139 total. Call us for a custom quote!"},
|
||||
id: "1", title: "How is the rental price calculated?", content: "Our pricing formula: <strong>Base Rate + (Duration Multiplier × Hours) + (Distance Fee if over 10 miles) + Optional Add-ons</strong>. For example: Classic Castle ($89 base) + (2-hour rental × $25/hour) = $139 total. Call us for a custom quote!"
|
||||
},
|
||||
{
|
||||
id: "2", title: "What are your delivery fees?", content: "Free delivery within 10 miles of our facility. Beyond 10 miles: $1 per mile. For example, a 25-mile delivery would add $15 to your total. We service the greater metro area and surrounding regions."},
|
||||
id: "2", title: "What are your delivery fees?", content: "Free delivery within 10 miles of our facility. Beyond 10 miles: $1 per mile. For example, a 25-mile delivery would add $15 to your total. We service the greater metro area and surrounding regions."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How long can I rent a castle?", content: "Minimum rental: 2 hours. Maximum: Full-day rentals (8+ hours available). Our pricing adjusts based on duration—the longer your rental, the better the hourly rate. Half-day and full-day options provide excellent value."},
|
||||
id: "3", title: "How long can I rent a castle?", content: "Minimum rental: 2 hours. Maximum: Full-day rentals (8+ hours available). Our pricing adjusts based on duration—the longer your rental, the better the hourly rate. Half-day and full-day options provide excellent value."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What's included in the rental?", content: "Every rental includes: Professional setup and takedown, safety briefing, inflation system, basic cleaning, and liability protection. Premium packages add attendant supervision, weather covers, and themed decorations."},
|
||||
id: "4", title: "What's included in the rental?", content: "Every rental includes: Professional setup and takedown, safety briefing, inflation system, basic cleaning, and liability protection. Premium packages add attendant supervision, weather covers, and themed decorations."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer add-ons or upgrades?", content: "Yes! Popular add-ons include: Attendant supervision ($50/hour), weather protection cover ($25), themed decorations ($35), colored lighting package ($40), and sound system rental ($60). Mix and match for your perfect event."},
|
||||
id: "5", title: "Do you offer add-ons or upgrades?", content: "Yes! Popular add-ons include: Attendant supervision ($50/hour), weather protection cover ($25), themed decorations ($35), colored lighting package ($40), and sound system rental ($60). Mix and match for your perfect event."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What's your cancellation policy?", content: "Cancellations made 48+ hours in advance receive a full refund. Between 24-48 hours: 50% refund. Less than 24 hours: No refund. Weather-related cancellations receive full credit toward a future rental at no additional charge."},
|
||||
id: "6", title: "What's your cancellation policy?", content: "Cancellations made 48+ hours in advance receive a full refund. Between 24-48 hours: 50% refund. Less than 24 hours: No refund. Weather-related cancellations receive full credit toward a future rental at no additional charge."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -231,10 +249,10 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Castles", items: [
|
||||
{ label: "Standard Bounce", href: "#products" },
|
||||
{ label: "Deluxe with Slide", href: "#products" },
|
||||
{ label: "Premium Themed", href: "#products" },
|
||||
{ label: "Combo Park", href: "#products" },
|
||||
{ label: "Classic Rainbow", href: "#products" },
|
||||
{ label: "Princess with Slide", href: "#products" },
|
||||
{ label: "Adventure Island", href: "#products" },
|
||||
{ label: "Mega Combo Park", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user