diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..4b7c02a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,10 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; export default function HvacPage() { @@ -36,10 +36,10 @@ export default function HvacPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} button={{ text: "Get a Quote", href: "#contact" }} - animateOnLoad={false} /> @@ -70,27 +70,20 @@ export default function HvacPage() { title="Reliable Climate Solutions Since 2005" description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time." metrics={[ - { - value: "2,500+", - title: "Systems installed and serviced", - }, - { - value: "98%", - title: "Customer satisfaction rate", - }, + { value: "2,500+", title: "Systems installed and serviced" }, + { value: "98%", title: "Customer satisfaction rate" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" imageAlt="Commercial HVAC units on rooftop" mediaBadge={{ - text: "Active Now", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", - avatarAlt: "Technician" + text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician" }} mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} /> +
- -
-
+
-
-
); -} +} \ No newline at end of file diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 62c2d18..aa7fd03 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..04141ee 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #106EFB; + --background: #fdfaf7; + --card: #f5efe9; + --foreground: #1a1a1a; + --primary-cta: #1c4a4a; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #fdfaf7; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #d4c8b7; + --background-accent: #e6dcd0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);