diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e4bcd..b273b46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -146,30 +84,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Market Analytics", - description: "Data-driven pricing strategies that work for you.", - bentoComponent: "reveal-icon", - icon: LineChart, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-software-touching-screen-turn-light-by-mobile-phone_482257-1934.jpg", - imageAlt: "modern smart home technology", - }, - { - title: "Verified Listings", - description: "Every property passes our quality assurance checks.", - bentoComponent: "reveal-icon", - icon: CheckCircle2, - imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg?_wi=2", - imageAlt: "modern smart home technology", - }, - { - title: "Global Network", - description: "Connect with investors from across the globe.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-shaking-hand-client-holding-keys_23-2147797599.jpg?_wi=2", - imageAlt: "modern smart home technology", - }, + { title: "Market Analytics", description: "Data-driven pricing strategies that work for you.", bentoComponent: "reveal-icon", icon: LineChart }, + { title: "Verified Listings", description: "Every property passes our quality assurance checks.", bentoComponent: "reveal-icon", icon: CheckCircle2 }, + { title: "Global Network", description: "Connect with investors from across the globe.", bentoComponent: "reveal-icon", icon: Globe }, ]} title="Why Choose V S Real Estate" description="We combine local knowledge with global standards to deliver unmatched results." @@ -180,44 +97,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file