Update src/app/properties/page.tsx

This commit is contained in:
2026-03-14 11:21:24 +00:00
parent cf8a58a37a
commit 329469780f

View File

@@ -70,8 +70,8 @@ export default function PropertiesPage() {
id: "prop-006", name: "Tribeca Artist Loft", price: "$2,700,000", variant: "3 Bed | 2 Bath", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-apartment-with-minimalist-home-office-design_482257-124354.jpg"},
]}
containerClassName="py-24 px-6"
titleClassName="text-5xl md:text-6xl font-bold mb-4"
descriptionClassName="text-lg text-foreground/70 max-w-3xl mb-12"
textBoxTitleClassName="text-5xl md:text-6xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-3xl mb-12"
cardClassName="overflow-hidden rounded-2xl group cursor-pointer"
cardNameClassName="text-2xl font-semibold mt-4"
cardPriceClassName="text-3xl font-bold text-primary-cta mt-2"
@@ -89,8 +89,8 @@ export default function PropertiesPage() {
names={[
"New York Real Estate Board", "National Association of Realtors", "Manhattan Chamber of Commerce", "Brooklyn Development Council", "Queens Property Owners Association", "NYC Housing Authority", "Urban Land Institute", "American Society of Real Estate Counselors"]}
containerClassName="py-24 px-6"
titleClassName="text-5xl md:text-6xl font-bold mb-4"
descriptionClassName="text-lg text-foreground/70 max-w-3xl mb-12"
textBoxTitleClassName="text-5xl md:text-6xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-3xl mb-12"
contentClassName="grid grid-cols-2 md:grid-cols-4 gap-8"
logoTextClassName="text-center font-semibold text-foreground/70 hover:text-primary-cta transition-colors"
/>