Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 249fe1493d | |||
| 15434a9af2 |
@@ -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={[
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user