From 3a9ecc563270ee0fa713153b3000d471d8d1bc99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:52:37 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 78 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 59 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2458ab1..c615840 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,33 +8,28 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -93,28 +73,8 @@ export default function LandingPage() { @@ -122,4 +82,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 96caeebdba5018e60ee479bb4ef16ae1ff7c538a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:52:37 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 88 +++++++++------------------------------- 1 file changed, 19 insertions(+), 69 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5351555..9aa621d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,33 +8,28 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -104,28 +74,8 @@ export default function LandingPage() { @@ -133,4 +83,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 820c7170a9fa5ce034a3e2412ddc449cdd4eb96e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:52:38 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 269 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 229 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc3d53c..cfeb4e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,27 +17,22 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -275,16 +114,8 @@ export default function LandingPage() { title="A Day at Little Sprouts" description="Exploration, discovery, and connection." features={[ - { - title: "Interactive Play", - description: "Hands-on learning with blocks and puzzles.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-boy-eating-sandwich-smiling-his-lunch-break-kindergarten_662251-2621.jpg", - }, - { - title: "Outdoor Adventure", - description: "Safe garden exploration and gross motor play.", - imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-with-brain-teaser-toys_23-2149511986.jpg", - }, + { title: "Interactive Play", description: "Hands-on learning with blocks and puzzles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-boy-eating-sandwich-smiling-his-lunch-break-kindergarten_662251-2621.jpg" }, + { title: "Outdoor Adventure", description: "Safe garden exploration and gross motor play.", imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-with-brain-teaser-toys_23-2149511986.jpg" }, ]} /> @@ -293,28 +124,8 @@ export default function LandingPage() { @@ -322,4 +133,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 3799b5d66354be05178ca4a461fa4464027d162e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:52:38 +0000 Subject: [PATCH 4/4] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 131 +++++++------------------------------- 1 file changed, 23 insertions(+), 108 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index c3cc509..f30c067 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -8,33 +8,28 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function ProgramsPage() { return ( @@ -147,28 +82,8 @@ export default function LandingPage() { @@ -176,4 +91,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1