Merge version_2 into main #2
@@ -6,13 +6,13 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MetricCardOne from "@/components/sections/metric/MetricCardOne";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Shield, Wrench, Search, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star, HelpCircle } from "lucide-react";
|
||||
import { Shield, Wrench, Search, Phone, HardHat, CheckCircle, Award, ThumbsUp } from "lucide-react";
|
||||
|
||||
export default function RoofingPage() {
|
||||
return (
|
||||
@@ -87,7 +87,7 @@ export default function RoofingPage() {
|
||||
title="Why Choose Us?"
|
||||
metrics={[
|
||||
{ id: "1", value: "25+", title: "Years", description: "Industry experience", icon: Award },
|
||||
{ id: "2", value: "500+", title: "Roofs", description: "Successfully completed", icon: HomeIconWrapper },
|
||||
{ id: "2", value: "500+", title: "Roofs", description: "Successfully completed", icon: HardHat },
|
||||
{ id: "3", value: "98%", title: "Rated", description: "Customer satisfaction", icon: ThumbsUp }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -158,6 +158,4 @@ export default function RoofingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
function HomeIconWrapper(props: any) { return <HardHat {...props} />; }
|
||||
}
|
||||
Reference in New Issue
Block a user