Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-03-26 06:04:46 +00:00

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Heart, Home, Palette, Quote, Shield, ShieldCheck, Smile, Sparkles, Star } from "lucide-react";
import { Heart, Home, Palette, Quote, Shield, ShieldCheck, Smile, Sparkles, Star, PartyPopper } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,35 +29,23 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "About Us",
id: "about",
href: "/about",
name: "About Us", id: "about"
},
{
name: "Activities",
id: "activities",
href: "/activities",
name: "Activities", id: "activities"
},
{
name: "Parties",
id: "parties",
href: "/parties",
name: "Parties", id: "parties"
},
{
name: "Gallery",
id: "gallery",
href: "/gallery",
name: "Gallery", id: "gallery"
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "contact"
}
]}
brandName="FUN HOUZ"
/>
@@ -73,30 +61,22 @@ export default function LandingPage() {
tagIcon={Sparkles}
buttons={[
{
text: "Explore Activities",
href: "/activities",
text: "Explore Activities", href: "/activities"
},
{
text: "Book Your Visit",
href: "/contact",
},
text: "Book Your Visit", href: "/contact"
}
]}
bulletPoints={[
{
title: "Safe & Supervised Environment",
description: "Our facility is meticulously maintained, and our friendly staff ensures a secure play experience for every child.",
icon: ShieldCheck,
title: "Safe & Supervised Environment", description: "Our facility is meticulously maintained, and our friendly staff ensures a secure play experience for every child.", icon: ShieldCheck
},
{
title: "Diverse Activities for All Ages",
description: "From toddlers to teens, we offer a wide range of games, rides, and interactive experiences.",
icon: Palette,
title: "Diverse Activities for All Ages", description: "From toddlers to teens, we offer a wide range of games, rides, and interactive experiences.", icon: Palette
},
{
title: "Stress-Free Party Planning",
description: "Celebrate birthdays and special occasions with us! We handle all the details for a memorable event.",
icon: PartyPopper,
},
title: "Stress-Free Party Planning", description: "Celebrate birthdays and special occasions with us! We handle all the details for a memorable event.", icon: PartyPopper
}
]}
imageSrc="http://img.b2bpic.net/free-photo/family-three-spending-time-together-outdoors-father-s-day_23-2150167745.jpg?_wi=2"
imageAlt="Happy family enjoying time together at FUN HOUZ"
@@ -105,40 +85,35 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureHoverPattern
<FeatureCardSeven
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
features={[
{
icon: Shield,
title: "Safety First",
description: "Our play zones are designed with the highest safety standards and are continuously monitored by trained staff.",
id: 1,
title: "Safety First", description: "Our play zones are designed with the highest safety standards and are continuously monitored by trained staff.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-playing-indoors_23-2150126783.jpg", imageAlt: "Kids playing safely in an indoor zone"
},
{
icon: Smile,
title: "Joyful Experiences",
description: "We craft experiences that bring smiles, laughter, and lasting happy memories to every child and family.",
id: 2,
title: "Joyful Experiences", description: "We craft experiences that bring smiles, laughter, and lasting happy memories to every child and family.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604344.jpg", imageAlt: "Happy children enjoying a joyful experience"
},
{
icon: Blocks,
title: "Creative Play",
description: "Our diverse range of activities encourages imagination, problem-solving, and active engagement.",
id: 3,
title: "Creative Play", description: "Our diverse range of activities encourages imagination, problem-solving, and active engagement.", imageSrc: "http://img.b2bpic.net/free-photo/family-three-spending-time-together-outdoors-father-s-day_23-2150167745.jpg", imageAlt: "Children engaged in creative play"
},
{
icon: Home,
title: "Family Friendly",
description: "We cater to families, ensuring comfortable spaces and activities enjoyable for both kids and adults.",
id: 4,
title: "Family Friendly", description: "We cater to families, ensuring comfortable spaces and activities enjoyable for both kids and adults.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-spend-time-bedroom_1157-35168.jpg", imageAlt: "A family enjoying friendly activities together"
},
{
icon: HandPlatter,
title: "Impeccable Cleanliness",
description: "Our facility maintains rigorous cleaning protocols to ensure a hygienic and healthy environment for everyone.",
id: 5,
title: "Impeccable Cleanliness", description: "Our facility maintains rigorous cleaning protocols to ensure a hygienic and healthy environment for everyone.", imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-concept_23-2148498375.jpg", imageAlt: "Cleanliness and hygiene at FUN HOUZ"
},
{
icon: Star,
title: "Unforgettable Moments",
description: "From casual visits to special events, we strive to make every moment spent at FUN HOUZ truly special.",
},
id: 6,
title: "Unforgettable Moments", description: "From casual visits to special events, we strive to make every moment spent at FUN HOUZ truly special.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smilling-woman-playing-air-hockey_23-2148253043.jpg", imageAlt: "Kids making unforgettable moments"
}
]}
title="Why Choose FUN HOUZ?"
description="We are dedicated to creating an environment where joy thrives, creativity flourishes, and every family feels valued and entertained. Our core values guide everything we do."
@@ -154,20 +129,14 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "1",
value: "1000+",
description: "Happy Kids Every Week",
id: "1", value: "1000+", description: "Happy Kids Every Week"
},
{
id: "2",
value: "50+",
description: "Exciting Games & Activities",
id: "2", value: "50+", description: "Exciting Games & Activities"
},
{
id: "3",
value: "100%",
description: "Family Fun Guaranteed",
},
id: "3", value: "100%", description: "Family Fun Guaranteed"
}
]}
metricsAnimation="slide-up"
/>
@@ -181,53 +150,23 @@ export default function LandingPage() {
uniformGridCustomHeightClasses="min-h-none"
testimonials={[
{
id: "1",
name: "Anjali Sharma",
role: "Parent",
testimonial: "FUN HOUZ is truly a lifesaver for parents! My kids absolutely love it here. The staff are so friendly, and there are endless activities to keep them entertained. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg?_wi=1",
imageAlt: "Anjali Sharma",
id: "1", name: "Anjali Sharma", role: "Parent", testimonial: "FUN HOUZ is truly a lifesaver for parents! My kids absolutely love it here. The staff are so friendly, and there are endless activities to keep them entertained. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg?_wi=1", imageAlt: "Anjali Sharma"
},
{
id: "2",
name: "Rajesh Kumar",
role: "Parent",
testimonial: "We celebrated my son's birthday at FUN HOUZ, and it was a huge success. Everything was perfectly organized, and the kids had a blast. Best party venue in Begusarai!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-young-man-sitting-table-home_171337-19869.jpg?_wi=1",
imageAlt: "Rajesh Kumar",
id: "2", name: "Rajesh Kumar", role: "Parent", testimonial: "We celebrated my son's birthday at FUN HOUZ, and it was a huge success. Everything was perfectly organized, and the kids had a blast. Best party venue in Begusarai!", imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-young-man-sitting-table-home_171337-19869.jpg?_wi=1", imageAlt: "Rajesh Kumar"
},
{
id: "3",
name: "Priya Singh",
role: "Parent",
testimonial: "The indoor playground is fantastic very clean and well-maintained. It's a safe place for my children to burn off energy, and I appreciate the watchful eyes of the staff.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mom-cute-little-boy_329181-13808.jpg",
imageAlt: "Priya Singh",
id: "3", name: "Priya Singh", role: "Parent", testimonial: "The indoor playground is fantastic very clean and well-maintained. It's a safe place for my children to burn off energy, and I appreciate the watchful eyes of the staff.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mom-cute-little-boy_329181-13808.jpg", imageAlt: "Priya Singh"
},
{
id: "4",
name: "Vikram Malhotra",
role: "Parent",
testimonial: "My daughter loves the arcade games, and I enjoy the comfortable seating while watching her play. It's a great family outing spot with something for everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-smiling-confident-looking-side-park_839833-20591.jpg",
imageAlt: "Vikram Malhotra",
id: "4", name: "Vikram Malhotra", role: "Parent", testimonial: "My daughter loves the arcade games, and I enjoy the comfortable seating while watching her play. It's a great family outing spot with something for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-smiling-confident-looking-side-park_839833-20591.jpg", imageAlt: "Vikram Malhotra"
},
{
id: "5",
name: "Neha Gupta",
role: "Parent",
testimonial: "The variety of activities is impressive. From the soft play area for my toddler to the interactive games for my older child, everyone is happy!",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg?_wi=2",
imageAlt: "Neha Gupta",
id: "5", name: "Neha Gupta", role: "Parent", testimonial: "The variety of activities is impressive. From the soft play area for my toddler to the interactive games for my older child, everyone is happy!", imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg?_wi=2", imageAlt: "Neha Gupta"
},
{
id: "6",
name: "Sanjay Verma",
role: "Parent",
testimonial: "Cleanliness is a top priority, and it really shows. We feel very comfortable bringing our kids here, especially in these times. A truly wonderful place.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-young-man-sitting-table-home_171337-19869.jpg?_wi=2",
imageAlt: "Sanjay Verma",
},
id: "6", name: "Sanjay Verma", role: "Parent", testimonial: "Cleanliness is a top priority, and it really shows. We feel very comfortable bringing our kids here, especially in these times. A truly wonderful place.", imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-young-man-sitting-table-home_171337-19869.jpg?_wi=2", imageAlt: "Sanjay Verma"
}
]}
title="Hear From Our Happy Families"
description="Discover what parents are saying about their experiences at FUN HOUZ stories of joy, laughter, and unforgettable family moments."
@@ -240,56 +179,44 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "FUN HOUZ",
items: [
title: "FUN HOUZ", items: [
{
label: "About Us",
href: "/about",
label: "About Us", href: "/about"
},
{
label: "Activities",
href: "/activities",
label: "Activities", href: "/activities"
},
{
label: "Birthday Parties",
href: "/parties",
label: "Birthday Parties", href: "/parties"
},
{
label: "Gallery",
href: "/gallery",
},
],
label: "Gallery", href: "/gallery"
}
]
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
label: "Contact Us", href: "/contact"
},
{
label: "FAQs",
href: "/faq",
},
],
label: "FAQs", href: "/faq"
}
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "#",
label: "Facebook", href: "#"
},
{
label: "Instagram",
href: "#",
label: "Instagram", href: "#"
},
{
label: "YouTube",
href: "#",
},
],
},
label: "YouTube", href: "#"
}
]
}
]}
logoText="FUN HOUZ"
copyrightText="© 2024 FUN HOUZ Kids Entertainment Zone. All rights reserved."