diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 174c801..d2222e4 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -27,21 +27,13 @@ export default function LandingPage() {
@@ -54,14 +46,10 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Projects",
- value: "2000+",
- },
+ label: "Projects", value: "2000+"},
{
icon: Shield,
- label: "Guarantees",
- value: "100%",
- },
+ label: "Guarantees", value: "100%"},
]}
metricsAnimation="slide-up"
/>
@@ -71,8 +59,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 406b84a..40417b1 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,21 +25,13 @@ export default function LandingPage() {
@@ -49,8 +41,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index eab5b14..a2c8308 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -26,21 +26,13 @@ export default function LandingPage() {
@@ -53,35 +45,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "s1",
- title: "Roof Inspection",
- author: "Pro",
- description: "Comprehensive diagnostics.",
- tags: [
- "service",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
- },
+ id: "s1", title: "Roof Inspection", author: "Pro", description: "Comprehensive diagnostics.", tags: [
+ "service"],
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg"},
{
- id: "s2",
- title: "Installation",
- author: "Pro",
- description: "Expert high-end installation.",
- tags: [
- "service",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg",
- },
+ id: "s2", title: "Installation", author: "Pro", description: "Expert high-end installation.", tags: [
+ "service"],
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg"},
{
- id: "s3",
- title: "Roof Repair",
- author: "Pro",
- description: "Quick and reliable repairs.",
- tags: [
- "service",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg",
- },
+ id: "s3", title: "Roof Repair", author: "Pro", description: "Quick and reliable repairs.", tags: [
+ "service"],
+ imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg"},
]}
title="Our Professional Services"
description="Complete roofing solutions done right."
@@ -92,8 +66,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index dc60a27..cd6ffb7 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #FFFFFF;
- --card: #0D0D0D;
- --foreground: #0D0D0D;
- --primary-cta: #C8A96A;
+ --background: #f5f5f5;
+ --card: #ffffff;
+ --foreground: #1c1c1c;
+ --primary-cta: #1c1c1c;
--primary-cta-text: #0D0D0D;
- --secondary-cta: #4A4A4A;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #FFFFFF;
- --accent: #C8A96A;
- --background-accent: #F5F5F5;
+ --accent: #a8cce8;
+ --background-accent: #e0eaf2;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);