From 152022c68f20289b0ac5eb0790cd67eb6c2ca1cc Mon Sep 17 00:00:00 2001 From: akash Date: Fri, 12 Dec 2025 12:40:34 +0530 Subject: [PATCH] loading issue conetnt top detals card updated --- src/app/contact/page.tsx | 8 ++- .../BengaluruPropertiesClientWrapper.tsx | 1 + src/components/ContactCTA.tsx | 2 +- src/components/ContactCards.tsx | 62 +++++++++++++++++++ src/components/HeaderWrapper.tsx | 9 +++ src/components/PropertiesClient.tsx | 17 +++-- src/context/CompareContext.tsx | 10 ++- src/data/properties.ts | 24 +++---- 8 files changed, 111 insertions(+), 22 deletions(-) create mode 100644 src/components/ContactCards.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c1b2ab7..07eb087 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,4 +1,5 @@ import InnerBanner from "@/components/InnerBanner"; +import ContactCards from "@/components/ContactCards"; import ContactCTA from "@/components/ContactCTA"; import Footer from "@/components/Footer"; import { Metadata } from "next"; @@ -20,8 +21,11 @@ export default function ContactPage() { ]} backgroundImage="/assets/images/about/contact-banner.webp" /> -
- +
+ +
+ +