Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
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="Specialized Pest Control"
|
||||
/>
|
||||
@@ -55,70 +47,45 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Live Pest-Free. Feel Completely Protected."
|
||||
description="Specialized Pest Control delivers elite, licensed, and insured pest solutions trusted by homeowners and businesses across Central and South Florida."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call Now (305) 555-0199",
|
||||
href: "tel:3055550199",
|
||||
},
|
||||
text: "Call Now (305) 555-0199", href: "tel:3055550199"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sqwrh&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sqwrh"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gp71s",
|
||||
alt: "Happy client",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gp71s", alt: "Happy client"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bso692",
|
||||
alt: "Satisfied business owner",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bso692", alt: "Satisfied business owner"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwuyl",
|
||||
alt: "Long-term customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwuyl", alt: "Long-term customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv69nb",
|
||||
alt: "Happy homeowner",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv69nb", alt: "Happy homeowner"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ase95",
|
||||
alt: "Professional client",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ase95", alt: "Professional client"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Local Families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly Solutions",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Eco-Friendly Solutions", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Same-Day Response",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Same-Day Response", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Safe",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Family Safe", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Satisfaction Guaranteed",
|
||||
icon: Check,
|
||||
type: "text-icon", text: "Satisfaction Guaranteed", icon: Check,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -131,34 +98,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Reliability",
|
||||
title: "Decades of Experience",
|
||||
items: [
|
||||
"Certified experts",
|
||||
"Proven track record",
|
||||
"Local knowledge",
|
||||
],
|
||||
id: "1", label: "Reliability", title: "Decades of Experience", items: [
|
||||
"Certified experts", "Proven track record", "Local knowledge"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Flexibility",
|
||||
title: "Fast Response",
|
||||
items: [
|
||||
"Same-day scheduling",
|
||||
"On-time arrival",
|
||||
"Emergency service",
|
||||
],
|
||||
id: "2", label: "Flexibility", title: "Fast Response", items: [
|
||||
"Same-day scheduling", "On-time arrival", "Emergency service"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Safety",
|
||||
title: "Pet Safe",
|
||||
items: [
|
||||
"Eco-friendly products",
|
||||
"Family-safe methods",
|
||||
"Expert application",
|
||||
],
|
||||
id: "3", label: "Safety", title: "Pet Safe", items: [
|
||||
"Eco-friendly products", "Family-safe methods", "Expert application"],
|
||||
},
|
||||
]}
|
||||
title="The Highest-Rated Pest Control Company in South Florida"
|
||||
@@ -168,46 +117,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "General Pest Control",
|
||||
price: "From $99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=77bh22",
|
||||
},
|
||||
id: "1", name: "General Pest Control", price: "From $99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=77bh22"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Termite Control",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=exujjm",
|
||||
},
|
||||
id: "2", name: "Termite Control", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=exujjm"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Commercial Management",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1jsmyx",
|
||||
},
|
||||
id: "3", name: "Commercial Management", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1jsmyx"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bed Bug Treatment",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xrkmj2",
|
||||
},
|
||||
id: "4", name: "Bed Bug Treatment", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xrkmj2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mosquito Control",
|
||||
price: "From $75",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=06yrsh",
|
||||
},
|
||||
id: "5", name: "Mosquito Control", price: "From $75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=06yrsh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Rodent Exclusion",
|
||||
price: "From $150",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ip90rv",
|
||||
},
|
||||
id: "6", name: "Rodent Exclusion", price: "From $150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ip90rv"},
|
||||
]}
|
||||
title="Comprehensive Pest Protection"
|
||||
description="Tailored solutions for your Florida home and business."
|
||||
@@ -219,14 +145,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Safety. Your Home. Our Specialty."
|
||||
description={[
|
||||
"We are a passionate team of licensed and insured pest control specialists serving the Central and Southern coasts of Florida.",
|
||||
"With decades of experience and a deep understanding of Florida’s unique weather patterns and pest behaviors, we deliver solutions that are both highly effective and environmentally responsible.",
|
||||
]}
|
||||
"We are a passionate team of licensed and insured pest control specialists serving the Central and Southern coasts of Florida.", "With decades of experience and a deep understanding of Florida’s unique weather patterns and pest behaviors, we deliver solutions that are both highly effective and environmentally responsible."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More About Us", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,45 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Results",
|
||||
quote: "Everything was resolved quickly.",
|
||||
name: "Michele S.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gp71s",
|
||||
},
|
||||
id: "1", title: "Great Results", quote: "Everything was resolved quickly.", name: "Michele S.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gp71s"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Knowledge",
|
||||
quote: "Great service and great price!",
|
||||
name: "Shalym C.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bso692",
|
||||
},
|
||||
id: "2", title: "Expert Knowledge", quote: "Great service and great price!", name: "Shalym C.", role: "Business Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bso692"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly Professional",
|
||||
quote: "Extremely honest and forthcoming.",
|
||||
name: "Dr. Basta",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwuyl",
|
||||
},
|
||||
id: "3", title: "Highly Professional", quote: "Extremely honest and forthcoming.", name: "Dr. Basta", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwuyl"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Very Efficient",
|
||||
quote: "Perfect service, quick response.",
|
||||
name: "Pam E.",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv69nb",
|
||||
},
|
||||
id: "4", title: "Very Efficient", quote: "Perfect service, quick response.", name: "Pam E.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv69nb"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Flawless Results",
|
||||
quote: "No more roaches anymore!",
|
||||
name: "Gina C.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ase95",
|
||||
},
|
||||
id: "5", title: "Flawless Results", quote: "No more roaches anymore!", name: "Gina C.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ase95"},
|
||||
]}
|
||||
title="5.0 ★★★★★ From 26 Verified Clients"
|
||||
description="See why homeowners trust Specialized Pest Control."
|
||||
@@ -289,23 +181,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
title: "Region Covered",
|
||||
value: "Miami to Central",
|
||||
},
|
||||
id: "1", icon: MapPin,
|
||||
title: "Region Covered", value: "Miami to Central"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Clock,
|
||||
title: "Response Time",
|
||||
value: "< 24 Hours",
|
||||
},
|
||||
id: "2", icon: Clock,
|
||||
title: "Response Time", value: "< 24 Hours"},
|
||||
{
|
||||
id: "3",
|
||||
icon: CheckCircle,
|
||||
title: "Satisfaction",
|
||||
value: "100%",
|
||||
},
|
||||
id: "3", icon: CheckCircle,
|
||||
title: "Satisfaction", value: "100%"},
|
||||
]}
|
||||
title="Proudly Serving Central & South Florida"
|
||||
description="Our team responds quickly across the region to protect homes and businesses year-round."
|
||||
@@ -316,18 +199,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for a Pest-Free Home? Experience the professionalism and care trusted by families and businesses across Florida."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Service", href: "/contact"},
|
||||
{
|
||||
text: "Request Inspection",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Inspection", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -338,41 +216,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/",
|
||||
},
|
||||
label: "Reviews", href: "/"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Licensed & Insured",
|
||||
href: "#",
|
||||
},
|
||||
label: "Licensed & Insured", href: "#"},
|
||||
{
|
||||
label: "Eco-Friendly",
|
||||
href: "#",
|
||||
},
|
||||
label: "Eco-Friendly", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user