Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-23 11:14:25 +00:00
5 changed files with 111 additions and 503 deletions

View File

@@ -13,31 +13,23 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="BNS Plumbing Co"
/>
@@ -48,15 +40,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our History"
description={[
"BNS Plumbing began as a small Sydney venture.",
"We have grown through hard work and trust.",
]}
buttons={[
{
text: "Contact Us",
href: "/contact",
},
]}
"BNS Plumbing began as a small Sydney venture.", "We have grown through hard work and trust."]}
buttons={[{ text: "Contact Us", href: "/contact" }]}
/>
</div>
@@ -67,20 +52,8 @@ export default function LandingPage() {
title="Our Values"
description="We believe in honest service."
features={[
{
tag: "Integrity",
title: "Honesty",
subtitle: "Core value",
description: "Straight talk, fair prices.",
imageSrc: "http://img.b2bpic.net/free-photo/man-defocused-strength-sophisticated-large_1134-1348.jpg",
},
{
tag: "Safety",
title: "Standards",
subtitle: "Safe work",
description: "We put your home safety first.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg",
},
{ tag: "Integrity", title: "Honesty", subtitle: "Core value", description: "Straight talk, fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/man-defocused-strength-sophisticated-large_1134-1348.jpg" },
{ tag: "Safety", title: "Standards", subtitle: "Safe work", description: "We put your home safety first.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg" },
]}
/>
</div>
@@ -88,34 +61,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
]}
logoText="BNS Plumbing Co"
/>

View File

@@ -13,31 +13,23 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="BNS Plumbing Co"
/>
@@ -50,16 +42,8 @@ export default function LandingPage() {
description="Send us your details."
imageSrc="http://img.b2bpic.net/free-photo/young-hispanic-man-ecommerce-business-worker-using-laptop-standing-office_839833-34292.jpg"
inputs={[
{
name: "full-name",
type: "text",
placeholder: "Name",
},
{
name: "details",
type: "text",
placeholder: "Service required",
},
{ name: "full-name", type: "text", placeholder: "Name" },
{ name: "details", type: "text", placeholder: "Service required" },
]}
/>
</div>
@@ -71,20 +55,8 @@ export default function LandingPage() {
title="Contact Details"
description="Let's get talking."
features={[
{
tag: "Phone",
title: "Call Us",
subtitle: "Direct line",
description: "Call us at 0400000000.",
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
},
{
tag: "Email",
title: "Message",
subtitle: "Send email",
description: "We respond within 24 hours.",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
},
{ tag: "Phone", title: "Call Us", subtitle: "Direct line", description: "Call us at 0400000000.", imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg" },
{ tag: "Email", title: "Message", subtitle: "Send email", description: "We respond within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
]}
/>
</div>
@@ -92,34 +64,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
]}
logoText="BNS Plumbing Co"
/>

View File

@@ -17,31 +17,23 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="BNS Plumbing Co"
/>
@@ -49,22 +41,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
logoText="Sydney's Plumber Who Shows Up"
description="Honest pricing. Expert workmanship. Available on short notice."
buttons={[
{
text: "Call Brendon Now",
href: "tel:0400000000",
},
{
text: "Get a Free Quote",
href: "/contact",
},
{ text: "Call Brendon Now", href: "tel:0400000000" },
{ text: "Get a Free Quote", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-paint-textured-background_53876-108433.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-paint-textured-background_53876-108433.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -74,46 +58,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
tag: "Expert",
title: "Expert Workmanship",
subtitle: "Skilled Service",
description: "15+ years of residential, commercial & drainage experience",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367539.jpg",
imageAlt: "professional tradesman portrait friendly",
},
{
tag: "Transparency",
title: "Total Transparency",
subtitle: "Honest Quotes",
description: "We explain every repair and quote before we touch a thing",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-paint-textured-background_53876-108433.jpg?_wi=2",
imageAlt: "professional tradesman portrait friendly",
},
{
tag: "Fast",
title: "Fast Response",
subtitle: "Reliable Service",
description: "Short notice? No problem. We show up when you need us",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=1",
imageAlt: "professional tradesman portrait friendly",
},
{
tag: "Quality",
title: "Guaranteed Results",
subtitle: "Workmanship Warranty",
description: "We stand by our work so you have peace of mind.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1",
imageAlt: "professional tradesman portrait friendly",
},
{
tag: "Local",
title: "Sydney Based",
subtitle: "Community Driven",
description: "Proudly serving Sydney residents with local integrity.",
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg?_wi=1",
imageAlt: "professional tradesman portrait friendly",
},
{ tag: "Expert", title: "Expert Workmanship", subtitle: "Skilled Service", description: "15+ years of residential, commercial & drainage experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367539.jpg" },
{ tag: "Transparency", title: "Total Transparency", subtitle: "Honest Quotes", description: "We explain every repair and quote before we touch a thing", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-paint-textured-background_53876-108433.jpg" },
{ tag: "Fast", title: "Fast Response", subtitle: "Reliable Service", description: "Short notice? No problem. We show up when you need us", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg" },
{ tag: "Quality", title: "Guaranteed Results", subtitle: "Workmanship Warranty", description: "We stand by our work so you have peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg" },
{ tag: "Local", title: "Sydney Based", subtitle: "Community Driven", description: "Proudly serving Sydney residents with local integrity.", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg" },
]}
title="Why BNS Plumbing?"
description="Sydney's most trusted local plumber — honest pricing, expert work, always on time."
@@ -127,48 +76,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Emergency Repairs",
price: "Available 24/7",
variant: "Fast response",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=2",
},
{
id: "p2",
name: "Hot Water Systems",
price: "Supply & Install",
variant: "All brands",
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2",
},
{
id: "p3",
name: "Kitchen & Bathroom",
price: "Renovations",
variant: "Full repairs",
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg?_wi=2",
},
{
id: "p4",
name: "Gas Lines",
price: "Gas Fitting",
variant: "Certified",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333324.jpg",
},
{
id: "p5",
name: "Drainage & Sewer",
price: "CCTV Inspection",
variant: "Sewer relining",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg",
},
{
id: "p6",
name: "Commercial Plumbing",
price: "Strata & Business",
variant: "Professional sub-contractor",
imageSrc: "http://img.b2bpic.net/free-photo/adjusting-heating-valves-residential-building_169016-55768.jpg",
},
{ id: "p1", name: "Emergency Repairs", price: "Available 24/7", variant: "Fast response", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg" },
{ id: "p2", name: "Hot Water Systems", price: "Supply & Install", variant: "All brands", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg" },
{ id: "p3", name: "Kitchen & Bathroom", price: "Renovations", variant: "Full repairs", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg" },
{ id: "p4", name: "Gas Lines", price: "Gas Fitting", variant: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333324.jpg" },
{ id: "p5", name: "Drainage & Sewer", price: "CCTV Inspection", variant: "Sewer relining", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg" },
{ id: "p6", name: "Commercial Plumbing", price: "Strata & Business", variant: "Professional sub-contractor", imageSrc: "http://img.b2bpic.net/free-photo/adjusting-heating-valves-residential-building_169016-55768.jpg" },
]}
title="Our Services"
description="Comprehensive plumbing solutions for Sydney homes and businesses."
@@ -180,15 +93,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Meet Brendon"
description={[
"Hi, I'm Brendon — the person who will actually show up to your door. No call centres, no subcontractors. Just honest, quality plumbing work done right the first time.",
"I pride myself on clear communication, transparency, and expert workmanship. Whether it's an emergency repair or a full kitchen renovation, I treat your home like my own.",
]}
buttons={[
{
text: "Meet Brendon",
href: "/about",
},
]}
"Hi, I'm Brendon — the person who will actually show up to your door. No call centres, no subcontractors. Just honest, quality plumbing work done right the first time.", "I pride myself on clear communication, transparency, and expert workmanship. Whether it's an emergency repair or a full kitchen renovation, I treat your home like my own."]}
buttons={[{ text: "Meet Brendon", href: "/about" }]}
/>
</div>
@@ -199,46 +105,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Amanda Zarb",
role: "Property Manager",
company: "Real Estate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424005.jpg",
},
{
id: "t2",
name: "Raymond Khaushu",
role: "Owner",
company: "ARKI Civil",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg",
},
{
id: "t3",
name: "Maya J",
role: "Homeowner",
company: "Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-paper-house_23-2147694202.jpg",
},
{
id: "t4",
name: "Sarah P",
role: "Resident",
company: "Hills District",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
},
{
id: "t5",
name: "John D",
role: "Business Owner",
company: "Sydney CBD",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
{ id: "t1", name: "Amanda Zarb", role: "Property Manager", company: "Real Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424005.jpg" },
{ id: "t2", name: "Raymond Khaushu", role: "Owner", company: "ARKI Civil", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg" },
{ id: "t3", name: "Maya J", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-paper-house_23-2147694202.jpg" },
{ id: "t4", name: "Sarah P", role: "Resident", company: "Hills District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" },
{ id: "t5", name: "John D", role: "Business Owner", company: "Sydney CBD", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
]}
title="Trusted by Sydney"
description="Don't just take our word for it."
@@ -251,21 +122,9 @@ export default function LandingPage() {
title="Ready to fix that problem?"
description="Call us now or request a quote for your plumbing needs."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
{ name: "name", type: "text", placeholder: "Name" },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
{ name: "email", type: "email", placeholder: "Email Address" },
]}
buttonText="Request a Quote"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg"
@@ -275,34 +134,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
]}
logoText="BNS Plumbing Co"
/>

View File

@@ -13,31 +13,23 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="BNS Plumbing Co"
/>
@@ -52,22 +44,8 @@ export default function LandingPage() {
title="Community Love"
description="What our customers think."
testimonials={[
{
id: "rev-1",
name: "Jane D",
role: "Resident",
company: "Sydney North",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
},
{
id: "rev-2",
name: "Bob M",
role: "Local",
company: "Sydney East",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
},
{ id: "rev-1", name: "Jane D", role: "Resident", company: "Sydney North", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg" },
{ id: "rev-2", name: "Bob M", role: "Local", company: "Sydney East", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg" },
]}
/>
</div>
@@ -79,20 +57,8 @@ export default function LandingPage() {
title="Why Reviews Matter"
description="We thrive on your satisfaction."
features={[
{
tag: "Happy",
title: "Results",
subtitle: "Proven success",
description: "Hundreds of happy clients.",
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
},
{
tag: "Trust",
title: "Referrals",
subtitle: "Client growth",
description: "Most of our work comes from referrals.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
},
{ tag: "Happy", title: "Results", subtitle: "Proven success", description: "Hundreds of happy clients.", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg" },
{ tag: "Trust", title: "Referrals", subtitle: "Client growth", description: "Most of our work comes from referrals.", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" },
]}
/>
</div>
@@ -100,34 +66,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
]}
logoText="BNS Plumbing Co"
/>

View File

@@ -13,31 +13,23 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="BNS Plumbing Co"
/>
@@ -50,20 +42,8 @@ export default function LandingPage() {
title="Our Expertise"
description="We specialize in modern plumbing systems."
features={[
{
tag: "Fix",
title: "Leaks",
subtitle: "Fast repair",
description: "We find it and fix it.",
imageSrc: "http://img.b2bpic.net/free-photo/spring-spout-sink-design-bright-marble-wall_169016-69126.jpg",
},
{
tag: "Install",
title: "Systems",
subtitle: "New installs",
description: "Efficient installation services.",
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg",
},
{ tag: "Fix", title: "Leaks", subtitle: "Fast repair", description: "We find it and fix it.", imageSrc: "http://img.b2bpic.net/free-photo/spring-spout-sink-design-bright-marble-wall_169016-69126.jpg" },
{ tag: "Install", title: "Systems", subtitle: "New installs", description: "Efficient installation services.", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg" },
]}
/>
</div>
@@ -77,20 +57,8 @@ export default function LandingPage() {
title="Service Packages"
description="Reliable maintenance."
products={[
{
id: "serv-pkg-1",
name: "Standard Check",
price: "$150",
variant: "Routine",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg",
},
{
id: "serv-pkg-2",
name: "Full Inspection",
price: "$299",
variant: "Deep dive",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg",
},
{ id: "serv-pkg-1", name: "Standard Check", price: "$150", variant: "Routine", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg" },
{ id: "serv-pkg-2", name: "Full Inspection", price: "$299", variant: "Deep dive", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg" },
]}
/>
</div>
@@ -98,34 +66,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
]}
logoText="BNS Plumbing Co"
/>