Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-10 03:11:54 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { CheckCircle, MapPin, Wrench, Phone, Mail, Home } from "lucide-react";
import { CheckCircle, MapPin, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -112,4 +112,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}