2 Commits

Author SHA1 Message Date
249fe1493d Update src/app/page.tsx 2026-06-01 14:37:19 +00:00
15434a9af2 Update src/app/page.tsx 2026-06-01 14:35:05 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import { ShieldCheck, Wrench, DollarSign } from "lucide-react";
import { ShieldCheck, Wrench, DollarSign, Glasses, Paintbrush, Eye, Factory, Mountain, Clock } from "lucide-react";
export default function HvacPage() {
return (
@@ -95,7 +95,7 @@ export default function HvacPage() {
<FeatureCardOne
title="Our Services"
description="From installations to emergency repairs, we have your comfort covered."
buttons={[{ text: "Demandez Votre Devis Gratuit", href: "#contact" }]}
buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
{

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}