Merge version_1 into main #1
256
src/app/page.tsx
256
src/app/page.tsx
@@ -31,43 +31,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="B&L Industries"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Prestige fencing and land services."
|
||||
description="Built strong. Done right. Serving Cleveland, Texas and surrounding areas with professional fencing, dirt work, land clearing, and gate solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Get a Free Estimate", href: "#contact" },
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469812.jpg"
|
||||
imageAlt="fencing installation landscape texas"
|
||||
@@ -94,26 +75,10 @@ export default function LandingPage() {
|
||||
title="Our Services"
|
||||
description="We specialize in projects that improve access, security, land usability, and property value."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Fencing",
|
||||
content: "Professional installation of residential and ranch fencing for boundary control and curb appeal.",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Tractor Work",
|
||||
content: "Comprehensive tractor services for land clearing, property maintenance, and site prep.",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Dirt & Pads",
|
||||
content: "High-quality house pads, grading, and structural foundation preparation.",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Gates & Entryways",
|
||||
content: "Custom gate installation and automation for increased convenience and security.",
|
||||
},
|
||||
{ id: "s1", title: "Fencing", content: "Professional installation of residential and ranch fencing for boundary control and curb appeal." },
|
||||
{ id: "s2", title: "Tractor Work", content: "Comprehensive tractor services for land clearing, property maintenance, and site prep." },
|
||||
{ id: "s3", title: "Dirt & Pads", content: "High-quality house pads, grading, and structural foundation preparation." },
|
||||
{ id: "s4", title: "Gates & Entryways", content: "Custom gate installation and automation for increased convenience and security." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22899.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,46 +92,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "01",
|
||||
title: "Consultation",
|
||||
items: [
|
||||
"Discuss goals",
|
||||
"Review budget",
|
||||
"Assess timeline",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "02",
|
||||
title: "Site Review",
|
||||
items: [
|
||||
"On-site visit",
|
||||
"Clear estimate",
|
||||
"Scope finalization",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "03",
|
||||
title: "Build",
|
||||
items: [
|
||||
"Quality materials",
|
||||
"Skilled labor",
|
||||
"Detailed work",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "04",
|
||||
title: "Completion",
|
||||
items: [
|
||||
"Site inspection",
|
||||
"Final cleanup",
|
||||
"Walkthrough",
|
||||
],
|
||||
},
|
||||
{ id: "1", value: "01", title: "Consultation", items: ["Discuss goals", "Review budget", "Assess timeline"] },
|
||||
{ id: "2", value: "02", title: "Site Review", items: ["On-site visit", "Clear estimate", "Scope finalization"] },
|
||||
{ id: "3", value: "03", title: "Build", items: ["Quality materials", "Skilled labor", "Detailed work"] },
|
||||
{ id: "4", value: "04", title: "Completion", items: ["Site inspection", "Final cleanup", "Walkthrough"] },
|
||||
]}
|
||||
title="Our Process"
|
||||
description="Simple steps for quality results."
|
||||
@@ -179,36 +108,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "a",
|
||||
value: "100%",
|
||||
title: "Quality Assured",
|
||||
items: [
|
||||
"Durable materials",
|
||||
"Professional grade",
|
||||
"Built to last",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "b",
|
||||
value: "Local",
|
||||
title: "Texas Owned",
|
||||
items: [
|
||||
"Cleveland based",
|
||||
"Regional expertise",
|
||||
"Responsive service",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "c",
|
||||
value: "Polished",
|
||||
title: "Clean Results",
|
||||
items: [
|
||||
"Detailed finish",
|
||||
"Property improvement",
|
||||
"Curb appeal",
|
||||
],
|
||||
},
|
||||
{ id: "a", value: "100%", title: "Quality Assured", items: ["Durable materials", "Professional grade", "Built to last"] },
|
||||
{ id: "b", value: "Local", title: "Texas Owned", items: ["Cleveland based", "Regional expertise", "Responsive service"] },
|
||||
{ id: "c", value: "Polished", title: "Clean Results", items: ["Detailed finish", "Property improvement", "Curb appeal"] },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Setting the standard in Texas property services."
|
||||
@@ -221,60 +123,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John D.",
|
||||
role: "Ranch Owner",
|
||||
company: "Liberty County",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-talking-phone-waving-waitress-outdoor-cafe-asking-bill_176420-25736.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
role: "Homeowner",
|
||||
company: "Cleveland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike R.",
|
||||
role: "Land Investor",
|
||||
company: "Montgomery",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fresh-vegetables-store_482257-91123.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Linda P.",
|
||||
role: "Homeowner",
|
||||
company: "Cleveland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-cheerful-woman-coat-with-coffee-go-laptop-joyfully-walking-autumn-park_574295-1464.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom B.",
|
||||
role: "Ranch Owner",
|
||||
company: "Splendora",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
},
|
||||
{ id: "1", name: "John D.", role: "Ranch Owner", company: "Liberty County", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-talking-phone-waving-waitress-outdoor-cafe-asking-bill_176420-25736.jpg" },
|
||||
{ id: "2", name: "Sarah M.", role: "Homeowner", company: "Cleveland", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg" },
|
||||
{ id: "3", name: "Mike R.", role: "Land Investor", company: "Montgomery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fresh-vegetables-store_482257-91123.jpg" },
|
||||
{ id: "4", name: "Linda P.", role: "Homeowner", company: "Cleveland", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-cheerful-woman-coat-with-coffee-go-laptop-joyfully-walking-autumn-park_574295-1464.jpg" },
|
||||
{ id: "5", name: "Tom B.", role: "Ranch Owner", company: "Splendora", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{ value: "100+", label: "Projects Completed" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "5/5", label: "Avg Rating" },
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="See why our neighbors trust B&L Industries."
|
||||
@@ -285,21 +143,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide free estimates for all projects in Cleveland and surrounding areas.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a fence installation take?",
|
||||
content: "Timelines vary by scope, but we always prioritize efficient, clean work to minimize disruption.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you do light commercial work?",
|
||||
content: "Yes, we work with both residential and commercial properties that need land or fencing solutions.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free estimates for all projects in Cleveland and surrounding areas." },
|
||||
{ id: "f2", title: "How long does a fence installation take?", content: "Timelines vary by scope, but we always prioritize efficient, clean work to minimize disruption." },
|
||||
{ id: "f3", title: "Do you do light commercial work?", content: "Yes, we work with both residential and commercial properties that need land or fencing solutions." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about starting your project."
|
||||
@@ -310,16 +156,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to get started? We’re here to help bring your property project to life. Contact B&L Industries for a quote today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:2810000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "tel:2810000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -328,33 +167,16 @@ export default function LandingPage() {
|
||||
logoText="B&L Industries"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Fencing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Dirt Work",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Land Clearing",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Fencing", href: "#services" },
|
||||
{ label: "Dirt Work", href: "#services" },
|
||||
{ label: "Land Clearing", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:2810000000",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@blindustriestx.com",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:2810000000" },
|
||||
{ label: "Email", href: "mailto:info@blindustriestx.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user