Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e0d32dea1 | |||
| 3aefd333f3 | |||
| 354029281f | |||
| 915d8fce34 | |||
| e30d7b98c2 | |||
| 1b8017cbda | |||
| bfbf0c623f | |||
| 54e83bcf5e |
181
src/app/page.tsx
181
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Reliable Plumbers"
|
||||
/>
|
||||
@@ -59,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="Reliable Plumbers Los Angeles"
|
||||
variant: "plain"}}
|
||||
logoText="Trusted 24/7 Plumbing Experts in Los Angeles"
|
||||
description="24/7 Professional plumbing services in the heart of Los Angeles. Fast, honest, and high-quality repairs for your home or business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (323) 331-4383",
|
||||
href: "tel:3233314383",
|
||||
},
|
||||
text: "Call Now (323) 331-4383", href: "tel:3233314383"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -85,19 +70,13 @@ export default function LandingPage() {
|
||||
description="With a 5.0 rating across all our reviews, we pride ourselves on honest pricing and excellent quality. Our team is dedicated to getting the job done quickly and correctly every time."
|
||||
metrics={[
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
},
|
||||
value: "5.0", title: "Star Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Service Availability",
|
||||
},
|
||||
value: "24/7", title: "Service Availability"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Customer Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-his-thumb-up-purple_141793-74565.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,19 +90,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Pipe Repair",
|
||||
description: "Quick and professional resolution for leaks and broken pipes.",
|
||||
},
|
||||
title: "Pipe Repair", description: "Quick and professional resolution for leaks and broken pipes."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Drain Cleaning",
|
||||
description: "Clearing stubborn blockages to get your home running smoothly.",
|
||||
},
|
||||
title: "Drain Cleaning", description: "Clearing stubborn blockages to get your home running smoothly."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Routine Maintenance",
|
||||
description: "Proactive checks to prevent future plumbing disasters.",
|
||||
},
|
||||
title: "Routine Maintenance", description: "Proactive checks to prevent future plumbing disasters."},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From emergency pipe repairs to routine maintenance, we handle it all with professional precision."
|
||||
@@ -137,23 +110,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: ThumbsUp,
|
||||
title: "Recent Jobs",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m1", icon: ThumbsUp,
|
||||
title: "Recent Jobs", value: "500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Positive Reviews",
|
||||
value: "200+",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Positive Reviews", value: "200+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Clock,
|
||||
title: "Avg. Response",
|
||||
value: "60m",
|
||||
},
|
||||
id: "m3", icon: Clock,
|
||||
title: "Avg. Response", value: "60m"},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Transparency and speed are the pillars of our work in LA."
|
||||
@@ -166,60 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Wesley Ivy",
|
||||
date: "11 hours ago",
|
||||
title: "Satisfied Customer",
|
||||
quote: "Honest pricing and excellent quality service.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg?_wi=2",
|
||||
imageAlt: "smiling face studio portrait",
|
||||
},
|
||||
id: "t1", name: "Wesley Ivy", date: "11 hours ago", title: "Satisfied Customer", quote: "Honest pricing and excellent quality service.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg?_wi=2", imageAlt: "smiling face studio portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Alexander Mila",
|
||||
date: "a day ago",
|
||||
title: "Satisfied Customer",
|
||||
quote: "Everything was completed quickly and correctly.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-laughing-with-crossed-arms_1194-951.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-his-thumb-up-purple_141793-74565.jpg?_wi=2",
|
||||
imageAlt: "smiling face studio portrait",
|
||||
},
|
||||
id: "t2", name: "Alexander Mila", date: "a day ago", title: "Satisfied Customer", quote: "Everything was completed quickly and correctly.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-laughing-with-crossed-arms_1194-951.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-his-thumb-up-purple_141793-74565.jpg?_wi=2", imageAlt: "smiling face studio portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
date: "3 days ago",
|
||||
title: "Satisfied Customer",
|
||||
quote: "Professional team, showed up exactly when promised.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg",
|
||||
imageAlt: "smiling face studio portrait",
|
||||
},
|
||||
id: "t3", name: "Sarah J.", date: "3 days ago", title: "Satisfied Customer", quote: "Professional team, showed up exactly when promised.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg", imageSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg", imageAlt: "smiling face studio portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark D.",
|
||||
date: "1 week ago",
|
||||
title: "Satisfied Customer",
|
||||
quote: "Reasonable rates and very helpful staff.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-hipster-man-with-beard-smiling-laughing_176420-12167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg",
|
||||
imageAlt: "smiling face studio portrait",
|
||||
},
|
||||
id: "t4", name: "Mark D.", date: "1 week ago", title: "Satisfied Customer", quote: "Reasonable rates and very helpful staff.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-hipster-man-with-beard-smiling-laughing_176420-12167.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", imageAlt: "smiling face studio portrait"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily T.",
|
||||
date: "2 weeks ago",
|
||||
title: "Satisfied Customer",
|
||||
quote: "Solved my emergency leak in minutes. Highly recommended.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pipe-wrench-screwing-nut_181624-49738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
|
||||
imageAlt: "smiling face studio portrait",
|
||||
},
|
||||
id: "t5", name: "Emily T.", date: "2 weeks ago", title: "Satisfied Customer", quote: "Solved my emergency leak in minutes. Highly recommended.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pipe-wrench-screwing-nut_181624-49738.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "smiling face studio portrait"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why homeowners in Los Angeles trust us."
|
||||
@@ -232,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide emergency services?",
|
||||
content: "Yes, we are open 24 hours a day to handle your plumbing emergencies.",
|
||||
},
|
||||
id: "f1", title: "Do you provide emergency services?", content: "Yes, we are open 24 hours a day to handle your plumbing emergencies."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve the Los Angeles area, including Weyburn Pl and surrounding neighborhoods.",
|
||||
},
|
||||
id: "f2", title: "What areas do you serve?", content: "We primarily serve the Los Angeles area, including Weyburn Pl and surrounding neighborhoods."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can reach us directly at (323) 331-4383 to speak with a technician immediately.",
|
||||
},
|
||||
id: "f3", title: "How can I book an appointment?", content: "You can reach us directly at (323) 331-4383 to speak with a technician immediately."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our plumbing services."
|
||||
@@ -257,8 +167,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need Help? Reach Out Today"
|
||||
description="Fill in your details below and we will contact you shortly, or just give us a call for immediate assistance."
|
||||
@@ -270,33 +179,21 @@ export default function LandingPage() {
|
||||
logoText="Reliable Plumbers LA"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "990 Weyburn Pl, LA, CA",
|
||||
href: "#",
|
||||
},
|
||||
label: "990 Weyburn Pl, LA, CA", href: "#"},
|
||||
{
|
||||
label: "(323) 331-4383",
|
||||
href: "tel:3233314383",
|
||||
},
|
||||
label: "(323) 331-4383", href: "tel:3233314383"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -306,4 +203,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--background: #9edcff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
|
||||
Reference in New Issue
Block a user