Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 06:04:18 +00:00

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Services",
id: "#services",
},
{
name: "About",
id: "#about",
},
{
name: "Reviews",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Services", id: "#services" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Andrew McReynolds Plumbing"
/>
@@ -57,41 +42,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="ACT's Most Trusted Plumbing Professionals"
description="Reliable, honest and professional plumbing services backed by hundreds of happy customers."
buttons={[
{
text: "Call Now",
href: "tel:0400000000",
},
{
text: "Request a Quote",
href: "#contact",
},
{ text: "Call Now", href: "tel:0400000000" },
{ text: "Request a Quote", href: "#contact" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=1",
imageAlt: "Professional plumbing service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=2",
imageAlt: "Expert plumbing solution",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=3",
imageAlt: "Reliable home plumbing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=4",
imageAlt: "Trusted local plumber",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=5",
imageAlt: "High quality workmanship",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg", imageAlt: "Professional plumbing service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg", imageAlt: "Expert plumbing solution" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg", imageAlt: "Reliable home plumbing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg", imageAlt: "Trusted local plumber" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg", imageAlt: "High quality workmanship" },
]}
/>
</div>
@@ -103,46 +66,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Heath Cooper",
role: "Homeowner",
company: "Canberra",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg?_wi=1",
},
{
id: "2",
name: "Gabby A",
role: "Homeowner",
company: "Belconnen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=1",
},
{
id: "3",
name: "Susan Zhuang",
role: "Homeowner",
company: "Tuggeranong",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg?_wi=1",
},
{
id: "4",
name: "Rachel",
role: "Homeowner",
company: "Gungahlin",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1",
},
{
id: "5",
name: "Mark V",
role: "Homeowner",
company: "Woden",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
},
{ id: "1", name: "Heath Cooper", role: "Homeowner", company: "Canberra", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg" },
{ id: "2", name: "Gabby A", role: "Homeowner", company: "Belconnen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg" },
{ id: "3", name: "Susan Zhuang", role: "Homeowner", company: "Tuggeranong", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg" },
{ id: "4", name: "Rachel", role: "Homeowner", company: "Gungahlin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
{ id: "5", name: "Mark V", role: "Homeowner", company: "Woden", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg" },
]}
title="Trusted By Hundreds Of Local Homeowners"
description="Don't just take our word for it—read what our local ACT customers have to say about our professional service."
@@ -153,71 +81,17 @@ export default function LandingPage() {
<FeatureCardNine
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Blocked Drains",
description: "Fast diagnosis and clearing of blocked drains.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=6",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=7",
},
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=8",
imageAlt: "professional plumber at work",
},
{
title: "Hot Water Systems",
description: "Repair, replacement and installation.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=9",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=10",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg?_wi=2",
imageAlt: "happy client portrait",
},
{
title: "Leaking Taps & Pipes",
description: "Quick repairs before small problems become big ones.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=11",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=12",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=2",
imageAlt: "happy client portrait",
},
{
title: "Gas Plumbing",
description: "Safe and certified gas fitting.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=13",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=14",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg?_wi=2",
imageAlt: "happy client portrait",
},
{
title: "Emergency Plumbing",
description: "Rapid response when plumbing problems can't wait.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=15",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg?_wi=16",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2",
imageAlt: "happy client portrait",
},
]}
animationType="slide-up"
showStepNumbers={false}
title="Our Plumbing Services"
description="We offer a wide range of professional plumbing services to keep your home running smoothly."
features={[
{ title: "Blocked Drains", description: "Fast diagnosis and clearing of blocked drains.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" } },
{ title: "Hot Water Systems", description: "Repair, replacement and installation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" } },
{ title: "Leaking Taps & Pipes", description: "Quick repairs before small problems become big ones.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" } },
{ title: "Gas Plumbing", description: "Safe and certified gas fitting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" } },
{ title: "Emergency Plumbing", description: "Rapid response when plumbing problems can't wait.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg" } },
]}
/>
</div>
@@ -226,22 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Locals Choose Andrew McReynolds"
tag="Trusted Service"
metricsAnimation="slide-up"
metrics={[
{
id: "m1",
value: "10+",
description: "Years of Local Experience",
},
{
id: "m2",
value: "500+",
description: "Happy Local Customers",
},
{
id: "m3",
value: "100%",
description: "Quality Workmanship Guaranteed",
},
{ id: "m1", value: "10+", description: "Years of Local Experience" },
{ id: "m2", value: "500+", description: "Happy Local Customers" },
{ id: "m3", value: "100%", description: "Quality Workmanship Guaranteed" },
]}
/>
</div>
@@ -250,21 +113,11 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Meet Andrew McReynolds",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/portrait-worker-woman_23-2148138157.jpg",
alt: "Andrew McReynolds",
},
{ type: "text", content: "Meet Andrew McReynolds" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/portrait-worker-woman_23-2148138157.jpg", alt: "Andrew McReynolds" },
]}
buttons={[
{
text: "Speak To Andrew Today",
href: "tel:0400000000",
},
{ text: "Speak To Andrew Today", href: "tel:0400000000" },
]}
/>
</div>
@@ -272,9 +125,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Need A Reliable Plumber?"
description="Don't let plumbing problems get worse. Contact Andrew McReynolds Plumbing today for professional and honest service."
imageSrc="http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg"
@@ -287,14 +138,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Andrew McReynolds Plumbing"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>