38 Commits

Author SHA1 Message Date
8e354f6519 Update theme colors 2026-03-14 05:38:02 +00:00
4e3126afcb Update theme colors 2026-03-14 05:37:51 +00:00
f1e9701e3f Update theme colors 2026-03-14 05:36:52 +00:00
80bd275f3c Update theme colors 2026-03-14 05:36:40 +00:00
fca0a867ed Update theme colors 2026-03-14 05:35:21 +00:00
a8dd152a55 Update theme colors 2026-03-14 05:33:07 +00:00
9b3898b778 Update theme colors 2026-03-14 05:31:37 +00:00
2bc2e1c28a Update theme colors 2026-03-14 05:29:43 +00:00
823dcafb18 Update theme colors 2026-03-14 05:27:36 +00:00
9f650610a8 Update theme colors 2026-03-14 05:27:15 +00:00
6bd323e31e Update theme colors 2026-03-14 05:26:50 +00:00
8f8e95d391 Update theme colors 2026-03-14 05:26:29 +00:00
cca4393db8 Update theme colors 2026-03-14 05:26:05 +00:00
c09294066e Update theme colors 2026-03-14 05:25:41 +00:00
3ede1bd17f Update theme colors 2026-03-14 05:25:00 +00:00
14188592bd Update theme colors 2026-03-14 05:24:22 +00:00
3f7cf5bed9 Update theme colors 2026-03-14 05:21:25 +00:00
1ad0afda5b Update theme colors 2026-03-14 05:20:35 +00:00
6afd2e0637 Update theme colors 2026-03-14 05:19:57 +00:00
dd8a8bc149 Update theme colors 2026-03-14 05:19:24 +00:00
8e0dff0b8a Update theme colors 2026-03-14 05:18:47 +00:00
ca971f65fa Update theme colors 2026-03-14 05:18:20 +00:00
57ff923d8b Update theme colors 2026-03-14 05:17:56 +00:00
088944e326 Update theme colors 2026-03-14 05:17:04 +00:00
c141738772 Update theme colors 2026-03-14 05:14:59 +00:00
d7b085175b Update theme colors 2026-03-14 05:14:21 +00:00
256d560764 Update theme colors 2026-03-14 05:12:12 +00:00
1541a8275e Update theme colors 2026-03-14 05:11:05 +00:00
aa2275812e Update theme colors 2026-03-14 05:09:58 +00:00
60a60f8fbd Update theme colors 2026-03-14 05:09:26 +00:00
8a5747dfd6 Update theme colors 2026-03-14 05:08:33 +00:00
1fbd8bd128 Update theme colors 2026-03-14 05:08:00 +00:00
20345a1229 Update theme colors 2026-03-14 05:05:16 +00:00
1ff773f782 Update theme colors 2026-03-14 05:04:21 +00:00
3fcbc2e77d Update theme colors 2026-03-14 05:03:00 +00:00
6021161d55 Update src/app/page.tsx 2026-03-14 04:59:16 +00:00
135789f190 Merge version_1 into main
Merge version_1 into main
2026-03-14 04:41:33 +00:00
5ed88a4fae Merge version_1 into main
Merge version_1 into main
2026-03-14 04:41:12 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{ text: "Browse Our Services", href: "/services" },
{ text: "Book a Consultation", href: "/contact" },
{ text: "Book a Meet & Greet", href: "/contact" },
]}
buttonAnimation="slide-up"
leftCarouselItems={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
--background: #f5e8ee;
--card: #fdffe8;
--foreground: #4E3F3a;
--primary-cta: #8FAE93;
--primary-cta-text: #FFFFFf;
--secondary-cta: #F4C6Cc;
--secondary-cta-text: #7A645c;
--accent: #A8BFA3;
--background-accent: #FDE8Ec;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);