From 743cdf54aa789ab13e60844ec8e8941b26a57ce8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b8156d..e9ca808 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=1", imageAlt: "Luxury mansion exterior at sunset" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg?_wi=1", imageAlt: "Premium penthouse with city views" } + { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury mansion exterior at sunset" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg", imageAlt: "Premium penthouse with city views" } ]} mediaAnimation="opacity" className="min-h-screen" @@ -80,7 +80,7 @@ export default function LandingPage() { buttonAnimation="blur-reveal" products={[ { - id: "property-waterfront", name: "Waterfront Villa", price: "$8.5M", variant: "5 Beds | 6 Baths | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg?_wi=1", imageAlt: "Luxury waterfront villa" + id: "property-waterfront", name: "Waterfront Villa", price: "$8.5M", variant: "5 Beds | 6 Baths | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", imageAlt: "Luxury waterfront villa" }, { id: "property-downtown", name: "Downtown Penthouse", price: "$6.2M", variant: "4 Beds | 4 Baths | City Center", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-80.jpg", imageAlt: "Modern downtown penthouse" @@ -95,8 +95,8 @@ export default function LandingPage() { useInvertedBackground={false} className="py-20" containerClassName="max-w-7xl mx-auto px-6" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-gray-700 mt-4 text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-gray-700 mt-4 text-lg" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12" cardClassName="rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition" cardNameClassName="text-xl font-bold mt-4" @@ -137,13 +137,13 @@ export default function LandingPage() { buttonAnimation="blur-reveal" features={[ { - id: "service-buying", title: "Luxury Property Acquisition", description: "Expert guidance through every step of purchasing your ideal property with exclusive market access.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=2", imageAlt: "Award icon" + id: "service-buying", title: "Luxury Property Acquisition", description: "Expert guidance through every step of purchasing your ideal property with exclusive market access.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Award icon" }, { - id: "service-selling", title: "Premium Marketing & Sales", description: "Showcase your property to qualified buyers through innovative marketing and strategic positioning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg?_wi=2", imageAlt: "Key icon" + id: "service-selling", title: "Premium Marketing & Sales", description: "Showcase your property to qualified buyers through innovative marketing and strategic positioning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg", imageAlt: "Key icon" }, { - id: "service-consulting", title: "Investment Consultation", description: "Strategic advice on real estate investments and portfolio development for long-term wealth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg?_wi=2", imageAlt: "Handshake icon" + id: "service-consulting", title: "Investment Consultation", description: "Strategic advice on real estate investments and portfolio development for long-term wealth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", imageAlt: "Handshake icon" } ]} gridVariant="three-columns-all-equal-width" @@ -156,6 +156,7 @@ export default function LandingPage() { descriptionClassName="text-gray-700 mt-4 text-lg" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12" cardClassName="p-8 rounded-2xl bg-white shadow-md hover:shadow-xl transition" + cardTitleClassName="text-xl font-semibold" /> @@ -194,6 +195,7 @@ export default function LandingPage() { cardClassName="rounded-2xl overflow-hidden bg-white shadow-md hover:shadow-xl transition" nameClassName="text-xl font-bold mt-4" roleClassName="text-gray-600 mt-2" + imageClassName="w-full h-64 object-cover" /> @@ -228,12 +230,13 @@ export default function LandingPage() { animationType="scale-rotate" className="py-20" containerClassName="max-w-7xl mx-auto px-6" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-gray-700 mt-4 text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-gray-700 mt-4 text-lg" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mt-12" cardClassName="p-8 rounded-2xl bg-white shadow-md text-center" valueClassName="text-4xl md:text-5xl font-bold mt-4" metricTitleClassName="text-gray-700 mt-4" + iconClassName="w-8 h-8" /> @@ -278,6 +281,8 @@ export default function LandingPage() { cardNameClassName="font-bold mt-6" cardDateClassName="text-sm text-gray-600 mt-2" cardTagClassName="inline-block px-3 py-1 bg-gray-200 text-xs rounded-full mt-4" + cardTitleClassName="font-semibold text-lg mt-4" + cardAvatarClassName="w-12 h-12 rounded-full object-cover" /> -- 2.49.1