From 5fd47ff384a00bd9e51251c464052b17d8837fd4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:11:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28779f7..2d85db7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -41,7 +41,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Auto Service Mol" + brandName="Auto Mobile Service RH" /> @@ -49,7 +49,7 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1