From 8308bb4b60dbfc387de581c148e81aa9c2cf91b1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:37:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a091cec..a8df52d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterMediaBlock from "@/components/sections/footer/FooterMediaBlock"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Gauge, Warehouse, Zap, Trophy } from "lucide-react"; export default function LandingPage() { @@ -160,12 +160,23 @@ export default function LandingPage() { -- 2.49.1