Update src/app/page.tsx
This commit is contained in:
253
src/app/page.tsx
253
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ArrowRight, Calendar } from 'lucide-react';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -29,28 +30,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="We Haul It All"
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,37 +47,16 @@ export default function LandingPage() {
|
||||
description="We Haul It All provides reliable junk removal, hauling, and demolition services in the Bay Area. Browse our service plans and schedule your cleanout today."
|
||||
tag="Trusted Bay Area Experts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#pricing",
|
||||
},
|
||||
{ text: "Schedule Service", href: "#contact" },
|
||||
{ text: "Get Free Quote", href: "#pricing" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-professional-junk-removal-truck-in-fro-1775836745219-cb7ce60d.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-professional-junk-removal-truck-in-fro-1775836745219-cb7ce60d.png"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-happy-homeown-1775836744401-ae727abd.png",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-busy-business-1775836743204-8bf6b4da.png",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-middle-aged-homeowner-look-1775836744763-f5fce541.png",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-woman-homeowner-modern-aes-1775836743028-dcd7b0b4.png",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-an-elderly-homeowner-warm-sm-1775836744418-36e19ff1.png",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-happy-homeown-1775836744401-ae727abd.png", alt: "Client 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-busy-business-1775836743204-8bf6b4da.png", alt: "Client 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-middle-aged-homeowner-look-1775836744763-f5fce541.png", alt: "Client 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-woman-homeowner-modern-aes-1775836743028-dcd7b0b4.png", alt: "Client 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-an-elderly-homeowner-warm-sm-1775836744418-36e19ff1.png", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 1,200+ local customers"
|
||||
/>
|
||||
@@ -101,30 +67,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Junk Removal",
|
||||
description: "Full-service removal of old furniture, appliances, and household clutter.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/wide-angle-shot-of-a-junk-removal-crew-c-1775836745400-5f87633d.png",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Construction Hauling",
|
||||
description: "Efficient disposal of debris from renovations and landscaping projects.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-person-loading-old-furniture-and-debri-1775836743337-53c7da3a.png?_wi=1",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Demolition Services",
|
||||
description: "Light demolition for sheds, hot tubs, and small structures.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-construction-debris-area-being-cleaned-1775836744836-353206b9.png",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Same-Day Booking",
|
||||
description: "Quick scheduling available for urgent cleanout needs in the Bay Area.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-professional-junk-removal-truck-in-fro-1775836745219-cb7ce60d.png?_wi=2",
|
||||
buttonIcon: "Calendar",
|
||||
},
|
||||
{ title: "Residential Junk Removal", description: "Full-service removal of old furniture, appliances, and household clutter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/wide-angle-shot-of-a-junk-removal-crew-c-1775836745400-5f87633d.png", buttonIcon: ArrowRight },
|
||||
{ title: "Construction Hauling", description: "Efficient disposal of debris from renovations and landscaping projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-person-loading-old-furniture-and-debri-1775836743337-53c7da3a.png", buttonIcon: ArrowRight },
|
||||
{ title: "Demolition Services", description: "Light demolition for sheds, hot tubs, and small structures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-construction-debris-area-being-cleaned-1775836744836-353206b9.png", buttonIcon: ArrowRight },
|
||||
{ title: "Same-Day Booking", description: "Quick scheduling available for urgent cleanout needs in the Bay Area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-professional-junk-removal-truck-in-fro-1775836745219-cb7ce60d.png", buttonIcon: Calendar },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive junk removal and demolition solutions for your property."
|
||||
@@ -137,27 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1,200+",
|
||||
title: "Projects Completed",
|
||||
description: "Successful cleanouts in our local area.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/before-and-after-transformation-shot-of--1775836745071-9e7aff6f.png",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Consistently high ratings from our clients.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-perfectly-cleaned-out-commercial-offic-1775836744978-24aa576e.png",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24h",
|
||||
title: "Fast Response Time",
|
||||
description: "Average time to arrive for urgent requests.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-person-loading-old-furniture-and-debri-1775836743337-53c7da3a.png?_wi=2",
|
||||
},
|
||||
{ id: "m1", value: "1,200+", title: "Projects Completed", description: "Successful cleanouts in our local area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/before-and-after-transformation-shot-of--1775836745071-9e7aff6f.png" },
|
||||
{ id: "m2", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings from our clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-perfectly-cleaned-out-commercial-offic-1775836744978-24aa576e.png" },
|
||||
{ id: "m3", value: "24h", title: "Fast Response Time", description: "Average time to arrive for urgent requests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/a-person-loading-old-furniture-and-debri-1775836743337-53c7da3a.png" },
|
||||
]}
|
||||
title="Real Results & Proof"
|
||||
description="See how we've transformed homes and businesses across the Bay Area."
|
||||
@@ -170,39 +98,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$150",
|
||||
subtitle: "Single Item Haul",
|
||||
features: [
|
||||
"1-2 Large Items",
|
||||
"Quick Pickup",
|
||||
"Standard Disposal Fees Included",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Most Popular",
|
||||
price: "$350",
|
||||
subtitle: "Half Truck Load",
|
||||
features: [
|
||||
"Up to 1/2 Truck Capacity",
|
||||
"Labor & Hauling",
|
||||
"Professional Sorting",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Full Service",
|
||||
price: "$650",
|
||||
subtitle: "Full Truck Load",
|
||||
features: [
|
||||
"Full Truck Capacity",
|
||||
"Heavy Debris Removal",
|
||||
"Priority Scheduling",
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Essential", price: "$150", subtitle: "Single Item Haul", features: ["1-2 Large Items", "Quick Pickup", "Standard Disposal Fees Included"] },
|
||||
{ id: "standard", badge: "Most Popular", price: "$350", subtitle: "Half Truck Load", features: ["Up to 1/2 Truck Capacity", "Labor & Hauling", "Professional Sorting"] },
|
||||
{ id: "premium", badge: "Full Service", price: "$650", subtitle: "Full Truck Load", features: ["Full Truck Capacity", "Heavy Debris Removal", "Priority Scheduling"] },
|
||||
]}
|
||||
title="Service Pricing Plans"
|
||||
description="Transparent and affordable pricing for all your removal needs."
|
||||
@@ -215,41 +113,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_home",
|
||||
testimonial: "They hauled away my garage junk in record time! Highly recommend.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-happy-homeown-1775836744401-ae727abd.png",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike R.",
|
||||
handle: "@miker_sf",
|
||||
testimonial: "Professional, efficient, and great communication during my renovation.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-busy-business-1775836743204-8bf6b4da.png",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Linda M.",
|
||||
handle: "@linda_bay",
|
||||
testimonial: "I was overwhelmed by debris, but the team made it look easy. Amazing results.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-middle-aged-homeowner-look-1775836744763-f5fce541.png",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@dave_w",
|
||||
testimonial: "Transparent pricing and very careful with my home property during removal.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-woman-homeowner-modern-aes-1775836743028-dcd7b0b4.png",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Patty L.",
|
||||
handle: "@patty_l",
|
||||
testimonial: "The best junk removal experience in the Bay Area. Will definitely call again!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-an-elderly-homeowner-warm-sm-1775836744418-36e19ff1.png",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sarah_home", testimonial: "They hauled away my garage junk in record time! Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-happy-homeown-1775836744401-ae727abd.png" },
|
||||
{ id: "t2", name: "Mike R.", handle: "@miker_sf", testimonial: "Professional, efficient, and great communication during my renovation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/professional-headshot-of-a-busy-business-1775836743204-8bf6b4da.png" },
|
||||
{ id: "t3", name: "Linda M.", handle: "@linda_bay", testimonial: "I was overwhelmed by debris, but the team made it look easy. Amazing results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-middle-aged-homeowner-look-1775836744763-f5fce541.png" },
|
||||
{ id: "t4", name: "David W.", handle: "@dave_w", testimonial: "Transparent pricing and very careful with my home property during removal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-a-woman-homeowner-modern-aes-1775836743028-dcd7b0b4.png" },
|
||||
{ id: "t5", name: "Patty L.", handle: "@patty_l", testimonial: "The best junk removal experience in the Bay Area. Will definitely call again!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/headshot-of-an-elderly-homeowner-warm-sm-1775836744418-36e19ff1.png" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by Bay Area homeowners for over a decade."
|
||||
@@ -259,21 +127,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to get started?"
|
||||
title="Schedule Your Service Today"
|
||||
description="Give us a call at (707) 718-3317 or send a request to get a free quote instantly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (707) 718-3317",
|
||||
href: "tel:7077183317",
|
||||
},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Call (707) 718-3317", href: "tel:7077183317" },
|
||||
{ text: "Get Free Quote", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -283,50 +143,23 @@ export default function LandingPage() {
|
||||
logoText="We Haul It All"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Junk Removal",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Demolition",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Hauling",
|
||||
href: "#",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Junk Removal", href: "#" },
|
||||
{ label: "Demolition", href: "#" },
|
||||
{ label: "Hauling", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user