Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-15 16:23:21 +00:00
5 changed files with 99 additions and 486 deletions

View File

@@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Mahoney Plumbing"
button={{ text: "Call Now", href: "tel:+17067232039" }}
/>
</div>
@@ -54,15 +40,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Meet Your Local Plumber, CJ",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/waiter-does-advertisement-politics-showing-speech-bubble_482257-96009.jpg",
alt: "CJ",
},
{ type: "text", content: "Meet Your Local Plumber, CJ" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/waiter-does-advertisement-politics-showing-speech-bubble_482257-96009.jpg", alt: "CJ" }
]}
/>
</div>
@@ -71,10 +50,7 @@ export default function LandingPage() {
<TextSplitAbout
useInvertedBackground={false}
title="Our Philosophy"
description={[
"Quality over quantity.",
"Customer satisfaction is our #1 priority.",
]}
description={["Quality over quantity.", "Customer satisfaction is our #1 priority."]}
/>
</div>
@@ -83,39 +59,15 @@ export default function LandingPage() {
logoText="Mahoney Plumbing"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -25,37 +25,21 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Mahoney Plumbing"
button={{ text: "Call Now", href: "tel:+17067232039" }}
/>
</div>
<div id="contact-route" data-section="contact-route">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact"
title="Get Plumbing Help Today"
description="Were ready to help with your plumbing needs in North Augusta."
@@ -67,16 +51,8 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Need answers fast?"
faqs={[
{
id: "f3",
title: "How do I pay?",
content: "We accept cards, cash, and digital payments.",
},
{
id: "f4",
title: "What areas do you serve?",
content: "We serve all of North Augusta and surrounding areas.",
},
{ id: "f3", title: "How do I pay?", content: "We accept cards, cash, and digital payments." },
{ id: "f4", title: "What areas do you serve?", content: "We serve all of North Augusta and surrounding areas." }
]}
faqsAnimation="slide-up"
/>
@@ -87,39 +63,15 @@ export default function LandingPage() {
logoText="Mahoney Plumbing"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,94 +29,39 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Mahoney Plumbing"
button={{ text: "Call Now", href: "tel:+17067232039" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Fast, Reliable Plumbing in North Augusta You Can Count On"
description="Same-Day Service • Honest Pricing • Trusted Local Plumber"
buttons={[
{
text: "Call Now",
href: "tel:+17067232039",
},
{
text: "Request Service",
href: "/contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg?_wi=1"
buttons={[{ text: "Call Now", href: "tel:+17067232039" }, { text: "Request Service", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
alt: "Portrait of happy resident",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
alt: "Happy homeowner portrait",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
alt: "Satisfied customer at home",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
alt: "Happy local neighbor",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg",
alt: "Content resident in North Augusta",
},
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Portrait of happy resident" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", alt: "Happy homeowner portrait" },
{ src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", alt: "Satisfied customer at home" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", alt: "Happy local neighbor" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg", alt: "Content resident in North Augusta" }
]}
avatarText="Trusted by 500+ local families"
marqueeItems={[
{
type: "text",
text: "Emergency Repairs",
},
{
type: "text",
text: "Drain Cleaning",
},
{
type: "text",
text: "Water Heaters",
},
{
type: "text",
text: "Pipe Replacement",
},
{
type: "text",
text: "Leak Detection",
},
{ type: "text", text: "Emergency Repairs" },
{ type: "text", text: "Drain Cleaning" },
{ type: "text", text: "Water Heaters" },
{ type: "text", text: "Pipe Replacement" },
{ type: "text", text: "Leak Detection" }
]}
/>
</div>
@@ -128,29 +73,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fast Response",
description: "Same-day and emergency plumbing services.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-vector/pack-color-business-icons-flat-design_1212-139.jpg",
imageAlt: "price tag money icon",
title: "Fast Response", description: "Same-day and emergency plumbing services.", bentoComponent: "reveal-icon", icon: Zap
},
{
title: "Fair Pricing",
description: "Clear, upfront pricing (most jobs $200$300).",
bentoComponent: "reveal-icon",
icon: DollarSign,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg?_wi=2",
imageAlt: "price tag money icon",
title: "Fair Pricing", description: "Clear, upfront pricing (most jobs $200$300).", bentoComponent: "reveal-icon", icon: DollarSign
},
{
title: "Trusted Local Expert",
description: "Friendly, professional service from CJ.",
bentoComponent: "reveal-icon",
icon: User,
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-service-card-set_1284-9890.jpg",
imageAlt: "price tag money icon",
},
title: "Trusted Local Expert", description: "Friendly, professional service from CJ.", bentoComponent: "reveal-icon", icon: User
}
]}
title="Your Go-To Plumber in North Augusta, SC"
description="Trusted by local homeowners for fast, efficient, and professional repairs."
@@ -162,46 +92,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Hero Service",
quote: "CJ was my hero today! He showed up fast, explained everything clearly, and fixed my pipe quickly and efficiently.",
name: "Happy Customer",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
},
{
id: "2",
title: "Amazing",
quote: "Professional, reasonable, fast, and accurate. Same-day service and great pricing.",
name: "Satisfied Client",
role: "Resident",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
},
{
id: "3",
title: "Exceptional",
quote: "From the moment I contacted CJ, the customer service was exceptional.",
name: "Valued Client",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg",
},
{
id: "4",
title: "Great Work",
quote: "Highly recommend Mahoney Plumbing for any home plumbing needs.",
name: "Happy Homeowner",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
},
{
id: "5",
title: "Lifesaver",
quote: "Came out quickly during an emergency. Best plumber in North Augusta!",
name: "Grateful Neighbor",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
},
{ id: "1", title: "Hero Service", quote: "CJ was my hero today! He showed up fast, explained everything clearly, and fixed my pipe quickly and efficiently.", name: "Happy Customer", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
{ id: "2", title: "Amazing", quote: "Professional, reasonable, fast, and accurate. Same-day service and great pricing.", name: "Satisfied Client", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" },
{ id: "3", title: "Exceptional", quote: "From the moment I contacted CJ, the customer service was exceptional.", name: "Valued Client", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg" },
{ id: "4", title: "Great Work", quote: "Highly recommend Mahoney Plumbing for any home plumbing needs.", name: "Happy Homeowner", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" },
{ id: "5", title: "Lifesaver", quote: "Came out quickly during an emergency. Best plumber in North Augusta!", name: "Grateful Neighbor", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" }
]}
title="Real Customers. Real Results."
description="See what your neighbors are saying."
@@ -217,37 +112,13 @@ export default function LandingPage() {
description="No hidden fees, just honest work."
plans={[
{
id: "basic",
name: "Basic Repair",
price: "$150",
features: [
"Leak fix",
"Drain clog",
"Emergency callout",
],
buttons: [
{
text: "Select",
href: "/contact",
},
],
id: "basic", name: "Basic Repair", price: "$150", features: ["Leak fix", "Drain clog", "Emergency callout"],
buttons: [{ text: "Select", href: "/contact" }]
},
{
id: "standard",
name: "Full Inspection",
price: "$350",
features: [
"Full home check",
"Pressure test",
"Water heater flush",
],
buttons: [
{
text: "Select",
href: "/contact",
},
],
},
id: "standard", name: "Full Inspection", price: "$350", features: ["Full home check", "Pressure test", "Water heater flush"],
buttons: [{ text: "Select", href: "/contact" }]
}
]}
/>
</div>
@@ -261,18 +132,8 @@ export default function LandingPage() {
title="The Team"
description="Local experts you can rely on."
members={[
{
id: "cj",
name: "CJ Mahoney",
role: "Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg",
},
{
id: "support",
name: "Sarah J.",
role: "Service Manager",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg",
},
{ id: "cj", name: "CJ Mahoney", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg" },
{ id: "support", name: "Sarah J.", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg" }
]}
/>
</div>
@@ -282,39 +143,15 @@ export default function LandingPage() {
logoText="Mahoney Plumbing"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
export default function ReviewsPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Mahoney Plumbing"
button={{ text: "Call Now", href: "tel:+17067232039" }}
/>
</div>
@@ -55,46 +41,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "r1",
title: "Broken Pipe Fix",
quote: "CJ was my hero today! I had a broken pipe and didnt know where it was coming from. He came out fast, explained everything, and fixed it quickly.",
name: "Sarah",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg",
},
{
id: "r2",
title: "Great Pricing",
quote: "Professional, reasonable, fast, and accurate. Same-day service and great pricing.",
name: "Mark",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg",
},
{
id: "r3",
title: "Exceptional",
quote: "From the moment I contacted CJ, the customer service was exceptional.",
name: "Linda",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
},
{
id: "r4",
title: "Fast",
quote: "Fast, friendly, and honest. Will definitely use again!",
name: "Tom",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-redecorate-house_23-2148814625.jpg",
},
{
id: "r5",
title: "Reliable",
quote: "Couldn't ask for a better local plumber. Highly recommend.",
name: "Becky",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg",
},
{ id: "r1", title: "Broken Pipe Fix", quote: "CJ was my hero today! I had a broken pipe and didnt know where it was coming from. He came out fast, explained everything, and fixed it quickly.", name: "Sarah", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg" },
{ id: "r2", title: "Great Pricing", quote: "Professional, reasonable, fast, and accurate. Same-day service and great pricing.", name: "Mark", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg" },
{ id: "r3", title: "Exceptional", quote: "From the moment I contacted CJ, the customer service was exceptional.", name: "Linda", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg" },
{ id: "r4", title: "Fast", quote: "Fast, friendly, and honest. Will definitely use again!", name: "Tom", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-redecorate-house_23-2148814625.jpg" },
{ id: "r5", title: "Reliable", quote: "Couldn't ask for a better local plumber. Highly recommend.", name: "Becky", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg" }
]}
title="5-Star Service You Can Trust"
description="See why homeowners in North Augusta choose Mahoney Plumbing."
@@ -106,16 +57,8 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Common Questions"
faqs={[
{
id: "f1",
title: "Do you offer emergency service?",
content: "Yes, we prioritize emergency plumbing issues.",
},
{
id: "f2",
title: "Are you licensed?",
content: "Yes, we are fully licensed and insured.",
},
{ id: "f1", title: "Do you offer emergency service?", content: "Yes, we prioritize emergency plumbing issues." },
{ id: "f2", title: "Are you licensed?", content: "Yes, we are fully licensed and insured." }
]}
faqsAnimation="slide-up"
/>
@@ -126,39 +69,15 @@ export default function LandingPage() {
logoText="Mahoney Plumbing"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Mahoney Plumbing"
button={{ text: "Call Now", href: "tel:+17067232039" }}
/>
</div>
@@ -54,15 +40,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Professional Plumbing Services",
},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/plumbing-service-card-set_1284-9890.jpg",
alt: "Plumbing",
},
{ type: "text", content: "Professional Plumbing Services" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/plumbing-service-card-set_1284-9890.jpg", alt: "Plumbing" }
]}
/>
</div>
@@ -70,9 +49,7 @@ export default function LandingPage() {
<div id="contact-body" data-section="contact-body">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Need Help?"
title="Call Today for Fast Service"
description="We are ready to handle your pipe repairs, leaks, and emergency issues."
@@ -84,39 +61,15 @@ export default function LandingPage() {
logoText="Mahoney Plumbing"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}