Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Paintbrush, Users } from 'lucide-react';
|
||||
import { Award, Paintbrush, Users, Window } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
title="Your Trusted Home Improvement Experts"
|
||||
metrics={[
|
||||
{ icon: Paintbrush, label: "Painting Projects Completed", value: "500+" },
|
||||
{ icon: Windows, label: "Windows Installed", value: "1,200+" },
|
||||
{ icon: Window, label: "Windows Installed", value: "1,200+" },
|
||||
{ icon: Users, label: "Happy Customers", value: "2,000+" },
|
||||
{ icon: Award, label: "Years of Experience", value: "15+" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user