diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bf45e3d..a677265 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "FuNtus Kids Play Area - Safe Indoor Play Zones in Bengaluru", description: "FuNtus Kids Play Area is Bengaluru's premier indoor playground with safe, engaging play zones for children of all ages. Book your visit today!"}; + title: "FuNtus Kids Play Area - Safe Indoor Play Zones in Bengaluru", description: "FuNtus Kids Play Area is Bengaluru's premier indoor playground with safe, engaging play zones for children of all ages. Book your visit today!" +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b22c6b..ca21ea3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { ShieldCheck, Video, Heart, Award, TrendingUp, Users } from "lucide-react"; +import { ShieldCheck, Video, Heart, Award, TrendingUp, Users, Sparkles, Wind, Zap } from "lucide-react"; export default function HomePage() { return ( @@ -64,6 +64,14 @@ export default function HomePage() { buttonAnimation="slide-up" background={{ variant: "downward-rays-static" }} ariaLabel="FuNtus Kids Play Area Hero Section" + marqueeItems={[ + { type: "text-icon", text: "Soft Play", icon: Sparkles }, + { type: "text-icon", text: "Trampoline", icon: Zap }, + { type: "text-icon", text: "Slide Zone", icon: Wind }, + { type: "text-icon", text: "Ball Pit", icon: Award }, + ]} + marqueeSpeed={30} + showMarqueeCard={true} /> @@ -223,4 +231,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file