diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bb072b8..2e15563 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,7 +55,7 @@ export default function ContactPage() { 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", 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?_wi=6", authorName: "Archie", authorAvatar: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", date: "Oct 12" } ]} />