Merge version_1 into main #2
183
src/app/page.tsx
183
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Details",
|
||||
id: "details",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Details", id: "details" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="California Dreamland"
|
||||
/>
|
||||
@@ -60,16 +45,10 @@ export default function LandingPage() {
|
||||
logoText="Own a Piece of California’s Most Fertile & Scenic Land"
|
||||
description="22 Acres of Prime Agricultural Property in Monterey County — Ideal for Farming, Investment, or Development"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Private Viewing",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Request Property Details",
|
||||
href: "#details",
|
||||
},
|
||||
{ text: "Schedule a Private Viewing", href: "#contact" },
|
||||
{ text: "Request Property Details", href: "#details" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,10 +57,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Premium Location",
|
||||
"Rich Soil & Proven Yield",
|
||||
"Investment-Grade Opportunity",
|
||||
]}
|
||||
"Premium Location", "Rich Soil & Proven Yield", "Investment-Grade Opportunity"]}
|
||||
title="Located in the heart of Monterey County"
|
||||
description="Just minutes from world-renowned destinations including Carmel, Pebble Beach, and the Pacific Coast."
|
||||
/>
|
||||
@@ -92,9 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Opportunity"
|
||||
description={[
|
||||
"Situated in beautiful Monterey County, this 22-acre property offers fertile, nutrient-rich soil ideal for high-yield crops including strawberries, lettuce, and artichokes.",
|
||||
"Located in the renowned “Steinbeck Country” near Salinas, this land combines agricultural productivity with long-term investment potential in one of California’s most desirable regions.",
|
||||
]}
|
||||
"Situated in beautiful Monterey County, this 22-acre property offers fertile, nutrient-rich soil ideal for high-yield crops including strawberries, lettuce, and artichokes.", "Located in the renowned “Steinbeck Country” near Salinas, this land combines agricultural productivity with long-term investment potential in one of California’s most desirable regions."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,40 +79,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "22 Acres of Flat, Usable Land",
|
||||
description: "Maximize every square foot of your investment.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-crispy-chocolate-rolls_171337-16250.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-sunflowers-aerial-view-agricultural-fields-flowering-oilseed_661209-339.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=2",
|
||||
imageAlt: "fertile soil close up rich texture",
|
||||
title: "22 Acres of Flat, Usable Land", description: "Maximize every square foot of your investment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-crispy-chocolate-rolls_171337-16250.jpg", imageAlt: "fertile soil close up rich texture" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/field-sunflowers-aerial-view-agricultural-fields-flowering-oilseed_661209-339.jpg", imageAlt: "flat agricultural land expanse" }
|
||||
},
|
||||
{
|
||||
title: "Prime Agricultural Zoning",
|
||||
description: "Proven yield capability in world-class conditions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15946.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg?_wi=1",
|
||||
imageAlt: "fertile soil close up rich texture",
|
||||
title: "Prime Agricultural Zoning", description: "Proven yield capability in world-class conditions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15946.jpg", imageAlt: "fertile soil close up rich texture" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg", imageAlt: "flat agricultural land expanse" }
|
||||
},
|
||||
{
|
||||
title: "Strong Long-Term Investment Potential",
|
||||
description: "High-demand crop region with steady appreciation.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12863.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunflowers-sunflower-field_661209-195.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-real-estate-agent-using-laptop-while-going-through-housing-plan-meeting_637285-3857.jpg?_wi=1",
|
||||
imageAlt: "fertile soil close up rich texture",
|
||||
title: "Strong Long-Term Investment Potential", description: "High-demand crop region with steady appreciation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12863.jpg", imageAlt: "fertile soil close up rich texture" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sunflowers-sunflower-field_661209-195.jpg", imageAlt: "flat agricultural land expanse" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -153,48 +103,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "22",
|
||||
title: "Acres",
|
||||
description: "Rich, fertile soil ready for cultivation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
title: "Potential",
|
||||
description: "Expansive acreage with endless potential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151839196.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Prime",
|
||||
title: "Region",
|
||||
description: "Located in renowned Steinbeck Country",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hill-slope-with-rare-trees-grazing-goats-moldova_1268-15989.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Stable",
|
||||
title: "Appreciation",
|
||||
description: "High demand, limited supply",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iceland-landscape_1361-66.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "Strategic",
|
||||
title: "Location",
|
||||
description: "Near Salinas, Carmel & Pacific Coast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-landscape-aragon_1398-3257.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
value: "Ready",
|
||||
title: "Development",
|
||||
description: "Excellent access to infrastructure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-with-wheatfield-sunset_1160-568.jpg",
|
||||
},
|
||||
{ id: "1", value: "22", title: "Acres", description: "Rich, fertile soil ready for cultivation", imageSrc: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg" },
|
||||
{ id: "2", value: "100%", title: "Potential", description: "Expansive acreage with endless potential", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151839196.jpg" },
|
||||
{ id: "3", value: "Prime", title: "Region", description: "Located in renowned Steinbeck Country", imageSrc: "http://img.b2bpic.net/free-photo/hill-slope-with-rare-trees-grazing-goats-moldova_1268-15989.jpg" },
|
||||
{ id: "4", value: "Stable", title: "Appreciation", description: "High demand, limited supply", imageSrc: "http://img.b2bpic.net/free-photo/iceland-landscape_1361-66.jpg" },
|
||||
{ id: "5", value: "Strategic", title: "Location", description: "Near Salinas, Carmel & Pacific Coast", imageSrc: "http://img.b2bpic.net/free-photo/rural-landscape-aragon_1398-3257.jpg" },
|
||||
{ id: "6", value: "Ready", title: "Development", description: "Excellent access to infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-with-wheatfield-sunset_1160-568.jpg" },
|
||||
]}
|
||||
title="Experience the Land"
|
||||
description="Visualizing the potential of California's finest soil."
|
||||
@@ -208,22 +122,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
tag: "Asset",
|
||||
price: "Stability",
|
||||
period: "High",
|
||||
description: "Limited availability ensures long-term value.",
|
||||
button: {
|
||||
text: "Call Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Why Invest:",
|
||||
features: [
|
||||
"High-demand crop region",
|
||||
"Limited land availability",
|
||||
"Strong appreciation history",
|
||||
"Income-generating potential",
|
||||
],
|
||||
id: "1", tag: "Asset", price: "Stability", period: "High", description: "Limited availability ensures long-term value.", button: { text: "Call Now", href: "#contact" },
|
||||
featuresTitle: "Why Invest:", features: [
|
||||
"High-demand crop region", "Limited land availability", "Strong appreciation history", "Income-generating potential"],
|
||||
},
|
||||
]}
|
||||
title="A Smart Investment"
|
||||
@@ -234,13 +135,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Secure This Opportunity Before It’s Gone"
|
||||
description="Properties like this rarely become available. Contact us today for pricing, details, and a private showing. Phone: +1 (405) 822-5559 | Email: Lexus777@gmail.com"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-real-estate-agent-using-laptop-while-going-through-housing-plan-meeting_637285-3857.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-real-estate-agent-using-laptop-while-going-through-housing-plan-meeting_637285-3857.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
@@ -250,29 +149,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "California Dreamland",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#details",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#location",
|
||||
},
|
||||
title: "California Dreamland", items: [
|
||||
{ label: "About", href: "#details" },
|
||||
{ label: "Location", href: "#location" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+14058225559",
|
||||
},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:Lexus777@gmail.com",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Call Us", href: "tel:+14058225559" },
|
||||
{ label: "Email Us", href: "mailto:Lexus777@gmail.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -283,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user