Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7224fdf7a9 | |||
| 796dc75990 |
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lee Clayton Plumbing"
|
||||
/>
|
||||
@@ -66,74 +54,40 @@ export default function LandingPage() {
|
||||
description="Fast, clean, and dependable plumbing services in Conroe & surrounding areas."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sandy L.",
|
||||
handle: "Conroe Resident",
|
||||
testimonial: "They installed our new water heater in under 2 hours and left the garage spotless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
name: "Sandy L.", handle: "Conroe Resident", testimonial: "They installed our new water heater in under 2 hours and left the garage spotless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Responsive, professional, and very fair pricing for a complex repair.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
name: "Mark D.", handle: "Homeowner", testimonial: "Responsive, professional, and very fair pricing for a complex repair.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "Local Resident",
|
||||
testimonial: "Amazing attention to detail. Our kitchen remodel plumbing looks perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
|
||||
},
|
||||
name: "Elena R.", handle: "Local Resident", testimonial: "Amazing attention to detail. Our kitchen remodel plumbing looks perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg"},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "Business Owner",
|
||||
testimonial: "The best commercial plumbing team in Conroe. Always on time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
|
||||
},
|
||||
name: "David W.", handle: "Business Owner", testimonial: "The best commercial plumbing team in Conroe. Always on time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg"},
|
||||
{
|
||||
name: "Sarah P.",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Reliable 24/7 service. They are my go-to for all plumbing emergencies.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
},
|
||||
name: "Sarah P.", handle: "Property Manager", testimonial: "Reliable 24/7 service. They are my go-to for all plumbing emergencies.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+19367565151",
|
||||
},
|
||||
text: "Call Now", href: "tel:+19367565151"},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-girl-washing-sponge-kitchen-sink_23-2147824127.jpg"
|
||||
imageAlt="Professional plumbing technician fixing a sink"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-man-his-his-greenhouse_53876-98136.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-man-his-his-greenhouse_53876-98136.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-blue-shirt-casual-mixed_1139-755.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-blue-shirt-casual-mixed_1139-755.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", alt: "Client 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,14 +97,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Local Craftsmanship. Honest Pricing.",
|
||||
},
|
||||
type: "text", content: "Local Craftsmanship. Honest Pricing."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721530.jpg",
|
||||
alt: "Lee Clayton Plumbing Team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721530.jpg", alt: "Lee Clayton Plumbing Team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,20 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Plumbing",
|
||||
description: "24/7 rapid response for your most urgent pipe and leak emergencies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg",
|
||||
},
|
||||
title: "Emergency Plumbing", description: "24/7 rapid response for your most urgent pipe and leak emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg"},
|
||||
{
|
||||
title: "Sewer & Drain",
|
||||
description: "Fast clearing, video camera inspection, and long-term prevention—no mess.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-set_1284-10527.jpg",
|
||||
},
|
||||
title: "Sewer & Drain", description: "Fast clearing, video camera inspection, and long-term prevention—no mess.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-set_1284-10527.jpg"},
|
||||
{
|
||||
title: "Remodel Plumbing",
|
||||
description: "Kitchen and bathroom plumbing precision for high-end remodels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg",
|
||||
},
|
||||
title: "Remodel Plumbing", description: "Kitchen and bathroom plumbing precision for high-end remodels.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg"},
|
||||
]}
|
||||
title="Our Specialized Plumbing Services"
|
||||
description="Comprehensive residential and light commercial plumbing solutions in Conroe."
|
||||
@@ -191,20 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
description: "Years Serving Conroe",
|
||||
},
|
||||
id: "m1", value: "10+", description: "Years Serving Conroe"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Satisfaction Guaranteed",
|
||||
},
|
||||
id: "m2", value: "100%", description: "No-Hassle Guarantee"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Emergency Response",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Emergency Response"},
|
||||
]}
|
||||
title="Why Conroe Trusts Us"
|
||||
description="Local plumbing excellence with a commitment to transparency."
|
||||
@@ -219,25 +150,15 @@ export default function LandingPage() {
|
||||
author="Mark D."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -249,14 +170,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Conroe Chamber of Commerce",
|
||||
"Better Business Bureau",
|
||||
"Texas State Plumbing Board",
|
||||
"Local Trade Association A",
|
||||
"Regional Contracting Group",
|
||||
"Home Builders Association",
|
||||
"Conroe Safety Coalition",
|
||||
]}
|
||||
"Conroe Chamber of Commerce", "Better Business Bureau", "Texas State Plumbing Board", "Local Trade Association A", "Regional Contracting Group", "Home Builders Association", "Conroe Safety Coalition"]}
|
||||
title="Licensed & Insured"
|
||||
description="Proud members of the Conroe community trade associations."
|
||||
/>
|
||||
@@ -268,35 +182,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency service?",
|
||||
content: "Yes, we provide 24/7 emergency plumbing services in Conroe.",
|
||||
},
|
||||
id: "f1", title: "Do you offer emergency service?", content: "Yes, we provide 24/7 emergency plumbing services in Conroe."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. We are fully licensed and insured for your peace of mind.",
|
||||
},
|
||||
id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured for your peace of mind."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide transparent, upfront estimates for most services.",
|
||||
},
|
||||
id: "f3", title: "Do you offer free estimates?", content: "Yes, we provide transparent, upfront estimates for most services."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, checks, and digital payments.",
|
||||
},
|
||||
id: "f4", title: "What payment methods do you accept?", content: "We accept all major credit cards, checks, and digital payments."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Do you work on commercial properties?",
|
||||
content: "Yes, we handle residential and light commercial plumbing projects.",
|
||||
},
|
||||
id: "f5", title: "Do you work on commercial properties?", content: "Yes, we handle residential and light commercial plumbing projects."},
|
||||
{
|
||||
id: "f6",
|
||||
title: "What neighborhoods do you serve?",
|
||||
content: "We serve all of Conroe and surrounding areas, including Montgomery, Willis, and The Woodlands.",
|
||||
},
|
||||
id: "f6", title: "What neighborhoods do you serve?", content: "We serve all of Conroe and surrounding areas, including Montgomery, Willis, and The Woodlands."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -314,22 +210,14 @@ export default function LandingPage() {
|
||||
description="Get in touch for a free estimate or emergency help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "description",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "description", placeholder: "How can we help?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg"
|
||||
/>
|
||||
@@ -340,50 +228,31 @@ export default function LandingPage() {
|
||||
logoText="Lee Clayton Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Services", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Emergency Plumbing", href: "#"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#",
|
||||
},
|
||||
label: "Water Heaters", href: "#"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "110 S Main St, Conroe, TX",
|
||||
href: "#",
|
||||
},
|
||||
label: "110 S Main St, Conroe, TX", href: "#"},
|
||||
{
|
||||
label: "+1 936-756-5151",
|
||||
href: "tel:+19367565151",
|
||||
},
|
||||
label: "+1 936-756-5151", href: "tel:+19367565151"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -393,4 +262,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user