Merge version_1 into main #1
279
src/app/page.tsx
279
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CheckCircle, Diamond, ShieldCheck, Star, Tool, Zap } from "lucide-react";
|
||||
import { CheckCircle, Diamond, ShieldCheck, Star, Wrench, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,35 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Lake State Plumbing"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:16512306676",
|
||||
}}
|
||||
text: "Call Now", href: "tel:16512306676"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,69 +54,44 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Luxury Plumbing Done Right"
|
||||
description="Experience unparalleled service for your home's plumbing needs. Fast • Reliable • 4.7★ Rated (40 Reviews)"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
alt: "Satisfied Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Satisfied Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-engineer-builder-girl-uniform-dental-braces-standing-with-closed-posture-isolated-white-space-with-copy-space_141793-92564.jpg",
|
||||
alt: "Satisfied Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-engineer-builder-girl-uniform-dental-braces-standing-with-closed-posture-isolated-white-space-with-copy-space_141793-92564.jpg", alt: "Satisfied Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-mug-kitchen_23-2148334735.jpg",
|
||||
alt: "Satisfied Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-mug-kitchen_23-2148334735.jpg", alt: "Satisfied Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
alt: "Satisfied Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Satisfied Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Close up portrait of young handsome successful man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Close up portrait of young handsome successful man"},
|
||||
]}
|
||||
avatarText="Trusted by 40+ satisfied homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (651) 230-6676",
|
||||
href: "tel:16512306676",
|
||||
},
|
||||
text: "Call (651) 230-6676", href: "tel:16512306676"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Emergency Service",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Emergency Service", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Guaranteed",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Quality Guaranteed", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Experienced Technicians",
|
||||
icon: Tool,
|
||||
type: "text-icon", text: "Experienced Technicians", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Craftsmanship",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Luxury Craftsmanship", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Client Satisfaction",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Client Satisfaction", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,19 +104,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer Satisfaction",
|
||||
value: "4.7★ Rating",
|
||||
},
|
||||
label: "Customer Satisfaction", value: "4.7★ Rating"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Service Speed",
|
||||
value: "Same-Day Service",
|
||||
},
|
||||
label: "Service Speed", value: "Same-Day Service"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Local Expertise",
|
||||
value: "Trusted Local Experts",
|
||||
},
|
||||
label: "Local Expertise", value: "Trusted Local Experts"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -168,80 +123,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Leak Repair",
|
||||
description: "Swift, precise detection and repair of all types of leaks, preventing further damage and ensuring peace of mind.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg",
|
||||
imageAlt: "Plumber repairing a leak",
|
||||
},
|
||||
title: "Leak Repair", description: "Swift, precise detection and repair of all types of leaks, preventing further damage and ensuring peace of mind.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", imageAlt: "Plumber repairing a leak"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Advanced detection",
|
||||
},
|
||||
text: "Advanced detection"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Lasting solutions",
|
||||
},
|
||||
text: "Lasting solutions"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Preventive measures",
|
||||
},
|
||||
text: "Preventive measures"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://images.unsplash.com/photo-1607472586893-edb57bdc0e39",
|
||||
imageAlt: "plumber fixing leaking pipe luxury home",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Advanced drain cleaning services, clearing blockages efficiently and restoring optimal flow to your plumbing system.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
|
||||
imageAlt: "Drain cleaning process",
|
||||
},
|
||||
title: "Drain Cleaning", description: "Advanced drain cleaning services, clearing blockages efficiently and restoring optimal flow to your plumbing system.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", imageAlt: "Drain cleaning process"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "High-pressure jetting",
|
||||
},
|
||||
text: "High-pressure jetting"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Eco-friendly methods",
|
||||
},
|
||||
text: "Eco-friendly methods"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Prevents future clogs",
|
||||
},
|
||||
text: "Prevents future clogs"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageAlt: "plumber fixing leaking pipe luxury home",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Water Heater Installation",
|
||||
description: "Professional installation of water heaters, ensuring energy efficiency, optimal performance, and consistent hot water supply.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg",
|
||||
imageAlt: "Water heater installation",
|
||||
},
|
||||
title: "Water Heater Installation", description: "Professional installation of water heaters, ensuring energy efficiency, optimal performance, and consistent hot water supply.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", imageAlt: "Water heater installation"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Energy-efficient models",
|
||||
},
|
||||
text: "Energy-efficient models"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Expert sizing",
|
||||
},
|
||||
text: "Expert sizing"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Guaranteed performance",
|
||||
},
|
||||
text: "Guaranteed performance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-engineer-builder-girl-uniform-dental-braces-standing-with-closed-posture-isolated-white-space-with-copy-space_141793-92564.jpg",
|
||||
imageAlt: "plumber fixing leaking pipe luxury home",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Expert Plumbing Solutions Tailored for You"
|
||||
description="From essential repairs to advanced installations, our certified plumbers deliver precision and lasting quality."
|
||||
@@ -256,40 +184,15 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
testimonial: "Lake State Plumbing provided exceptional service. Their team was professional, prompt, and solved our complex issue with ease. Truly a luxury experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Lake State Plumbing provided exceptional service. Their team was professional, prompt, and solved our complex issue with ease. Truly a luxury experience!", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Property Manager",
|
||||
testimonial: "Reliable and efficient. Lake State Plumbing handled multiple properties for us, and their work is always top-notch. Highly recommend for any high-end plumbing needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vintage-bathtub_641386-354.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Reliable and efficient. Lake State Plumbing handled multiple properties for us, and their work is always top-notch. Highly recommend for any high-end plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vintage-bathtub_641386-354.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Interior Designer",
|
||||
testimonial: "As a designer, I appreciate attention to detail. Lake State Plumbing exceeded expectations, integrating seamlessly with our luxury home project. Fantastic results!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Interior Designer", testimonial: "As a designer, I appreciate attention to detail. Lake State Plumbing exceeded expectations, integrating seamlessly with our luxury home project. Fantastic results!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Estate Owner",
|
||||
testimonial: "For our estate, only the best will do. Lake State Plumbing delivered impeccable service, from routine maintenance to urgent repairs. Their expertise is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184347.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Estate Owner", testimonial: "For our estate, only the best will do. Lake State Plumbing delivered impeccable service, from routine maintenance to urgent repairs. Their expertise is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184347.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Home Buyer",
|
||||
testimonial: "Their pre-purchase plumbing inspection was thorough and professional. Gave us great peace of mind. Excellent communication and highly skilled technicians.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Home Buyer", testimonial: "Their pre-purchase plumbing inspection was thorough and professional. Gave us great peace of mind. Excellent communication and highly skilled technicians.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from homeowners who've experienced the Lake State Plumbing difference."
|
||||
@@ -301,14 +204,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Master Plumber Certified",
|
||||
"Luxury Home Services",
|
||||
"Local Home Alliance",
|
||||
"Sustainable Plumbing",
|
||||
"Premium Service Award",
|
||||
"Insured & Bonded",
|
||||
"Modern Home Solutions",
|
||||
]}
|
||||
"Master Plumber Certified", "Luxury Home Services", "Local Home Alliance", "Sustainable Plumbing", "Premium Service Award", "Insured & Bonded", "Modern Home Solutions"]}
|
||||
title="Trusted by Leading Brands & Local Communities"
|
||||
description="Our commitment to excellence is backed by partnerships and recognition from industry bodies and satisfied clients."
|
||||
/>
|
||||
@@ -320,30 +216,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you serve?",
|
||||
content: "Lake State Plumbing proudly serves the greater Lake State metropolitan area and surrounding communities. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "1", title: "What areas do you serve?", content: "Lake State Plumbing proudly serves the greater Lake State metropolitan area and surrounding communities. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your plumbers licensed and insured?",
|
||||
content: "Absolutely. All our plumbers are fully licensed, certified, and insured professionals, ensuring the highest standards of safety and quality for every job.",
|
||||
},
|
||||
id: "2", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers are fully licensed, certified, and insured professionals, ensuring the highest standards of safety and quality for every job."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How quickly can you respond to an emergency?",
|
||||
content: "We prioritize emergency calls and strive to provide same-day service whenever possible. Our team is equipped for rapid response to minimize damage and inconvenience.",
|
||||
},
|
||||
id: "3", title: "How quickly can you respond to an emergency?", content: "We prioritize emergency calls and strive to provide same-day service whenever possible. Our team is equipped for rapid response to minimize damage and inconvenience."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer warranties on your work?",
|
||||
content: "Yes, we stand by the quality of our work. All our services come with a comprehensive warranty to ensure your complete satisfaction and peace of mind.",
|
||||
},
|
||||
id: "4", title: "Do you offer warranties on your work?", content: "Yes, we stand by the quality of our work. All our services come with a comprehensive warranty to ensure your complete satisfaction and peace of mind."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, debit cards, and electronic bank transfers for your convenience. Payment plans may also be available for larger projects.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and electronic bank transfers for your convenience. Payment plans may also be available for larger projects."},
|
||||
]}
|
||||
title="Your Questions, Expertly Answered"
|
||||
description="Find quick answers to common inquiries about our services, scheduling, and plumbing best practices."
|
||||
@@ -355,8 +236,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Reach Out For Luxury Plumbing Service"
|
||||
description="Contact Lake State Plumbing today for prompt, professional service. Call us directly at (651) 230-6676. We're open until 6PM."
|
||||
@@ -370,58 +250,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Leak Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leak Repair", href: "#services"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Water Heater",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Water Heater", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "#why-us"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us: (651) 230-6676",
|
||||
href: "tel:16512306676",
|
||||
},
|
||||
label: "Call Us: (651) 230-6676", href: "tel:16512306676"},
|
||||
{
|
||||
label: "Email: info@lakestateplumbing.com",
|
||||
href: "mailto:info@lakestateplumbing.com",
|
||||
},
|
||||
label: "Email: info@lakestateplumbing.com", href: "mailto:info@lakestateplumbing.com"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user