Merge version_2 into main #2
206
src/app/page.tsx
206
src/app/page.tsx
@@ -30,92 +30,57 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Maple Grove Plumbing Pros"
|
||||
button={{
|
||||
text: "(763) 555-0100",
|
||||
href: "tel:7635550100",
|
||||
}}
|
||||
text: "(763) 555-0100", href: "tel:7635550100"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Professional Plumbing Services for Maple Grove"
|
||||
description="24/7 expert residential and commercial plumbing solutions. Licensed, insured, and dedicated to excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (763) 555-0100",
|
||||
href: "tel:7635550100",
|
||||
},
|
||||
text: "Call Now: (763) 555-0100", href: "tel:7635550100"},
|
||||
{
|
||||
text: "Schedule Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Online", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275715.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "5★ Rating",
|
||||
},
|
||||
type: "text", text: "5★ Rating"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Satisfaction",
|
||||
},
|
||||
type: "text", text: "100% Satisfaction"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
type: "text", text: "Locally Owned"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12691.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12691.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-call-center-man-wearing-headset-his-thumbs-up-isolated-white-background_141793-63592.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-call-center-man-wearing-headset-his-thumbs-up-isolated-white-background_141793-63592.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ satisfied homeowners in Maple Grove."
|
||||
/>
|
||||
@@ -128,29 +93,19 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Jobs Completed",
|
||||
value: "10k+",
|
||||
},
|
||||
label: "Jobs Completed", value: "10k+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Response Time",
|
||||
value: "<60m",
|
||||
},
|
||||
label: "Response Time", value: "<60m"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Clients",
|
||||
value: "99%",
|
||||
},
|
||||
label: "Happy Clients", value: "99%"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Licensed Professionals",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Licensed Professionals", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -162,35 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Rapid clearing of all types of drains and sewers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
|
||||
},
|
||||
title: "Drain Cleaning", description: "Rapid clearing of all types of drains and sewers.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"},
|
||||
{
|
||||
title: "Water Heaters",
|
||||
description: "Repair and installation of tankless and tank heaters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg",
|
||||
},
|
||||
title: "Water Heaters", description: "Repair and installation of tankless and tank heaters.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg"},
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "Precision electronic leak detection and repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg",
|
||||
},
|
||||
title: "Leak Detection", description: "Precision electronic leak detection and repair.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg"},
|
||||
{
|
||||
title: "Fixture Repair",
|
||||
description: "Expert repair of faucets, toilets, and sinks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decoration-interior-sink-water-faucet-bathroom_74190-8999.jpg",
|
||||
},
|
||||
title: "Fixture Repair", description: "Expert repair of faucets, toilets, and sinks.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decoration-interior-sink-water-faucet-bathroom_74190-8999.jpg"},
|
||||
{
|
||||
title: "Pipe Inspection",
|
||||
description: "Video camera inspections of sewer and water lines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg",
|
||||
},
|
||||
title: "Pipe Inspection", description: "Video camera inspections of sewer and water lines.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg"},
|
||||
{
|
||||
title: "Filtration Systems",
|
||||
description: "Whole-home water filtration and softening solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
},
|
||||
title: "Filtration Systems", description: "Whole-home water filtration and softening solutions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg"},
|
||||
]}
|
||||
title="Comprehensive Plumbing Services"
|
||||
description="We offer a full range of residential and commercial plumbing services delivered with precision."
|
||||
@@ -205,56 +142,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Maple Grove",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12691.jpg",
|
||||
},
|
||||
id: "1", name: "Jameson R.", role: "Homeowner", company: "Maple Grove", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12691.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Davis",
|
||||
role: "Property Mgr",
|
||||
company: "Maple Grove",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg",
|
||||
},
|
||||
id: "2", name: "Linda K.", role: "Homeowner", company: "Maple Grove", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Homeowner",
|
||||
company: "Maple Grove",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg",
|
||||
},
|
||||
id: "3", name: "Marcus D.", role: "Property Manager", company: "Maple Grove", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Ross",
|
||||
role: "Homeowner",
|
||||
company: "Maple Grove",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
id: "4", name: "Elena W.", role: "Homeowner", company: "Maple Grove", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Smith",
|
||||
role: "Homeowner",
|
||||
company: "Maple Grove",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-call-center-man-wearing-headset-his-thumbs-up-isolated-white-background_141793-63592.jpg",
|
||||
},
|
||||
id: "5", name: "Tom B.", role: "Local Resident", company: "Maple Grove", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-call-center-man-wearing-headset-his-thumbs-up-isolated-white-background_141793-63592.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson",
|
||||
role: "Homeowner",
|
||||
company: "Maple Grove",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
},
|
||||
id: "6", name: "Sandra V.", role: "Homeowner", company: "Maple Grove", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why our neighbors recommend us."
|
||||
description="See what our neighbors are saying about our service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -262,8 +169,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Available 24/7"
|
||||
title="Need Emergency Plumbing?"
|
||||
description="Our team is standing by to help with your plumbing emergencies 24/7. Call us immediately or send a request."
|
||||
@@ -280,33 +186,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "#why-us"},
|
||||
{
|
||||
label: "Emergency Help",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Emergency Help", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sitemap", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -316,4 +210,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user