diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c8550c..94c8e8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; +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 FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Shield, Wrench, Search, HelpCircle, ClipboardCheck, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star } from "lucide-react"; +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"; export default function RoofingPage() { return ( @@ -44,177 +44,53 @@ export default function RoofingPage() {