9 Commits

Author SHA1 Message Date
d21f6304fc Update theme colors 2026-04-06 00:56:21 +00:00
69c6222110 Update theme colors 2026-04-06 00:56:15 +00:00
ca51821285 Update src/app/page.tsx 2026-04-06 00:55:36 +00:00
2f4181134a Update theme colors 2026-04-06 00:54:03 +00:00
84bfeadf8c Update src/app/page.tsx 2026-04-06 00:49:49 +00:00
9d334d4770 Update src/app/page.tsx 2026-04-06 00:45:50 +00:00
f2cefd155f Update src/app/page.tsx 2026-04-06 00:42:45 +00:00
de9fad8bfa Merge version_1 into main
Merge version_1 into main
2026-04-06 00:29:22 +00:00
9c17c2e5a3 Merge version_1 into main
Merge version_1 into main
2026-04-06 00:28:56 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -45,18 +45,18 @@ export default function LandingPage() {
title="Welcome to CrayonCaves Preschool"
description="A safe, fun, and nurturing place for early childhood learning in the heart of Montreal."
buttons={[
{ text: "Enroll Now", href: "#contact" },
{ text: "Book a Visit", href: "#contact" },
{ text: "", href: "#contact" },
{ text: "", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-child-having-brush-her-chic-curly-blond-hair-wearing-blue-shirt-white-t-shirt-she-is-showing-her-painted-fingers-looking-camera-gray-background_639032-1599.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BxehZz1db7mhm5DOYcyzze2XoK/uploaded-1775436387191-qeyo354v.png"
imageAlt="Happy child learning in a preschool environment"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/high-angle-kids-learning-planets_23-2149355202.jpg", alt: "Teacher 1" },
{ src: "http://img.b2bpic.net/free-photo/view-young-students_23-2151110052.jpg", alt: "Teacher 2" },
{ src: "http://img.b2bpic.net/free-photo/girl-playing-with-colorful-bricks_23-2147783666.jpg", alt: "Teacher 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BxehZz1db7mhm5DOYcyzze2XoK/uploaded-1775436752194-z2bhxsgp.jpg", alt: "Teacher 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BxehZz1db7mhm5DOYcyzze2XoK/uploaded-1775436770204-7hu6ub2p.jpg", alt: "Teacher 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BxehZz1db7mhm5DOYcyzze2XoK/uploaded-1775436786864-m4sg3j6t.jpg", alt: "Teacher 3" },
{ src: "http://img.b2bpic.net/free-photo/colorful-paper-chains-still-life_23-2149254017.jpg", alt: "Teacher 4" },
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-with-book_23-2147663438.jpg", alt: "Teacher 5" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BxehZz1db7mhm5DOYcyzze2XoK/uploaded-1775436807670-nx47ajyl.jpg", alt: "Teacher 5" },
]}
avatarText="Trusted by over 500+ happy families"
marqueeItems={[
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdfbf7;
--card: #ffffff;
--foreground: #2e2521;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #fde047;
--background-accent: #e8f5e9;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);