Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 06:26:12 +00:00

View File

@@ -28,109 +28,48 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Paddon Building Contractor"
button={{ text: "Get a Quote", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Luxury Finishes. Reliable Builders. Results You Can Trust."
description="Specialising in high-end plastering, renovations, and interior finishes across the Illawarra."
kpis={[
{
value: "100%",
label: "Client Satisfaction",
},
{
value: "On-Time",
label: "Project Delivery",
},
{
value: "Precision",
label: "Detail Driven",
},
{ value: "100%", label: "Client Satisfaction" },
{ value: "On-Time", label: "Project Delivery" },
{ value: "Precision", label: "Detail Driven" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
{
text: "View Our Work",
href: "#features",
},
{ text: "Get a Free Quote", href: "#contact" },
{ text: "View Our Work", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-man-making-call-white-town_1163-3438.jpg"
imageAlt="Luxury home construction finish"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg", alt: "Client 5" },
]}
avatarText="Trusted by 100+ local families"
marqueeItems={[
{
type: "text",
text: "Premium Plastering",
},
{
type: "text",
text: "Luxury Renovations",
},
{
type: "text",
text: "Expert Trimwork",
},
{
type: "text",
text: "Residential Specialists",
},
{
type: "text",
text: "Illawarra Based",
},
{ type: "text", text: "Premium Plastering" },
{ type: "text", text: "Luxury Renovations" },
{ type: "text", text: "Expert Trimwork" },
{ type: "text", text: "Residential Specialists" },
{ type: "text", text: "Illawarra Based" },
]}
/>
</div>
@@ -148,36 +87,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "s1",
title: "Plastering & Gyprock",
author: "Paddon",
description: "Seamless, smooth finishes with expert-level detail across walls, ceilings, and corners.",
tags: [
"Plastering",
],
imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-rough-painted-texture_23-2149640575.jpg",
},
{
id: "s2",
title: "Renovations",
author: "Paddon",
description: "From kitchens to full interior upgrades, we deliver clean, modern transformations.",
tags: [
"Renovations",
],
imageSrc: "http://img.b2bpic.net/free-photo/open-drawers-kitchen-ergonomics-functional-space_169016-68869.jpg",
},
{
id: "s3",
title: "Interior Finishing",
author: "Paddon",
description: "Cornices, trims, and detailing installed with precision.",
tags: [
"Detailing",
],
imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861564.jpg",
},
{ id: "s1", title: "Plastering & Gyprock", author: "Paddon", description: "Seamless, smooth finishes with expert-level detail across walls, ceilings, and corners.", tags: ["Plastering"], imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-rough-painted-texture_23-2149640575.jpg" },
{ id: "s2", title: "Renovations", author: "Paddon", description: "From kitchens to full interior upgrades, we deliver clean, modern transformations.", tags: ["Renovations"], imageSrc: "http://img.b2bpic.net/free-photo/open-drawers-kitchen-ergonomics-functional-space_169016-68869.jpg" },
{ id: "s3", title: "Interior Finishing", author: "Paddon", description: "Cornices, trims, and detailing installed with precision.", tags: ["Detailing"], imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861564.jpg" },
]}
title="Our Services"
description="Expert solutions for high-end residential projects."
@@ -186,63 +98,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Client",
company: "Wollongong",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg",
},
{
id: "2",
name: "Mark D.",
role: "Client",
company: "Figtree",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
},
{
id: "3",
name: "Emily R.",
role: "Client",
company: "Kiama",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg",
},
{
id: "4",
name: "David K.",
role: "Client",
company: "Shellharbour",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg",
},
{
id: "5",
name: "Alex B.",
role: "Client",
company: "Thirroul",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg",
},
{ id: "1", name: "Sarah J.", role: "Client", company: "Wollongong", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg" },
{ id: "2", name: "Mark D.", role: "Client", company: "Figtree", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg" },
{ id: "3", name: "Emily R.", role: "Client", company: "Kiama", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg" },
{ id: "4", name: "David K.", role: "Client", company: "Shellharbour", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg" },
{ id: "5", name: "Alex B.", role: "Client", company: "Thirroul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg" },
]}
kpiItems={[
{
value: "5.0",
label: "Review Average",
},
{
value: "100+",
label: "Homes Elevated",
},
{
value: "10+",
label: "Years Experience",
},
{ value: "5.0", label: "Review Average" },
{ value: "100+", label: "Homes Elevated" },
{ value: "10+", label: "Years Experience" },
]}
title="What Our Clients Say"
description="Trusted craftsmanship delivered across the Illawarra region."
@@ -252,9 +121,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Ready to transform your space?"
description="Get in touch today for a free quote."
@@ -265,14 +132,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="PADDON"
leftLink={{
text: "Illawarra Region",
href: "#",
}}
rightLink={{
text: "Contact Us",
href: "#contact",
}}
leftLink={{ text: "Illawarra Region", href: "#" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
/>
</div>
</ReactLenis>