diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d24449..5d51bfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,9 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { ArrowRight, Award, CheckCircle, CreditCard, DollarSign, Heart, Info, Phone, Shield, Star, Wrench, Zap, TrendingUp, Gauge } from "lucide-react"; +import { ArrowRight, Wrench, CheckCircle, CreditCard, Phone, DollarSign, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -31,31 +29,29 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+1-806-555-0123" - }} + text: "Call Now", href: "tel:+1-806-555-0123"}} animateOnLoad={true} />