Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-06 03:27:32 +00:00
2 changed files with 33 additions and 75 deletions

View File

@@ -1,74 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "FuNtus Kids Play Area - Indoor Playground in Bengaluru",
description: "FuNtus is Bengaluru's premier safe, clean indoor playground with 8 play zones, birthday parties, and family-friendly activities. Book your visit today!",
keywords: "indoor playground Bengaluru, kids play area, birthday parties, safe play zones, family activities",
metadataBase: new URL("https://funtuskids.com"),
alternates: {
canonical: "https://funtuskids.com",
},
openGraph: {
title: "FuNtus Kids Play Area - Where Imagination Runs Wild",
description: "Discover the joy of FuNtus - Bengaluru's safest indoor playground with engaging play zones for all ages.",
url: "https://funtuskids.com",
siteName: "FuNtus Kids Play Area",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/girl-enjoying-colorful-ball-pit_23-2148361508.jpg",
alt: "Kids playing at FuNtus Play Area",
},
],
},
twitter: {
card: "summary_large_image",
title: "FuNtus Kids Play Area",
description: "Book your child's adventure at Bengaluru's safest indoor playground today!",
images: ["http://img.b2bpic.net/free-photo/girl-enjoying-colorful-ball-pit_23-2148361508.jpg"],
},
robots: {
index: true,
follow: true,
},
};
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,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1436,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -47,11 +47,14 @@ export default function HomePage() {
description="FuNtus Kids Play Area is Bengaluru's premier indoor playground, featuring safe, engaging play zones designed for children of all ages. Book a visit today and watch your child have the time of their life!"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/family-resting-home_1098-838.jpg", alt: "Happy Parent 1"},
src: "http://img.b2bpic.net/free-photo/family-resting-home_1098-838.jpg", alt: "Happy Parent 1"
},
{
src: "http://img.b2bpic.net/free-photo/kids-rage-siblings-spend-time-together-hug-laugh_72229-622.jpg", alt: "Happy Parent 2"},
src: "http://img.b2bpic.net/free-photo/kids-rage-siblings-spend-time-together-hug-laugh_72229-622.jpg", alt: "Happy Parent 2"
},
{
src: "http://img.b2bpic.net/free-photo/brother-sister-are-playing-together-two-children-playing-with-wooden-airplane-outdoor_146671-14973.jpg", alt: "Happy Parent 3"},
src: "http://img.b2bpic.net/free-photo/brother-sister-are-playing-together-two-children-playing-with-wooden-airplane-outdoor_146671-14973.jpg", alt: "Happy Parent 3"
},
]}
avatarText="Trusted by 5000+ Happy Families"
buttons={[
@@ -67,6 +70,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Us"
tagIcon={ShieldCheck}
title="Creating Joyful Memories for Families"
description="FuNtus Kids Play Area has been Bengaluru's trusted destination for indoor play since 2018. We provide a safe, clean, and stimulating environment where children can explore, learn, and have fun. Our dedicated team ensures every child leaves with a smile and every parent leaves with peace of mind."
metrics={[
@@ -89,7 +93,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Bengaluru Parenting Network", "Kids Activities Hub", "Family Fun Guide", "Safe Play Zone Certified", "Bengaluru Family Magazine", "Kids Wellness Association", "Quality Play Centers", "Parent Community Badge"]}
"Bengaluru Parenting Network", "Kids Activities Hub", "Family Fun Guide", "Safe Play Zone Certified", "Bengaluru Family Magazine", "Kids Wellness Association", "Quality Play Centers", "Parent Community Badge"
]}
speed={40}
showCard={true}
/>
@@ -183,25 +188,33 @@ export default function HomePage() {
{
title: "Contact Info", items: [
{
label: "📍 Bangalore Tech Park, Bengaluru", href: "#"},
label: "📍 Bangalore Tech Park, Bengaluru", href: "#"
},
{
label: "📞 +91-98765-43210", href: "tel:+919876543210"},
label: "📞 +91-98765-43210", href: "tel:+919876543210"
},
{
label: "📧 info@funtuskids.com", href: "mailto:info@funtuskids.com"},
label: "📧 info@funtuskids.com", href: "mailto:info@funtuskids.com"
},
{
label: "🕒 Mon-Sun: 10AM-8PM", href: "#"},
label: "🕒 Mon-Sun: 10AM-8PM", href: "#"
},
],
},
{
title: "Follow Us", items: [
{
label: "Facebook", href: "https://facebook.com/funtuskids"},
label: "Facebook", href: "https://facebook.com/funtuskids"
},
{
label: "Instagram", href: "https://instagram.com/funtuskids"},
label: "Instagram", href: "https://instagram.com/funtuskids"
},
{
label: "YouTube", href: "https://youtube.com/funtuskids"},
label: "YouTube", href: "https://youtube.com/funtuskids"
},
{
label: "Twitter", href: "https://twitter.com/funtuskids"},
label: "Twitter", href: "https://twitter.com/funtuskids"
},
],
},
]}
@@ -210,4 +223,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}