From b2fc7111b5c2cbe8f293c7a21371cd8eb4dbc11c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 05:19:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feb32f6..7bbff0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,45 +46,28 @@ export default function LandingPage() {
@@ -103,9 +78,7 @@ export default function LandingPage() { title="A Rare Investment in California Agriculture" buttons={[ { - text: "Inquire Now", - href: "#contact", - }, + text: "Inquire Now", href: "#contact"}, ]} /> @@ -116,41 +89,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "22 Acres", - description: "Expansive, usable land ready for development or agriculture.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-grassland-cloudy-weather_181624-31034.jpg", - imageAlt: "Aerial shot of a grassland under during a cloudy weather", - }, + title: "22 Acres", description: "Expansive, usable land ready for development or agriculture.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-grassland-cloudy-weather_181624-31034.jpg", imageAlt: "Aerial shot of a grassland under during a cloudy weather"}, { - title: "Prime Location", - description: "Located in the heart of Salinas, Monterey County.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFAJlORgKOl5G3pulq9BUonjRn/uploaded-1775971106176-ek8svknd.jpg?_wi=2", - imageAlt: "Aerial shot of a grassland under during a cloudy weather", - }, + title: "Prime Location", description: "Located in the heart of Salinas, Monterey County.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFAJlORgKOl5G3pulq9BUonjRn/uploaded-1775971106176-ek8svknd.jpg", imageAlt: "Aerial shot of a grassland under during a cloudy weather"}, { - title: "Fertile Soil", - description: "High-yield soil ideal for strawberries, lettuce, and artichokes.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFAJlORgKOl5G3pulq9BUonjRn/uploaded-1775971106177-fg1e9p5x.jpg?_wi=2", - imageAlt: "Aerial shot of a grassland under during a cloudy weather", - }, + title: "Fertile Soil", description: "High-yield soil ideal for strawberries, lettuce, and artichokes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFAJlORgKOl5G3pulq9BUonjRn/uploaded-1775971106177-fg1e9p5x.jpg", imageAlt: "Aerial shot of a grassland under during a cloudy weather"}, { - title: "Ideal Climate", - description: "Year-round temperate climate for continuous cultivation.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-green-field-with-trees-gray-sky_181624-2110.jpg?_wi=2", - imageAlt: "Aerial shot of a grassland under during a cloudy weather", - }, + title: "Ideal Climate", description: "Year-round temperate climate for continuous cultivation.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-green-field-with-trees-gray-sky_181624-2110.jpg", imageAlt: "Aerial shot of a grassland under during a cloudy weather"}, { - title: "Distribution Access", - description: "Easy access to major distribution hubs and highways.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-morning-light_23-2148851768.jpg?_wi=2", - imageAlt: "Aerial shot of a grassland under during a cloudy weather", - }, + title: "Distribution Access", description: "Easy access to major distribution hubs and highways.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-morning-light_23-2148851768.jpg", imageAlt: "Aerial shot of a grassland under during a cloudy weather"}, { - title: "Strong Potential", - description: "Significant long-term investment and appreciation potential.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-water-stream-middle-grassy-field-dutch-polder_181624-19510.jpg?_wi=2", - imageAlt: "Aerial shot of a grassland under during a cloudy weather", - }, + title: "Strong Potential", description: "Significant long-term investment and appreciation potential.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-water-stream-middle-grassy-field-dutch-polder_181624-19510.jpg", imageAlt: "Aerial shot of a grassland under during a cloudy weather"}, ]} title="Property Highlights" description="Premium features defining this rare agricultural asset." @@ -159,34 +108,19 @@ export default function LandingPage() { @@ -245,13 +167,9 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#overview", - }, + label: "About", href: "#overview"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}