Update src/app/page.tsx

This commit is contained in:
2026-04-17 02:01:22 +00:00
parent e893d88e0b
commit 55464cba6f

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -125,31 +125,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{ label: "Services", href: "/services" },
{ label: "About Us", href: "/about" },
{ label: "Book Now", href: "/contact" },
],
},
{
items: [
{ label: "Residential", href: "/services" },
{ label: "Commercial", href: "/services" },
{ label: "Deep Cleaning", href: "/services" },
],
},
{
items: [
{ label: "Contact", href: "/contact" },
{ label: "masuarezbussines@gmail.com", href: "mailto:masuarezbussines@gmail.com" },
{ label: "(904)-908-7818", href: "tel:9049087818" },
],
},
]}
<FooterBase
logoText="M.A. Suarez"
columns={[
{ title: "Navigation", items: [{ label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, { label: "Book Now", href: "/contact" }] },
{ title: "Services", items: [{ label: "Residential", href: "/services" }, { label: "Commercial", href: "/services" }, { label: "Deep Cleaning", href: "/services" }] },
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "masuarezbussines@gmail.com", href: "mailto:masuarezbussines@gmail.com" }, { label: "(904)-908-7818", href: "tel:9049087818" }] }
]}
/>
</div>
</ReactLenis>