From 65f85d0027a472cbbf0f3652ebdf08eb4d1535e1 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 8 Mar 2026 00:17:21 +0530 Subject: [PATCH] feat: Adjust HeroSection layout and category placeholder text, and update TestimonialsSection background color and add a divider. --- src/components/home/HeroSection.tsx | 10 +++++----- src/components/home/TestimonialsSection.tsx | 7 ++++++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/home/HeroSection.tsx b/src/components/home/HeroSection.tsx index 5f0b3be..a757e46 100644 --- a/src/components/home/HeroSection.tsx +++ b/src/components/home/HeroSection.tsx @@ -98,7 +98,7 @@ export function HeroSection({ content }: { content?: HeroContent }) { }; return ( -
+
{/* Background Image */}
-
+
{/* Headline */} -
+

{data.headline}

@@ -186,7 +186,7 @@ export function HeroSection({ content }: { content?: HeroContent }) { className="w-full h-[42px] px-4 rounded-[7px] border border-[#00293d]/10 bg-white text-left flex items-center justify-between focus:outline-none" > - {searchParams.category ? categoryOptions.find(c => c.id === searchParams.category)?.name : 'Category'} + {searchParams.category ? categoryOptions.find(c => c.id === searchParams.category)?.name : 'Categories'} {/* Bottom Section */} -
+
{/* See All Agents Button */}