From 5edfdc9d77d3bdc6c3fbc932ae0c84b8ed24f1b7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:15:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9f742b..2b24425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; @@ -31,7 +30,6 @@ export default function LandingPage() { brandName="Burnt Ends Welding" navItems={[ { name: "Services", id: "services" }, - { name: "Why Us", id: "why-us" }, { name: "FAQ", id: "faq" } ]} button={{ @@ -102,18 +100,6 @@ export default function LandingPage() { /> -
- -
-