7 Commits

Author SHA1 Message Date
bebbebee27 Update src/app/layout.tsx 2026-03-09 09:11:32 +00:00
b9a0195e19 Update src/app/styles/variables.css 2026-03-09 09:10:45 +00:00
98cbdd7fa6 Update src/app/page.tsx 2026-03-09 09:10:45 +00:00
4427ff437f Update src/app/layout.tsx 2026-03-09 09:10:45 +00:00
430ed321a6 Merge version_1 into main
Merge version_1 into main
2026-03-09 06:40:48 +00:00
d892016bfb Merge version_1 into main
Merge version_1 into main
2026-03-09 06:40:08 +00:00
d08a5eac75 Merge version_1 into main
Merge version_1 into main
2026-03-09 06:39:03 +00:00
3 changed files with 16 additions and 1418 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Projects", id: "projects" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Get Free Quote", href: "contact"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #00d9ff;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
--accent: #00d9ff;
--background-accent: #0066cc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);