From 8e524d914da6174932daefbde7e9dd91fef43df6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:25:24 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 68 +++++++++++------------------------------- 1 file changed, 17 insertions(+), 51 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b12ac7d..20cf7f5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,10 +46,11 @@ export default function AboutPage() { { value: "2018", title: "Founded" }, { value: "5000+", title: "Families Served" }, ]} - imageSrc="http://img.b2bpic.net/free-vector/shield-held-by-outline-hands_78370-4391.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/shield-held-by-outline-hands_78370-4391.jpg" imageAlt="Our Values & Commitment" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -57,32 +58,16 @@ export default function AboutPage() { Date: Fri, 6 Mar 2026 03:25:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 90 +++++++++++------------------------------------- 1 file changed, 21 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8e2917..2311897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,17 +47,11 @@ 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={[ @@ -79,10 +73,11 @@ export default function HomePage() { { value: "5000+", title: "Happy Families" }, { value: "8", title: "Play Zones" }, ]} - imageSrc="http://img.b2bpic.net/free-vector/shield-held-by-outline-hands_78370-4391.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/shield-held-by-outline-hands_78370-4391.jpg" imageAlt="FuNtus Safety Standards" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -94,15 +89,7 @@ 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} /> @@ -112,32 +99,16 @@ export default function HomePage() {