From d68e08577f910520bb958de0e0fd25e700b1f410 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:32:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 154 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 123 deletions(-) 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} />
@@ -106,12 +92,12 @@ export default function LandingPage() {
-
- -
- -
- -
- -
- -
-
@@ -239,24 +157,14 @@ export default function LandingPage() { { items: [ { label: "Services", href: "#services" }, - { label: "Specials", href: "#services" }, - { label: "About Us", href: "#about" }, + { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }, ], }, - { - items: [ - { label: "Google Reviews", href: "https://www.google.com/search?q=brothers+auto+care+lubbock" }, - { label: "Yelp", href: "https://www.yelp.com" }, - { label: "Facebook", href: "https://www.facebook.com" }, - { label: "Nextdoor", href: "https://www.nextdoor.com" }, - ], - }, { items: [ { label: "Call Us", href: "tel:+1-806-555-0123" }, { label: "Email", href: "mailto:info@brothersautocare.com" }, - { label: "Payment Plans", href: "#financing" }, { label: "Location", href: "#" }, ], }, -- 2.49.1