Merge version_2 into main #2
142
src/app/page.tsx
142
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lizard Lick"
|
||||
/>
|
||||
@@ -54,41 +46,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Pressure Washing & Landscaping"
|
||||
description="Lizard Lick serves Wilmington, NC and beyond with top-tier, fully insured care for your home's exterior and landscape. Call us today for a free estimate!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978282787-thfkded8.jpg",
|
||||
imageAlt: "Lizard Lick Service 1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978424156-41rmi7l1.jpg", imageAlt: "Lizard Lick Service 1"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978282787-w9tvm3r2.jpg",
|
||||
imageAlt: "Lizard Lick Service 2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978424157-qftiw0y8.jpg", imageAlt: "Lizard Lick Service 2"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978282787-rs5abxs7.jpg",
|
||||
imageAlt: "Lizard Lick Service 3",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978424157-4sbdkxhi.jpg", imageAlt: "Lizard Lick Service 3"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978282787-5lrpxsdf.jpg",
|
||||
imageAlt: "Lizard Lick Service 4",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978424157-ce7wems5.jpg", imageAlt: "Lizard Lick Service 4"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978282787-7kjnctrj.jpg",
|
||||
imageAlt: "Lizard Lick Service 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1",
|
||||
imageAlt: "Lizard Lick Service 6",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm3S1vLnZol2CJ1ONXhfUnq5rI/uploaded-1776978424157-sqv6mvxz.jpg", imageAlt: "Lizard Lick Service 5"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,9 +75,7 @@ export default function LandingPage() {
|
||||
title="Fully Insured Professional Care for Your Property"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,19 +88,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Pressure Washing",
|
||||
description: "Safe, effective exterior cleaning for siding, driveways, and roofs.",
|
||||
},
|
||||
title: "Pressure Washing", description: "Safe, effective exterior cleaning for siding, driveways, and roofs."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Expert Landscaping",
|
||||
description: "Lawn maintenance, planting, and landscape design tailored to your vision.",
|
||||
},
|
||||
title: "Expert Landscaping", description: "Lawn maintenance, planting, and landscape design tailored to your vision."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Fully Insured",
|
||||
description: "Total peace of mind with complete professional insurance coverage.",
|
||||
},
|
||||
title: "Fully Insured", description: "Total peace of mind with complete professional insurance coverage."},
|
||||
]}
|
||||
title="Comprehensive Exterior Services"
|
||||
description="We specialize in restoring curb appeal and maintaining beautiful landscapes for homeowners in Wilmington, NC."
|
||||
@@ -141,40 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Excellent service and very professional team. My home looks brand new again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Excellent service and very professional team. My home looks brand new again!", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Best landscaping job I've had. Fast, reliable, and very thorough.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
},
|
||||
id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Best landscaping job I've had. Fast, reliable, and very thorough.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda M.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Pressure washing was top notch. The driveways and siding are spotless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-watering-plants_23-2148683754.jpg",
|
||||
},
|
||||
id: "3", name: "Linda M.", role: "Homeowner", testimonial: "Pressure washing was top notch. The driveways and siding are spotless.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-watering-plants_23-2148683754.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Great attention to detail. Highly recommend to anyone in Wilmington.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Homeowner", testimonial: "Great attention to detail. Highly recommend to anyone in Wilmington.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily P.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Friendly team and amazing results. Will be hiring them for regular lawn care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg",
|
||||
},
|
||||
id: "5", name: "Emily P.", role: "Homeowner", testimonial: "Friendly team and amazing results. Will be hiring them for regular lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg"},
|
||||
]}
|
||||
title="Trusted by Your Neighbors"
|
||||
description="See why homeowners in Wilmington rely on our professional services."
|
||||
@@ -187,20 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I get a free estimate?",
|
||||
content: "You can call or text us anytime at 919-426-0754 or email us at lizardlickpwl@gmail.com.",
|
||||
},
|
||||
id: "f1", title: "How do I get a free estimate?", content: "You can call or text us anytime at 919-426-0754 or email us at lizardlickpwl@gmail.com."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you fully insured?",
|
||||
content: "Yes, we are a fully insured company, providing peace of mind for all our residential services.",
|
||||
},
|
||||
id: "f2", title: "Are you fully insured?", content: "Yes, we are a fully insured company, providing peace of mind for all our residential services."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where do you operate?",
|
||||
content: "We proudly serve Wilmington, NC and the surrounding areas.",
|
||||
},
|
||||
id: "f3", title: "Where do you operate?", content: "We proudly serve Wilmington, NC and the surrounding areas."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="We're happy to answer common questions about our pressure washing and landscaping services."
|
||||
@@ -212,8 +145,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to transform your property? Contact Lizard Lick today for your free estimate. Serving Wilmington, NC.\n\nCall/Text: 919-426-0754 | Email: lizardlickpwl@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
@@ -223,33 +155,21 @@ export default function LandingPage() {
|
||||
logoText="Lizard Lick Pressure Washing & Landscaping"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user