diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 449e260..e70745c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,38 +26,22 @@ export default function LandingPage() { @@ -91,15 +70,10 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Hyderabad Branches" description={[ - "Visit one of our conveniently located branches across Hyderabad. Each facility offers a premium training environment, state-of-the-art equipment, and dedicated coaching staff.", - "**Main Branch:** Road No. 10, Jubilee Hills, Hyderabad. Timings: Mon-Sat, 6 AM - 9 PM. Call: +91 98765 43210. [View on Map](https://maps.app.goo.gl/example1)", - "**Gachibowli Branch:** Gachibowli Miyapur Road, Hyderabad. Timings: Mon-Sun, 5 AM - 10 PM. Call: +91 98765 43211. [View on Map](https://maps.app.goo.gl/example2)", - "**Kukatpally Branch:** KPHB Colony, Kukatpally, Hyderabad. Timings: Mon-Sat, 7 AM - 8 PM. Call: +91 98765 43212. [View on Map](https://maps.app.goo.gl/example3)", - ]} + "Visit one of our conveniently located branches across Hyderabad. Each facility offers a premium training environment, state-of-the-art equipment, and dedicated coaching staff.", "**Main Branch:** Road No. 10, Jubilee Hills, Hyderabad. Timings: Mon-Sat, 6 AM - 9 PM. Call: +91 98765 43210. [View on Map](https://maps.app.goo.gl/example1)", "**Gachibowli Branch:** Gachibowli Miyapur Road, Hyderabad. Timings: Mon-Sun, 5 AM - 10 PM. Call: +91 98765 43211. [View on Map](https://maps.app.goo.gl/example2)", "**Kukatpally Branch:** KPHB Colony, Kukatpally, Hyderabad. Timings: Mon-Sat, 7 AM - 8 PM. Call: +91 98765 43212. [View on Map](https://maps.app.goo.gl/example3)"]} buttons={[ { - text: "Book a Tour", - }, + text: "Book a Tour"}, ]} showBorder={false} /> @@ -109,74 +83,43 @@ export default function LandingPage() {