diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff121a5..7990761 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,48 +41,17 @@ export default function LandingPage() {
@@ -100,43 +60,12 @@ export default function LandingPage() {
@@ -163,13 +83,12 @@ export default function LandingPage() {
@@ -179,46 +98,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- title: "Great Experience",
- quote: "Rare expertise! They did a perfect job.",
- name: "Sarah J.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
- },
- {
- id: "t2",
- title: "Highly Recommend",
- quote: "Professional and neat throughout the project.",
- name: "Mike D.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
- },
- {
- id: "t3",
- title: "Reliable Pros",
- quote: "Trustworthy and fair pricing. Very happy.",
- name: "Elena R.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg",
- },
- {
- id: "t4",
- title: "Excellent Team",
- quote: "Derek and his team were prompt and helpful.",
- name: "Tom B.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
- },
- {
- id: "t5",
- title: "Top Tier",
- quote: "Clean work, fast install, amazing results.",
- name: "Lisa G.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-businesswoman-posing-with-arms-folded_1262-20950.jpg",
- },
+ { id: "t1", title: "Great Experience", quote: "Rare expertise! They did a perfect job.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg?w=200" },
+ { id: "t2", title: "Highly Recommend", quote: "Professional and neat throughout the project.", name: "Mike D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?w=200" },
+ { id: "t3", title: "Reliable Pros", quote: "Trustworthy and fair pricing. Very happy.", name: "Elena R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg?w=200" },
]}
title="Client Feedback"
description="What our customers are saying about our quality."
@@ -228,33 +110,10 @@ export default function LandingPage() {
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 4908a4e..eee671e 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: #f9f9f9;
- --foreground: #0A192F;
- --primary-cta: #007BFF;
+ --background: #f5f4ef;
+ --card: #dad6cd;
+ --foreground: #2a2928;
+ --primary-cta: #2a2928;
--primary-cta-text: #ffffff;
- --secondary-cta: #ffffff;
+ --secondary-cta: #ecebea;
--secondary-cta-text: #0A192F;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --accent: #ffffff;
+ --background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);