From d65d0dd172f37e4949e82feb78de543b33f62eef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:15:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39da71a..1c936e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Heart, Sparkles, Calendar, Star, Mail, Linkedin, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { @@ -53,17 +53,23 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/adorable-caucasian-girl-playing-with-hoops-sitting-floor-kindergarten_839833-5028.jpg", imageAlt: "Pediatric therapy session"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/adorable-caucasian-girl-playing-with-hoops-sitting-floor-kindergarten_839833-5028.jpg", imageAlt: "Pediatric therapy session" + }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079441.jpg", imageAlt: "Life skills training"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079441.jpg", imageAlt: "Life skills training" + }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/invalid-old-woman-wheelchair-doing-rehab-training-with-support-from-doctor-disabled-handicapped-old-person-recovering-professional-help-nurse-nursing-retirement-home-treatment-rehabilitation_482257-3358.jpg", imageAlt: "Adult occupational therapy"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/invalid-old-woman-wheelchair-doing-rehab-training-with-support-from-doctor-disabled-handicapped-old-person-recovering-professional-help-nurse-nursing-retirement-home-treatment-rehabilitation_482257-3358.jpg", imageAlt: "Adult occupational therapy" + }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171411.jpg", imageAlt: "Independence building"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171411.jpg", imageAlt: "Independence building" + }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/woman-little-girl-holding-foam-rollers-sitting-gym-mat_169016-40065.jpg", imageAlt: "Therapeutic activities"}, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/woman-little-girl-holding-foam-rollers-sitting-gym-mat_169016-40065.jpg", imageAlt: "Therapeutic activities" + }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-medication-treatment_482257-67121.jpg", imageAlt: "Professional care environment"}, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-medication-treatment_482257-67121.jpg", imageAlt: "Professional care environment" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -163,7 +169,6 @@ export default function LandingPage() { id: "testimonial-4", name: "Sarah Chen", role: "Parent", testimonial: "Kyosha made occupational therapy fun and effective for my child. Her warm approach and clear communication made us feel heard and supported throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-standing-with-folded-arms-window_1098-17204.jpg", imageAlt: "Sarah Chen, parent", icon: Heart, }, ]} - gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1