diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 868f0c3..5900678 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -50,11 +42,10 @@ export default function LandingPage() { @@ -67,19 +58,9 @@ export default function LandingPage() { description="We are available for private events and catering." metrics={[ { - id: "c1", - value: "24/7", - title: "Support", - description: "Always here to help", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-cosy-coffee-shop_23-2147989647.jpg", - }, + id: "c1", value: "24/7", title: "Support", description: "Always here to help", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-cosy-coffee-shop_23-2147989647.jpg"}, { - id: "c2", - value: "10 min", - title: "Response", - description: "Swift booking process", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg", - }, + id: "c2", value: "10 min", title: "Response", description: "Swift booking process", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg"}, ]} /> @@ -88,16 +69,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file