From 1e3a69523eeca678d98863b17a4940231b861169 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 15:56:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++--------------------------------------- 1 file changed, 45 insertions(+), 236 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e86cca..d8d24d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BookOpen, Palette, Sparkles } from "lucide-react"; +import { Baby, BookOpen, Palette, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -177,29 +93,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Age-Appropriate Programs", - description: "Tailored activities for every developmental stage.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-together-kindergarten_23-2148633301.jpg", - imageAlt: "Programs", - }, + title: "Age-Appropriate Programs", description: "Tailored activities for every developmental stage.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-together-kindergarten_23-2148633301.jpg", imageAlt: "Programs"}, items: [ - { - icon: Baby, - text: "6 months to 6 years", - }, - { - icon: BookOpen, - text: "Early literacy focus", - }, - { - icon: Palette, - text: "Creative arts exploration", - }, + { icon: Baby, text: "6 months to 6 years" }, + { icon: BookOpen, text: "Early literacy focus" }, + { icon: Palette, text: "Creative arts exploration" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/excited-kids-sitting-grass-park-looking-away-together-watching-performance-animators-show-kids-party-friendship-concept_74855-11677.jpg?_wi=3", - imageAlt: "preschool children playing outdoors", }, ]} title="Why Choose Smart Parrots?" @@ -214,21 +115,9 @@ export default function LandingPage() { tag="Our Experts" membersAnimation="slide-up" members={[ - { - id: "t1", - name: "Jane Doe", - imageSrc: "http://img.b2bpic.net/free-photo/mother-child-daughter-draws-creatively-home-table_1153-9656.jpg?_wi=2", - }, - { - id: "t2", - name: "Mark Smith", - imageSrc: "http://img.b2bpic.net/free-photo/children-playing-with-their-kindergarten-teacher_23-2148633345.jpg?_wi=2", - }, - { - id: "t3", - name: "Emily White", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=2", - }, + { id: "t1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/mother-child-daughter-draws-creatively-home-table_1153-9656.jpg" }, + { id: "t2", name: "Mark Smith", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-with-their-kindergarten-teacher_23-2148633345.jpg" }, + { id: "t3", name: "Emily White", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg" }, ]} memberVariant="card" /> @@ -240,20 +129,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "4", - title: "Centers", - description: "Across Dunoon", - imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511045.jpg", - }, - { - id: "m2", - value: "15+", - title: "Years", - description: "Of Excellence", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-candies-pens_23-2147654407.jpg", - }, + { id: "m1", value: "4", title: "Centers", description: "Across Dunoon", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511045.jpg" }, + { id: "m2", value: "15+", title: "Years", description: "Of Excellence", imageSrc: "http://img.b2bpic.net/free-photo/sweet-candies-pens_23-2147654407.jpg" }, ]} title="Our Impact in Numbers" description="Growing strong through numbers and community." @@ -264,62 +141,13 @@ export default function LandingPage() { @@ -330,21 +158,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "What ages do you cater for?", - content: "We care for children aged 6 months to 6 years.", - }, - { - id: "f2", - title: "Do you have multiple locations?", - content: "Yes, we have 4 centers located in and around Dunoon.", - }, - { - id: "f3", - title: "How do I enroll?", - content: "You can contact us through our website to book a tour and start the enrollment process.", - }, + { id: "f1", title: "What ages do you cater for?", content: "We care for children aged 6 months to 6 years." }, + { id: "f2", title: "Do you have multiple locations?", content: "Yes, we have 4 centers located in and around Dunoon." }, + { id: "f3", title: "How do I enroll?", content: "You can contact us through our website to book a tour and start the enrollment process." }, ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -355,16 +171,9 @@ export default function LandingPage() {
-- 2.49.1