Merge version_1 into main #2
189
src/app/page.tsx
189
src/app/page.tsx
@@ -30,70 +30,35 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Outdoor Scapes"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="We Move Earth. We Clear the Way."
|
||||
description="Professional land grading and clearing done right the first time, every time — owner-operated equipment, no middleman markup, zero excuses."
|
||||
tag="Luxury Land Preparation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Free Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=1",
|
||||
imageAlt: "Land grading equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg?_wi=1",
|
||||
imageAlt: "Site preparation machinery",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-contractor-construction-site-pointing-plan-wooden-sleeper_53876-23070.jpg?_wi=1",
|
||||
imageAlt: "Professional clearing equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=1",
|
||||
imageAlt: "Skid steer in action",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-8787.jpg?_wi=1",
|
||||
imageAlt: "Cleared lot ready for build",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg?_wi=1",
|
||||
imageAlt: "Graded soil finish",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg", imageAlt: "Land grading equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg", imageAlt: "Site preparation machinery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-contractor-construction-site-pointing-plan-wooden-sleeper_53876-23070.jpg", imageAlt: "Professional clearing equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg", imageAlt: "Skid steer in action" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-8787.jpg", imageAlt: "Cleared lot ready for build" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageAlt: "Graded soil finish" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,10 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Owner-Operated Difference"
|
||||
description={[
|
||||
"Stop dealing with middleman markups and unreliable subcontractors who chase follow-ups. At Outdoor Scapes, the expert on the quote is the one in the operator's seat.",
|
||||
"Based in upstate South Carolina, we bring professional-grade machinery and craftsmanship to your residential or commercial site. We believe in transparency, punctuality, and finishing the job exactly as promised.",
|
||||
"When you choose us, you're choosing a partner dedicated to your project's success, eliminating the communication headaches common in the industry.",
|
||||
]}
|
||||
"Stop dealing with middleman markups and unreliable subcontractors who chase follow-ups. At Outdoor Scapes, the expert on the quote is the one in the operator's seat.", "Based in upstate South Carolina, we bring professional-grade machinery and craftsmanship to your residential or commercial site. We believe in transparency, punctuality, and finishing the job exactly as promised.", "When you choose us, you're choosing a partner dedicated to your project's success, eliminating the communication headaches common in the industry."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,28 +79,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Land Grading",
|
||||
description: "Expert leveling for residential and commercial foundations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=2",
|
||||
imageAlt: "land grading machinery working sunset",
|
||||
title: "Precision Land Grading", description: "Expert leveling for residential and commercial foundations.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Heavy Site Clearing",
|
||||
description: "Clearing brush, trees, and debris efficiently.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg?_wi=2",
|
||||
imageAlt: "land clearing machinery close up",
|
||||
title: "Heavy Site Clearing", description: "Clearing brush, trees, and debris efficiently.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Owner-Operated Care",
|
||||
description: "Professional quality, no subcontracting shortcuts.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-contractor-construction-site-pointing-plan-wooden-sleeper_53876-23070.jpg?_wi=2",
|
||||
imageAlt: "land leveling equipment wide angle",
|
||||
title: "Owner-Operated Care", description: "Professional quality, no subcontracting shortcuts.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
@@ -153,26 +100,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
title: "On-Time Completion",
|
||||
description: "Zero project delays on scheduled deadlines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=3",
|
||||
},
|
||||
id: "1", value: "100%", title: "On-Time Completion", description: "Zero project delays on scheduled deadlines.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "50+",
|
||||
title: "Projects Cleared",
|
||||
description: "Luxury lots prepped across upstate SC.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-contractor-construction-site-pointing-plan-wooden-sleeper_53876-23070.jpg?_wi=3",
|
||||
},
|
||||
id: "2", value: "50+", title: "Projects Cleared", description: "Luxury lots prepped across upstate SC.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-contractor-construction-site-pointing-plan-wooden-sleeper_53876-23070.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "0",
|
||||
title: "Third-Party Markups",
|
||||
description: "Direct owner-operated pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-8787.jpg?_wi=2",
|
||||
},
|
||||
id: "3", value: "0", title: "Third-Party Markups", description: "Direct owner-operated pricing.", imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-8787.jpg"},
|
||||
]}
|
||||
title="Delivering Results on Time"
|
||||
description="Why homeowners and developers trust us with their biggest projects."
|
||||
@@ -186,50 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mark_builds",
|
||||
testimonial: "Outdoor Scapes saved me thousands. No middleman markup and done a week early.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=2",
|
||||
imageAlt: "land clearing construction lot preparation",
|
||||
},
|
||||
id: "1", name: "Mark Stevens", handle: "@mark_builds", testimonial: "Outdoor Scapes saved me thousands. No middleman markup and done a week early.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg", imageAlt: "land clearing construction lot preparation"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sjenkins_realty",
|
||||
testimonial: "The most professional grading crew I've ever hired. Absolute precision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-8787.jpg?_wi=3",
|
||||
imageAlt: "cleared land plot ready construction",
|
||||
},
|
||||
id: "2", name: "Sarah Jenkins", handle: "@sjenkins_realty", testimonial: "The most professional grading crew I've ever hired. Absolute precision.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-8787.jpg", imageAlt: "cleared land plot ready construction"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Miller",
|
||||
handle: "@robertm_dev",
|
||||
testimonial: "Reliability is key for developers. They deliver exactly what they say.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg?_wi=2",
|
||||
imageAlt: "land clearing cleanup professional work",
|
||||
},
|
||||
id: "3", name: "Robert Miller", handle: "@robertm_dev", testimonial: "Reliability is key for developers. They deliver exactly what they say.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageAlt: "land clearing cleanup professional work"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Watson",
|
||||
handle: "@ewatson_home",
|
||||
testimonial: "My lot was a mess before they arrived. Now it's perfectly level for our build.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=4",
|
||||
imageAlt: "land grading machinery working sunset",
|
||||
},
|
||||
id: "4", name: "Emily Watson", handle: "@ewatson_home", testimonial: "My lot was a mess before they arrived. Now it's perfectly level for our build.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg", imageAlt: "land grading machinery working sunset"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Clark",
|
||||
handle: "@dclark_investments",
|
||||
testimonial: "Owner-operated makes all the difference in quality control.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg?_wi=3",
|
||||
imageAlt: "land clearing machinery close up",
|
||||
},
|
||||
id: "5", name: "David Clark", handle: "@dclark_investments", testimonial: "Owner-operated makes all the difference in quality control.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg", imageAlt: "land clearing machinery close up"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Clients Say"
|
||||
@@ -241,14 +143,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to clear the way for your next big project? Get your free quote today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@outdoorscapes.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:hello@outdoorscapes.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,29 +156,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Grading",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Grading", href: "#features"},
|
||||
{
|
||||
label: "Clearing",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Clearing", href: "#features"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user