2 Commits

Author SHA1 Message Date
9d44c4d850 Update src/app/page.tsx 2026-04-02 19:26:32 +00:00
6df6546163 Merge version_1 into main
Merge version_1 into main
2026-04-02 19:23:56 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Punchout Landscaping" brandName="Punchout Landscaping"
/> />
@@ -53,19 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Outdoor spaces that feel custom, clean, and unforgettable." title="Outdoor spaces that feel custom, clean, and unforgettable."
description="Punchout Landscaping & Construction LLC creates high-end exterior spaces with craftsmanship, honesty, and serious attention to detail. Built to elevate your home." description="Punchout Landscaping & Construction LLC creates high-end exterior spaces with craftsmanship, honesty, and serious attention to detail. Built to elevate your home."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:4802046617"},
href: "tel:4802046617",
},
{ {
text: "Request Quote", text: "Request Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg?_wi=1"
imageAlt="Luxury hardscaping renovation" imageAlt="Luxury hardscaping renovation"
@@ -78,9 +65,7 @@ export default function LandingPage() {
title="Refined outdoor construction with a reputation built on work ethic." title="Refined outdoor construction with a reputation built on work ethic."
buttons={[ buttons={[
{ {
text: "Read More", text: "Read More", href: "#services"},
href: "#services",
},
]} ]}
/> />
</div> </div>
@@ -92,19 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"Basic landscaping without grading", "Basic landscaping without grading", "Generic cookie-cutter patios", "Poor drainage planning", "Lack of communication"],
"Generic cookie-cutter patios",
"Poor drainage planning",
"Lack of communication",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Expert structural grading", "Expert structural grading", "Custom luxury hardscaping", "Smart water drainage solutions", "Transparent, honest updates"],
"Custom luxury hardscaping",
"Smart water drainage solutions",
"Transparent, honest updates",
],
}} }}
title="Designed to impress, built to endure." title="Designed to impress, built to endure."
description="Professional exterior services that combine aesthetic beauty with structural integrity." description="Professional exterior services that combine aesthetic beauty with structural integrity."
@@ -118,40 +95,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Kim Hochstein", role: "Homeowner", testimonial: "Exceptional craftsmanship on our backyard. We are thrilled with the outcome.", imageSrc: "http://img.b2bpic.net/free-photo/male-businessman-white-shirt-looking-confident_259150-56985.jpg"},
name: "Kim Hochstein",
role: "Homeowner",
testimonial: "Exceptional craftsmanship on our backyard. We are thrilled with the outcome.",
imageSrc: "http://img.b2bpic.net/free-photo/male-businessman-white-shirt-looking-confident_259150-56985.jpg",
},
{ {
id: "2", id: "2", name: "Jeff Hochstein", role: "Homeowner", testimonial: "Very attentive to detail and honest communication. Great experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
name: "Jeff Hochstein",
role: "Homeowner",
testimonial: "Very attentive to detail and honest communication. Great experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
},
{ {
id: "3", id: "3", name: "Jason Pele", role: "Homeowner", testimonial: "Fantastic job on our drainage. Detailed, forthcoming, and clear.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg"},
name: "Jason Pele",
role: "Homeowner",
testimonial: "Fantastic job on our drainage. Detailed, forthcoming, and clear.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
},
{ {
id: "4", id: "4", name: "M Noell", role: "Homeowner", testimonial: "Precision and attention to detail are unparalleled. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-men-working-together_23-2149908189.jpg"},
name: "M Noell",
role: "Homeowner",
testimonial: "Precision and attention to detail are unparalleled. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-men-working-together_23-2149908189.jpg",
},
{ {
id: "5", id: "5", name: "Miguel Pinedo", role: "Homeowner", testimonial: "You transformed my home into my favorite place. The best company.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-excited-architect_23-2148233760.jpg"},
name: "Miguel Pinedo",
role: "Homeowner",
testimonial: "You transformed my home into my favorite place. The best company.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-excited-architect_23-2148233760.jpg",
},
]} ]}
title="Real praise from real homeowners." title="Real praise from real homeowners."
description="See why clients trust our team for their outdoor projects." description="See why clients trust our team for their outdoor projects."
@@ -164,20 +116,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "What types of projects do you handle?", content: "We specialize in pavers, concrete, drainage, driveways, sidewalks, and backyard renovations."},
title: "What types of projects do you handle?",
content: "We specialize in pavers, concrete, drainage, driveways, sidewalks, and backyard renovations.",
},
{ {
id: "f2", id: "f2", title: "Do you offer free estimates?", content: "Yes, reach out via phone or form and we will discuss your project."},
title: "Do you offer free estimates?",
content: "Yes, reach out via phone or form and we will discuss your project.",
},
{ {
id: "f3", id: "f3", title: "What makes Punchout different?", content: "Our honesty, communication, and obsession with quality results."},
title: "What makes Punchout different?",
content: "Our honesty, communication, and obsession with quality results.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about starting your project." description="Everything you need to know about starting your project."
@@ -189,8 +132,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Get in touch" tag="Get in touch"
title="Start your transformation." title="Start your transformation."
description="Ready to upgrade your outdoor space? Fill out the form and we'll be in touch." description="Ready to upgrade your outdoor space? Fill out the form and we'll be in touch."
@@ -205,29 +147,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg?_wi=2"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#"},
href: "#",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "FAQs", label: "FAQs", href: "#faq"},
href: "#faq",
},
], ],
}, },
]} ]}