diff --git a/src/app/page.tsx b/src/app/page.tsx
index cf131d4..0e330c4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -30,16 +30,11 @@ export default function LandingPage() {
@@ -47,21 +42,13 @@ export default function LandingPage() {
@@ -82,12 +69,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- tag: "Electrical", title: "Expert Electrical Services", subtitle: "Reliable & Safe", description: "High-standard electrical wiring, panel upgrades, and smart home lighting installations.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66529.jpg"},
- {
- tag: "HVAC", title: "Advanced Climate Control", subtitle: "Efficient Comfort", description: "Professional installation and repair of air conditioning and heating systems for optimal year-round climate.", imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg"},
- {
- tag: "Plumbing", title: "Professional Plumbing", subtitle: "Fast Repair", description: "Comprehensive plumbing services, from leak repairs to complete bathroom and kitchen fixture installations.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg"},
+ { tag: "Electrical", title: "Expert Electrical Services", subtitle: "Reliable & Safe", description: "High-standard electrical wiring, panel upgrades, and smart home lighting installations.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66529.jpg" },
+ { tag: "HVAC", title: "Advanced Climate Control", subtitle: "Efficient Comfort", description: "Professional installation and repair of air conditioning and heating systems for optimal year-round climate.", imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg" },
+ { tag: "Plumbing", title: "Professional Plumbing", subtitle: "Fast Repair", description: "Comprehensive plumbing services, from leak repairs to complete bathroom and kitchen fixture installations.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg" },
]}
title="Comprehensive Technical Solutions"
description="From complex installations to routine maintenance, we provide high-quality services adapted to your specific requirements."
@@ -100,12 +84,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "15+", title: "Years Experience", description: "Serving satisfied customers since inception.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721544.jpg"},
- {
- id: "m2", value: "500+", title: "Projects Completed", description: "Reliable installations and successful repairs.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10805.jpg"},
- {
- id: "m3", value: "98%", title: "Satisfaction Rate", description: "Highly recommended for quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg"},
+ { id: "m1", value: "15+", title: "Years Experience", description: "Serving satisfied customers since inception.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721544.jpg" },
+ { id: "m2", value: "500+", title: "Projects Completed", description: "Reliable installations and successful repairs.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10805.jpg" },
+ { id: "m3", value: "98%", title: "Satisfaction Rate", description: "Highly recommended for quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg" },
]}
title="Our Commitment to Quality"
description="We measure our success through the satisfaction of our clients and the durability of our work."
@@ -118,19 +99,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1", name: "Pierric Pottier", handle: "Premium Client", testimonial: "An unparalleled level of expertise and responsiveness. The DMS System team transformed our technical infrastructure with precision and care. Absolutely the best in the business.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
- {
- id: "2", name: "Mathieu Limas", handle: "Executive Partner", testimonial: "DMS System is the gold standard for professionalism. Their meticulous approach to every detail ensured our project exceeded expectations. Highly recommended for elite technical services.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg"},
- {
- id: "3", name: "Runner Mx37", handle: "Business Owner", testimonial: "Their commitment to client satisfaction is truly remarkable. Mr. DEBEUF and his team provided exceptional climate control solutions tailored perfectly to our high-end facility needs.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"},
+ { id: "1", name: "Pierric Pottier", handle: "Premium Client", testimonial: "An unparalleled level of expertise and responsiveness. The DMS System team transformed our technical infrastructure with precision and care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
+ { id: "2", name: "Mathieu Limas", handle: "Executive Partner", testimonial: "DMS System is the gold standard for professionalism. Their meticulous approach ensured our project exceeded expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
]}
showRating={true}
title="Premium Client Testimonials"
- description="We take pride in delivering elite, high-performance technical solutions that earn the trust and praise of our distinguished clients."
+ description="We take pride in delivering elite, high-performance technical solutions."
/>
@@ -139,12 +113,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "What areas do you serve?", content: "We serve the surrounding region. Please contact us to confirm if your address is within our service area."},
- {
- id: "f2", title: "How quickly can you respond to emergencies?", content: "We prioritize responsiveness for urgent plumbing and electrical issues. Please call our emergency line directly."},
- {
- id: "f3", title: "Do you provide estimates for repairs?", content: "Yes, we always provide transparent options with clear cost-benefit explanations before beginning any work."},
+ { id: "f1", title: "What areas do you serve?", content: "We serve the surrounding region. Please contact us to confirm if your address is within our service area." },
+ { id: "f2", title: "How quickly can you respond to emergencies?", content: "We prioritize responsiveness for urgent plumbing and electrical issues." },
]}
imageSrc="http://img.b2bpic.net/free-photo/solar-power-woman-specialist-provides-remote-support-manufacturing-plant_482257-125061.jpg"
title="Frequently Asked Questions"
@@ -156,50 +126,29 @@ 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 f82f1fe..1ee26bd 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;
+ --background: #f5f4f0;
+ --card: #ffffff;
--foreground: #1a1a1a;
- --primary-cta: #1c3d5a;
+ --primary-cta: #2c2c2c;
--primary-cta-text: #f6f0e9;
- --secondary-cta: #7b7b7b;
+ --secondary-cta: #f5f4f0;
--secondary-cta-text: #2b180a;
- --accent: #b8b8b8;
- --background-accent: #f2f2f2;
+ --accent: #8a8a8a;
+ --background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);