Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
144
src/app/page.tsx
144
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Floyd's Plumbing LLC"
|
||||
/>
|
||||
@@ -49,21 +43,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Floyd's Plumbing LLC"
|
||||
description="Professional plumbing services for residential and commercial properties. Reliable, fast, and high-quality repairs you can count on."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+15551234567"},
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,49 +64,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Leak Repair",
|
||||
description: "Quickly detecting and fixing leaks to prevent water damage.",
|
||||
icon: Droplets,
|
||||
title: "Leak Repair", description: "Quickly detecting and fixing leaks to prevent water damage.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=2",
|
||||
imageAlt: "plumber technician professional uniform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Removing blockages for smooth water flow in your home.",
|
||||
icon: Wrench,
|
||||
title: "Drain Cleaning", description: "Removing blockages for smooth water flow in your home.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=4",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=5",
|
||||
imageAlt: "professional plumbing repair tools",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Installation",
|
||||
description: "Expert installation for faucets, toilets, and water heaters.",
|
||||
icon: Settings,
|
||||
title: "Installation", description: "Expert installation for faucets, toilets, and water heaters.", icon: Settings,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=7",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg?_wi=1",
|
||||
imageAlt: "happy customer residential house",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Our Plumbing Services"
|
||||
@@ -133,45 +104,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Davis",
|
||||
role: "Property Manager",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877352.jpg",
|
||||
},
|
||||
id: "2", name: "John Davis", role: "Property Manager", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877352.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Homeowner",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exchanging-goods-barter-event_23-2150208157.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Homeowner", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exchanging-goods-barter-event_23-2150208157.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Wilson",
|
||||
role: "Homeowner",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-with-shopping-bag-city_1157-28114.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Wilson", role: "Homeowner", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-with-shopping-bag-city_1157-28114.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Garcia",
|
||||
role: "Business Owner",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2794.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Garcia", role: "Business Owner", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2794.jpg"},
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="See why our community chooses Floyd's Plumbing."
|
||||
@@ -187,30 +133,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we provide 24/7 emergency support for urgent plumbing issues like burst pipes or major leaks.",
|
||||
},
|
||||
id: "1", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency support for urgent plumbing issues like burst pipes or major leaks."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I schedule an appointment?",
|
||||
content: "You can contact us via our phone number or the contact form on this website to book a time that works for you.",
|
||||
},
|
||||
id: "2", title: "How do I schedule an appointment?", content: "You can contact us via our phone number or the contact form on this website to book a time that works for you."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your plumbers licensed?",
|
||||
content: "Absolutely. All our technicians are fully licensed, insured, and experienced professionals.",
|
||||
},
|
||||
id: "3", title: "Are your plumbers licensed?", content: "Absolutely. All our technicians are fully licensed, insured, and experienced professionals."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide estimates?",
|
||||
content: "Yes, we offer free quotes for all major repair and installation services. Give us a call to discuss your project.",
|
||||
},
|
||||
id: "4", title: "Do you provide estimates?", content: "Yes, we offer free quotes for all major repair and installation services. Give us a call to discuss your project."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What areas do you serve?",
|
||||
content: "We provide comprehensive plumbing services across the entire metropolitan area and surrounding neighborhoods.",
|
||||
},
|
||||
id: "5", title: "What areas do you serve?", content: "We provide comprehensive plumbing services across the entire metropolitan area and surrounding neighborhoods."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,16 +150,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to get started?"
|
||||
title="Need a Reliable Plumber?"
|
||||
description="We are available for emergency repairs and scheduled maintenance. Contact us today for a free quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:floyds@example.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:floyds@example.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user