From 6a0967fad9bc81ecdf1b02ca05535ef8631a2237 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:14:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 222 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76037c0..3f8c336 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,74 +18,42 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -95,21 +63,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Expertise in Every Detail" metrics={[ - { - icon: Award, - label: "Years Experience", - value: "15+", - }, - { - icon: Home, - label: "Properties Sold", - value: "500+", - }, - { - icon: Users, - label: "Happy Families", - value: "1,200+", - }, + { icon: Award, label: "Years Experience", value: "15+" }, + { icon: Home, label: "Properties Sold", value: "500+" }, + { icon: Users, label: "Happy Families", value: "1,200+" }, ]} metricsAnimation="slide-up" /> @@ -121,21 +77,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: ShieldCheck, - title: "Verified Listings", - description: "Every property is thoroughly inspected for your peace of mind.", - }, - { - icon: MapPin, - title: "Prime Locations", - description: "Access to exclusive neighborhoods not found on public platforms.", - }, - { - icon: TrendingUp, - title: "Smart Investment", - description: "Expert advice to ensure your home purchase is a sound investment.", - }, + { icon: ShieldCheck, title: "Verified Listings", description: "Every property is thoroughly inspected for your peace of mind." }, + { icon: MapPin, title: "Prime Locations", description: "Access to exclusive neighborhoods not found on public platforms." }, + { icon: TrendingUp, title: "Smart Investment", description: "Expert advice to ensure your home purchase is a sound investment." }, ]} title="Why Choose Luxe Realty?" description="We combine local expertise with global marketing power to deliver exceptional results." @@ -149,42 +93,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Modern Villa", - price: "$1,250,000", - imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg", - }, - { - id: "p2", - name: "City Penthouse", - price: "$950,000", - imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059682.jpg", - }, - { - id: "p3", - name: "Coastal Estate", - price: "$2,100,000", - imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", - }, - { - id: "p4", - name: "Luxury Apartment", - price: "$750,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", - }, - { - id: "p5", - name: "Suburban Home", - price: "$650,000", - imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg", - }, - { - id: "p6", - name: "Mountain Manor", - price: "$3,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920943.jpg", - }, + { id: "p1", name: "Modern Villa", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg" }, + { id: "p2", name: "City Penthouse", price: "$950,000", imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059682.jpg" }, + { id: "p3", name: "Coastal Estate", price: "$2,100,000", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg" }, + { id: "p4", name: "Luxury Apartment", price: "$750,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" }, + { id: "p5", name: "Suburban Home", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg" }, + { id: "p6", name: "Mountain Manor", price: "$3,500,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920943.jpg" }, ]} title="Featured Properties" description="Hand-picked luxury properties for the discerning client." @@ -195,31 +109,11 @@ export default function LandingPage() {