diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c02687..f6b7992 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Star } from "lucide-react"; @@ -46,7 +45,6 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Schedule Service", href: "#services" }, { text: "Call 605-642-8666", href: "tel:605-642-8666" }, ]} /> @@ -60,7 +58,7 @@ export default function LandingPage() { ]} useInvertedBackground={false} showBorder={true} - buttons={[{ text: "Visit Us Today", href: "#services" }]} + buttons={[{ text: "Call 605-642-8666", href: "tel:605-642-8666" }]} /> @@ -108,24 +106,6 @@ export default function LandingPage() { /> -
- -
-