From 9236ff134263d665752496e226c9fe022c66637d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 21:07:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++------------------------------------- 1 file changed, 28 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9eb1fd8..524f065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -121,25 +76,15 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} products={[ - { - id: "1", name: "Skyline Penthouse", price: "$8.5M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/luxury-modern-interior-living-room-in-a--1778446111043-449abad5.png?_wi=2"}, - { - id: "2", name: "Coastal Villa Estate", price: "$12.0M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/luxury-marble-bathroom-in-a-high-end-man-1778446120861-578eaa11.png?_wi=2"}, - { - id: "3", name: "Modern Urban Mansion", price: "$6.2M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/ultra-luxury-modern-kitchen-in-a-villa-m-1778446131050-16452c77.png?_wi=2"}, - { - id: "4", name: "Central Business Suite", price: "$4.1M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/spacious-walk-in-closet-in-a-luxury-pent-1778446138908-44b6db20.png"}, - { - id: "5", name: "Heritage Waterfront Home", price: "$9.8M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/luxury-bedroom-suite-with-panoramic-city-1778446146676-5d1d4550.png"}, - { - id: "6", name: "Private Island Retreat", price: "$15.5M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/private-infinity-pool-of-a-luxury-coasta-1778446155719-fc324812.png"}, + { id: "1", name: "Skyline Penthouse", price: "$8.5M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/luxury-modern-interior-living-room-in-a--1778446111043-449abad5.png?_wi=2" }, + { id: "2", name: "Coastal Villa Estate", price: "$12.0M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/luxury-marble-bathroom-in-a-high-end-man-1778446120861-578eaa11.png?_wi=2" }, + { id: "3", name: "Modern Urban Mansion", price: "$6.2M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/ultra-luxury-modern-kitchen-in-a-villa-m-1778446131050-16452c77.png?_wi=2" }, ]} title="Curated Luxury Portfolio" description="Exceptional homes for the discerning investor." buttons={[ - { - text: "View Full Portfolio", href: "/portfolio" - } + { text: "View Full Portfolio", href: "/inventory" }, + { text: "Explore", href: "#properties" } ]} /> @@ -150,18 +95,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "1", value: "$500M+", title: "Portfolio Managed", items: [ - "Commercial", "Residential"], - }, - { - id: "2", value: "150+", title: "Closed Deals", items: [ - "Premium", "Global"], - }, - { - id: "3", value: "20+", title: "Countries", items: [ - "Operations", "Reach"], - }, + { id: "1", value: "$500M+", title: "Portfolio Managed", items: ["Commercial", "Residential"] }, + { id: "2", value: "150+", title: "Closed Deals", items: ["Premium", "Global"] }, + { id: "3", value: "20+", title: "Countries", items: ["Operations", "Reach"] }, ]} title="Market Authority" description="Evidence-backed excellence in every transaction." @@ -172,16 +108,8 @@ export default function LandingPage() { @@ -221,8 +144,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}