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() {