diff --git a/src/app/page.tsx b/src/app/page.tsx index 1df1676..3cf7b16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Star, CheckCircle, Heart, Trophy, Mail, Shield, Wrench, Fuel, AlertTriangle } from "lucide-react"; +import { Zap, Star, CheckCircle, Heart, Trophy, Mail, Phone, Shield, Wrench, Fuel, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -138,7 +138,7 @@ export default function LandingPage() {
-
@@ -192,21 +190,33 @@ export default function LandingPage() {
-
@@ -252,4 +262,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}