6 Commits

Author SHA1 Message Date
0d7aa9b5db Update theme colors 2026-05-08 05:19:12 +00:00
8fe7343aa1 Update theme colors 2026-05-08 05:19:05 +00:00
95c7bf1262 Update src/app/page.tsx 2026-05-08 05:01:57 +00:00
1796c8e611 Merge version_3 into main
Merge version_3 into main
2026-05-08 05:00:15 +00:00
9efd14b16c Merge version_3 into main
Merge version_3 into main
2026-05-08 04:59:51 +00:00
f67d1a3bef Merge version_3 into main
Merge version_3 into main
2026-05-08 04:59:22 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Master Bedroom" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg", imageAlt: "Luxury Kitchen" },
]}
buttons={[{ text: "Start Your Project", href: "#contact" }]}
buttons={[{ text: "Book Your Design Consultation", href: "#contact" }]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);