From afe1692eb1291c65eaedae4414167e90d24115b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:39:35 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 84 ++++++---------------------------------- 1 file changed, 12 insertions(+), 72 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 526269c..bb072b8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -71,62 +55,18 @@ export default function LandingPage() { title="Contact Tips" description="How to prepare your vehicle for a professional detail." blogs={[ - { - id: "b1", - category: "Guide", - title: "Prep Your Car", - excerpt: "Easy steps to ensure best results.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg?_wi=7", - authorName: "Archie", - authorAvatar: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", - date: "Oct 12", - }, + { id: "b1", category: "Guide", title: "Prep Your Car", excerpt: "Easy steps to ensure best results.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg", authorName: "Archie", authorAvatar: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", date: "Oct 12" } ]} />
); -} +} \ No newline at end of file