diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b7c02a..85fd8ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,15 +6,12 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; -export default function HvacPage() { +export default function LujanAccommodationsPage() { return (