Merge version_3 into main #4
119
src/app/page.tsx
119
src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="EstimatePro"
|
||||
/>
|
||||
@@ -45,14 +41,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Precision Estimating for Elite Builders"
|
||||
description="Unlock accurate project costs and maximize your margins with our industry-leading construction estimating services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Estimate", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Get Your Estimate", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-taking-notes-mini-notebook-white-t-shirt-helmet-looking-busy-front-view_176474-9981.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,39 +56,7 @@ export default function LandingPage() {
|
||||
accordionItems={[
|
||||
{ id: "c1", title: "General Contractors", content: "Residential and commercial primary contractors." },
|
||||
{ id: "c2", title: "Electrical Contractors", content: "Full electrical systems and low voltage wiring." },
|
||||
{ id: "c3", title: "Plumbing Contractors", content: "Residential and industrial pipe systems." },
|
||||
{ id: "c4", title: "HVAC Contractors", content: "Climate control and ventilation specialists." },
|
||||
{ id: "c5", title: "Concrete Contractors", content: "Foundation and structural concrete work." },
|
||||
{ id: "c6", title: "Masonry Contractors", content: "Brick, stone, and block masonry." },
|
||||
{ id: "c7", title: "Carpentry Contractors", content: "Framing, finish carpentry, and millwork." },
|
||||
{ id: "c8", title: "Painting Contractors", content: "Interior and exterior coating systems." },
|
||||
{ id: "c9", title: "Roofing Contractors", content: "Commercial and residential roofing." },
|
||||
{ id: "c10", title: "Drywall Contractors", content: "Wall assembly and finishing." },
|
||||
{ id: "c11", title: "Flooring Contractors", content: "Tile, carpet, hardwood, and epoxy." },
|
||||
{ id: "c12", title: "Landscaping Contractors", content: "Hardscaping and irrigation planning." },
|
||||
{ id: "c13", title: "Glass & Glazing Contractors", content: "Window and curtain wall systems." },
|
||||
{ id: "c14", title: "Steel Fabricators", content: "Structural and ornamental steelwork." },
|
||||
{ id: "c15", title: "Excavation Contractors", content: "Site prep and earthmoving." },
|
||||
{ id: "c16", title: "Insulation Contractors", content: "Thermal and acoustic insulation." },
|
||||
{ id: "c17", title: "Demolition Contractors", content: "Structure removal and site clearing." },
|
||||
{ id: "c18", title: "Waterproofing Contractors", content: "Foundation and envelope protection." },
|
||||
{ id: "c19", title: "Fire Protection Contractors", content: "Sprinkler and safety systems." },
|
||||
{ id: "c20", title: "Tile & Stone Contractors", content: "Interior and exterior stone installation." },
|
||||
{ id: "c21", title: "Cabinetry Contractors", content: "Custom kitchen and casework." },
|
||||
{ id: "c22", title: "Siding Contractors", content: "Exterior wall facade installation." },
|
||||
{ id: "c23", title: "Asphalt Paving Contractors", content: "Pavement and roadway systems." },
|
||||
{ id: "c24", title: "Elevator Contractors", content: "Lift and vertical transport systems." },
|
||||
{ id: "c25", title: "Solar Contractors", content: "Photovoltaic and renewable systems." },
|
||||
{ id: "c26", title: "Security Contractors", content: "Access control and surveillance." },
|
||||
{ id: "c27", title: "Acoustic Ceiling Contractors", content: "Drop ceiling and sound masking." },
|
||||
{ id: "c28", title: "Environmental Remediation", content: "Hazardous material abatement." },
|
||||
{ id: "c29", title: "Curtain Wall Contractors", content: "High-rise exterior glass systems." },
|
||||
{ id: "c30", title: "Utility Contractors", content: "Public and site utility services." },
|
||||
{ id: "c31", title: "Fencing Contractors", content: "Perimeter and decorative fencing." },
|
||||
{ id: "c32", title: "Cleanroom Contractors", content: "Controlled environment installation." },
|
||||
{ id: "c33", title: "Medical Gas Contractors", content: "Specialized gas distribution." },
|
||||
{ id: "c34", title: "Pool & Spa Contractors", content: "Aquatic and recreational construction." },
|
||||
{ id: "c35", title: "Cold Storage Contractors", content: "Refrigeration and insulated enclosures." }
|
||||
{ id: "c3", title: "Plumbing Contractors", content: "Residential and industrial pipe systems." }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-construction-workers-wearing-safety-vests-hard-hats-standing-construction-site_1150-18451.jpg"
|
||||
@@ -110,24 +70,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "BuildPro", name: "Residential Renovation", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/construction-plans-architectural-project_1232-2918.jpg"},
|
||||
{
|
||||
id: "p2", brand: "BuildPro", name: "Commercial Buildout", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-481.jpg"},
|
||||
{
|
||||
id: "p3", brand: "BuildPro", name: "Luxury Home Build", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741804.jpg"},
|
||||
{
|
||||
id: "p4", brand: "BuildPro", name: "Landscape Estimates", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-16234.jpg"},
|
||||
{
|
||||
id: "p5", brand: "BuildPro", name: "Industrial Projects", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-425.jpg"},
|
||||
{
|
||||
id: "p6", brand: "BuildPro", name: "Sustainable Development", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-teamwork-project_23-2148894074.jpg"},
|
||||
{ id: "p1", brand: "BuildPro", name: "Residential Renovation", price: "Custom Quote", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/construction-plans-architectural-project_1232-2918.jpg" },
|
||||
{ id: "p2", brand: "BuildPro", name: "Commercial Buildout", price: "Custom Quote", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-481.jpg" },
|
||||
{ id: "p3", brand: "BuildPro", name: "Luxury Home Build", price: "Custom Quote", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741804.jpg" }
|
||||
]}
|
||||
title="Our Specialized Estimating Services"
|
||||
description="From residential luxury homes to massive industrial developments."
|
||||
@@ -140,12 +85,9 @@ export default function LandingPage() {
|
||||
title="Proven Results That Build Success"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "$500M+", description: "Worth of Projects Estimated"},
|
||||
{
|
||||
id: "m2", value: "1,200+", description: "Happy Contractors"},
|
||||
{
|
||||
id: "m3", value: "99.8%", description: "Estimate Accuracy"},
|
||||
{ id: "m1", value: "$500M+", description: "Worth of Projects Estimated" },
|
||||
{ id: "m2", value: "1,200+", description: "Happy Contractors" },
|
||||
{ id: "m3", value: "99.8%", description: "Estimate Accuracy" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -156,12 +98,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How fast do you return estimates?", content: "Most residential projects are returned within 48-72 hours."},
|
||||
{
|
||||
id: "q2", title: "Can you handle large projects?", content: "Yes, we specialize in large industrial and commercial scale builds."},
|
||||
{
|
||||
id: "q3", title: "Is your data secure?", content: "We maintain strict data privacy standards for all your project blueprints."},
|
||||
{ id: "q1", title: "How fast do you return estimates?", content: "Most residential projects are returned within 48-72 hours." },
|
||||
{ id: "q2", title: "Can you handle large projects?", content: "Yes, we specialize in large industrial and commercial scale builds." },
|
||||
{ id: "q3", title: "Is your data secure?", content: "We maintain strict data privacy standards for all your project blueprints." }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
title="Common Questions About Estimating"
|
||||
@@ -178,16 +117,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Marcus Thorne, Principal Builder"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", alt: "Marcus Thorne"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/construction-team-work_23-2151962521.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-architect-holding-his-plans_23-2148242980.jpg", alt: "David B."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-helmet_23-2148921381.jpg", alt: "Elena R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/proud-male-contractor-enjoying-day-work-checking-blueprints-construction-new-house_662251-497.jpg", alt: "Jim W."},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", alt: "Marcus Thorne" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/construction-team-work_23-2151962521.jpg", alt: "Sarah J." }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -197,23 +128,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to streamline your construction bidding process? Start your first estimate today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Estimators", href: "mailto:hello@estimatepro.com"},
|
||||
]}
|
||||
buttons={[{ text: "Contact Estimators", href: "mailto:hello@estimatepro.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="EstimatePro"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user