Merge version_2 into main #4
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Settings, ShieldCheck } from "lucide-react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
@@ -21,9 +22,9 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Plumbing Repair", description: "Comprehensive leak detection and faucet repairs." },
|
||||
{ title: "HVAC Installation", description: "Setting up high-efficiency heating and cooling units." },
|
||||
{ title: "System Maintenance", description: "Preventive care to ensure longevity and efficiency." }
|
||||
{ icon: Zap, title: "Plumbing Repair", description: "Comprehensive leak detection and faucet repairs." },
|
||||
{ icon: Settings, title: "HVAC Installation", description: "Setting up high-efficiency heating and cooling units." },
|
||||
{ icon: ShieldCheck, title: "System Maintenance", description: "Preventive care to ensure longevity and efficiency." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user