Update src/app/page.tsx
This commit is contained in:
241
src/app/page.tsx
241
src/app/page.tsx
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user