From 00ff6768593cff8756b6bf63f0621344b78d77ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:02:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e7305c..b1892b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,10 +42,10 @@ export default function LandingPage() {
@@ -67,12 +68,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Gated Security", description: "Private entrance managed by a dedicated gate attendant.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lodge-house-with-deer-antlers-hanging-window-snow-back_181624-61513.jpg" }, - { title: "Private Trail System", description: "Miles of groomed hiking trails winding through protected forest landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/hikers-sitting-rock_23-2148106764.jpg" }, - { title: "Unrivaled Vistas", description: "Breathtaking panoramic views that change with every season, right from your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountainous-landscape-with-fir-trees-foggy-background_181624-30544.jpg" } + { title: "Curated Security", description: "Peace of mind is our priority with a dedicated gate concierge ensuring an intimate, secure environment for every resident.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lodge-house-with-deer-antlers-hanging-window-snow-back_181624-61513.jpg" }, + { title: "Private Wilderness", description: "Wander through miles of meticulously maintained nature trails, exclusive to residents and their guests.", imageSrc: "http://img.b2bpic.net/free-photo/hikers-sitting-rock_23-2148106764.jpg" }, + { title: "Breathtaking Vistas", description: "Wake up to ever-changing mountain panoramas that define the essence of luxury high-altitude living.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountainous-landscape-with-fir-trees-foggy-background_181624-30544.jpg" } ]} - title="Amenities for a Life Well-Lived" - description="Experience serenity with gated security and unmatched access to private nature trails, just minutes from downtown Asheville." + title="Amenities for the Discriminating Resident" + description="Enjoy a life of quiet sophistication with our private nature paths and gated security just minutes from Asheville’s vibrant heart." /> @@ -83,11 +84,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Mountain Estate Home", price: "From $1.2M", imageSrc: "http://img.b2bpic.net/free-photo/landscape-house-mountain-volcano-batur-bali-indonesia_72229-999.jpg" }, - { id: "p2", name: "Forested Homesite 04", price: "From $250k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122480.jpg" } + { id: "p1", name: "Signature Mountain Estate", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/landscape-house-mountain-volcano-batur-bali-indonesia_72229-999.jpg" }, + { id: "p2", name: "Premier Forested Parcel", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122480.jpg" } ]} - title="Available Residences & Lots" - description="Tour our available gated-community properties by booking an appointment with our concierge." + title="Curated Estates & Homesites" + description="We invite you to explore our limited collection of private homesites and luxury estates, available for the discerning homeowner." /> @@ -95,10 +96,10 @@ export default function LandingPage() { -- 2.49.1