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
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Punchout Landscaping"
/>
@@ -53,19 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
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."
buttons={[
{
text: "Call Now",
href: "tel:4802046617",
},
text: "Call Now", href: "tel:4802046617"},
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", 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"
imageAlt="Luxury hardscaping renovation"
@@ -78,9 +65,7 @@ export default function LandingPage() {
title="Refined outdoor construction with a reputation built on work ethic."
buttons={[
{
text: "Read More",
href: "#services",
},
text: "Read More", href: "#services"},
]}
/>
</div>
@@ -92,19 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Basic landscaping without grading",
"Generic cookie-cutter patios",
"Poor drainage planning",
"Lack of communication",
],
"Basic landscaping without grading", "Generic cookie-cutter patios", "Poor drainage planning", "Lack of communication"],
}}
positiveCard={{
items: [
"Expert structural grading",
"Custom luxury hardscaping",
"Smart water drainage solutions",
"Transparent, honest updates",
],
"Expert structural grading", "Custom luxury hardscaping", "Smart water drainage solutions", "Transparent, honest updates"],
}}
title="Designed to impress, built to endure."
description="Professional exterior services that combine aesthetic beauty with structural integrity."
@@ -118,40 +95,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Real praise from real homeowners."
description="See why clients trust our team for their outdoor projects."
@@ -164,20 +116,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What types of projects do you handle?",
content: "We specialize in pavers, concrete, drainage, driveways, sidewalks, and backyard renovations.",
},
id: "f1", title: "What types of projects do you handle?", content: "We specialize in pavers, concrete, drainage, driveways, sidewalks, and backyard renovations."},
{
id: "f2",
title: "Do you offer free estimates?",
content: "Yes, reach out via phone or form and we will discuss your project.",
},
id: "f2", title: "Do you offer free estimates?", content: "Yes, reach out via phone or form and we will discuss your project."},
{
id: "f3",
title: "What makes Punchout different?",
content: "Our honesty, communication, and obsession with quality results.",
},
id: "f3", title: "What makes Punchout different?", content: "Our honesty, communication, and obsession with quality results."},
]}
title="Common Questions"
description="Everything you need to know about starting your project."
@@ -189,8 +132,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in touch"
title="Start your transformation."
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"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
],
},
]}
@@ -237,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}