diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32cee26..24c4adf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
+import { ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,30 +31,11 @@ export default function LandingPage() {
@@ -61,20 +43,14 @@ export default function LandingPage() {
@@ -83,13 +59,11 @@ export default function LandingPage() {
@@ -98,34 +72,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- 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: "Community Lodge",
- description: "A sophisticated gathering space designed for community events and resident relaxation.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lodge-house-with-deer-antlers-hanging-window-snow-back_181624-61513.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: "Forest Sanctuary",
- description: "Peaceful, quiet corners reserved for meditation and connection with nature.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-forest-drinking-from-mugs_23-2148785781.jpg",
- },
- {
- title: "Sustainable Design",
- description: "Community guidelines that ensure architecture preserves the natural beauty.",
- imageSrc: "http://img.b2bpic.net/free-photo/three-students-are-fixing-broken-drone-using-table-autumn-forestal-park_613910-19035.jpg",
- },
+ { 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="Amenities for a Life Well-Lived"
- description="Enjoy unmatched access to private trails, community gathering spaces, and the serenity of pristine mountain forests, all just minutes from downtown Asheville."
+ description="Experience serenity with gated security and unmatched access to private nature trails, just minutes from downtown Asheville."
/>
@@ -136,143 +88,24 @@ 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: "p3",
- name: "Custom Craftsman Build",
- price: "From $900k",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-house-mountains-terrace-with-panoramic-view_169016-69002.jpg",
- },
- {
- id: "p4",
- name: "Ridge-Top Retreat",
- price: "From $1.5M",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-wooden-house-mountains-winter-with-grey-sky-background_181624-4550.jpg",
- },
- {
- id: "p5",
- name: "Wooded Cottage Parcel",
- price: "From $200k",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694014.jpg",
- },
- {
- id: "p6",
- name: "Grand View Residence",
- price: "From $1.8M",
- imageSrc: "http://img.b2bpic.net/free-photo/majestic-mountain-range-reflects-tranquil-beauty-meadow-generated-by-ai_188544-26905.jpg",
- },
+ { 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" }
]}
- title="Homes & Homesites"
- description="Select from a curated collection of buildable homesites and custom-crafted residences, each designed to respect the natural topography."
- />
-
-
-