From acd9de24445a4ebf44e4583b8a670d2ebcc57cbf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:46:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99caccc..8e7e283 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function HomePage() { description="Experience curated properties in the most coveted locations. Our expert team connects discerning buyers with extraordinary homes." tag="Premium Properties" tagIcon={Sparkles} + tagAnimation="blur-reveal" background={{ variant: "plain" }} mediaItems={[ { @@ -61,7 +62,8 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg", imageAlt: "Grand estate with landscaped grounds"}, ]} - mediaAnimation="none" + mediaAnimation="blur-reveal" + buttonAnimation="blur-reveal" buttons={[ { text: "View Properties", href: "/properties" }, { text: "Schedule Consultation", href: "/contact" }, @@ -83,10 +85,12 @@ export default function HomePage() { description="Explore our exclusive collection of premium properties handpicked for discerning clients." tag="Featured This Month" tagIcon={Home} + tagAnimation="blur-reveal" gridVariant="three-columns-all-equal-width" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} + buttonAnimation="blur-reveal" buttons={[{ text: "View All Properties", href: "/properties" }]} /> @@ -96,8 +100,10 @@ export default function HomePage() { title="Your Trusted Luxury Real Estate Partner" description="With over 25 years of expertise in luxury real estate, Prestige Homes delivers unparalleled service, market knowledge, and access to the most exclusive properties. We specialize in connecting visionary buyers with their dream homes." tag="About Our Agency" + tagAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/business-professionals-watching-presentation-computer-monitor-together-discussing-project-sitting-workplace-pointing-display-business-communication-teamwork-concept_74855-11550.jpg" imageAlt="Prestige Homes luxury real estate office" + buttonAnimation="blur-reveal" buttons={[{ text: "Learn Our Story", href: "about" }]} useInvertedBackground={false} /> @@ -119,10 +125,12 @@ export default function HomePage() { description="Comprehensive real estate solutions tailored to your investment goals" tag="What We Offer" tagIcon={Award} + tagAnimation="blur-reveal" gridVariant="four-items-2x2-equal-grid" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={true} + buttonAnimation="blur-reveal" buttons={[{ text: "Explore Services", href: "contact" }]} /> @@ -143,8 +151,9 @@ export default function HomePage() { description="Seasoned professionals dedicated to your real estate success" tag="Our Experts" tagIcon={Users} + tagAnimation="blur-reveal" gridVariant="four-items-2x2-equal-grid" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -161,7 +170,8 @@ export default function HomePage() { title="Our Track Record" description="Proven excellence in luxury real estate transactions" tag="Performance" - animationType="slide-up" + tagAnimation="blur-reveal" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={true} /> @@ -186,6 +196,7 @@ export default function HomePage() { title="Client Stories" description="Hear from satisfied clients about their experience with Prestige Homes" tag="Testimonials" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -195,9 +206,11 @@ export default function HomePage() { ); -} \ No newline at end of file +}