Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-16 01:17:35 +00:00

View File

@@ -20,31 +20,26 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
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: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Services", id: "services" },
{ name: "Metrics", id: "metrics" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="T-Pane"
/>
@@ -52,73 +47,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Clear Views, Bright Homes."
description="Professional T-Pane window washing for residential homes. We make your home shine so you can enjoy the view without the stress."
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
{
text: "Learn More",
href: "#about",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pkd1fc&_wi=1"
buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Learn More", href: "#about" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pkd1fc"
imageAlt="residential window washing professional service"
mediaAnimation="slide-up"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kocu0o",
alt: "Happy homeowner",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tus0p",
alt: "Happy homeowner",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2bzvf4",
alt: "Happy homeowner",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eh69mk",
alt: "Happy homeowner",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cbp8l",
alt: "Happy homeowner",
},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kocu0o", alt: "Happy homeowner" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tus0p", alt: "Happy homeowner" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2bzvf4", alt: "Happy homeowner" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eh69mk", alt: "Happy homeowner" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cbp8l", alt: "Happy homeowner" }
]}
avatarText="Trusted by over 500+ local homeowners"
marqueeItems={[
{
type: "text-icon",
text: "Streak-Free Guaranteed",
icon: Sparkles,
},
{
type: "text-icon",
text: "Fully Insured Team",
icon: Shield,
},
{
type: "text-icon",
text: "Eco-Friendly Solutions",
icon: Leaf,
},
{
type: "text-icon",
text: "Professional Equipment",
icon: Wrench,
},
{
type: "text-icon",
text: "Reliable Service",
icon: CheckCircle,
},
{ type: "text-icon", text: "Streak-Free Guaranteed", icon: Sparkles },
{ type: "text-icon", text: "Fully Insured Team", icon: Shield },
{ type: "text-icon", text: "Eco-Friendly Solutions", icon: Leaf },
{ type: "text-icon", text: "Professional Equipment", icon: Wrench },
{ type: "text-icon", text: "Reliable Service", icon: CheckCircle }
]}
/>
</div>
@@ -130,18 +79,9 @@ export default function LandingPage() {
title="Reliable T-Pane Excellence"
description="At T-Pane, we pride ourselves on delivering streak-free clarity and dedicated home maintenance. Our team treats every home as if it were our own, ensuring a spotless finish and exceptional care for your windows."
bulletPoints={[
{
title: "Fully Insured",
description: "We are fully insured for your peace of mind.",
},
{
title: "Professional Grade Tools",
description: "Utilizing industry-leading equipment for the best results.",
},
{
title: "Safety First",
description: "Strict adherence to safety standards on every job.",
},
{ title: "Fully Insured", description: "We are fully insured for your peace of mind." },
{ title: "Professional Grade Tools", description: "Utilizing industry-leading equipment for the best results." },
{ title: "Safety First", description: "Strict adherence to safety standards on every job." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=65k6gd"
imageAlt="expert window cleaning equipment detail"
@@ -156,30 +96,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Streak-Free Guarantee",
description: "We don't leave until you're satisfied. Our process leaves your glass perfectly clear.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vbplqj",
imageAlt: "residential home maintenance services icon",
},
title: "Streak-Free Guarantee", description: "We don't leave until you're satisfied. Our process leaves your glass perfectly clear.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vbplqj", imageAlt: "residential home maintenance services icon" },
items: [
{
icon: Sparkles,
text: "Spotless finish every time",
},
{
icon: CheckCircle,
text: "No streak guarantee",
},
{
icon: Shield,
text: "Protected surfaces",
},
{ icon: Sparkles, text: "Spotless finish every time" },
{ icon: CheckCircle, text: "No streak guarantee" },
{ icon: Shield, text: "Protected surfaces" }
],
reverse: false,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pkd1fc&_wi=2",
imageAlt: "residential home maintenance services icon",
},
reverse: false
}
]}
title="Why Choose T-Pane?"
description="More than just cleaning, we ensure your home looks and functions its best year-round."
@@ -193,48 +117,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "s1",
name: "Basic Wash",
price: "$150+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kocu0o",
imageAlt: "residential window washing professional service",
},
{
id: "s2",
name: "Deep Clean",
price: "$250+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tus0p",
imageAlt: "residential window washing professional service",
},
{
id: "s3",
name: "Whole House Maintenance",
price: "$400+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2bzvf4",
imageAlt: "residential window washing professional service",
},
{
id: "s4",
name: "Hard Water Removal",
price: "$200+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eh69mk",
imageAlt: "residential window washing professional service",
},
{
id: "s5",
name: "Frame Cleaning",
price: "$100+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cbp8l",
imageAlt: "residential window washing professional service",
},
{
id: "s6",
name: "Screen Treatment",
price: "$75+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ijargp",
imageAlt: "residential window washing professional service",
},
{ id: "s1", name: "Basic Wash", price: "$150+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kocu0o", imageAlt: "residential window washing professional service" },
{ id: "s2", name: "Deep Clean", price: "$250+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tus0p", imageAlt: "residential window washing professional service" },
{ id: "s3", name: "Whole House Maintenance", price: "$400+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2bzvf4", imageAlt: "residential window washing professional service" },
{ id: "s4", name: "Hard Water Removal", price: "$200+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eh69mk", imageAlt: "residential window washing professional service" },
{ id: "s5", name: "Frame Cleaning", price: "$100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cbp8l", imageAlt: "residential window washing professional service" },
{ id: "s6", name: "Screen Treatment", price: "$75+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ijargp", imageAlt: "residential window washing professional service" }
]}
title="Our Services"
description="Comprehensive maintenance plans designed for your home."
@@ -247,33 +135,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500+",
title: "Homes Cleaned",
items: [
"Completed projects",
"Across the region",
],
},
{
id: "m2",
value: "100%",
title: "Satisfaction Rate",
items: [
"Happiness guaranteed",
"Always on time",
],
},
{
id: "m3",
value: "5",
title: "Years Experience",
items: [
"Deep expertise",
"Trusted heritage",
],
},
{ id: "m1", value: "500+", title: "Homes Cleaned", items: ["Completed projects", "Across the region"] },
{ id: "m2", value: "100%", title: "Satisfaction Rate", items: ["Happiness guaranteed", "Always on time"] },
{ id: "m3", value: "5", title: "Years Experience", items: ["Deep expertise", "Trusted heritage"] }
]}
title="Trusted by Homeowners"
description="Quality service numbers you can count on."
@@ -285,46 +149,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Incredible",
quote: "My windows have never looked this good. Highly recommend T-Pane!",
name: "Sarah J.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=023dx8",
},
{
id: "2",
title: "Super Efficient",
quote: "Fast, professional, and excellent quality. They were done in no time.",
name: "Michael B.",
role: "Property Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gc0mmb",
},
{
id: "3",
title: "Lifesavers",
quote: "I didn't realize how dirty my windows were until they cleaned them!",
name: "Emily P.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5svp50",
},
{
id: "4",
title: "Quality Work",
quote: "They pay attention to every detail. Great service.",
name: "David R.",
role: "Local Business Owner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0vrxe1",
},
{
id: "5",
title: "Best in Town",
quote: "Reliable and honest. A local company I can finally trust.",
name: "Linda M.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aqp0ax",
},
{ id: "1", title: "Incredible", quote: "My windows have never looked this good. Highly recommend T-Pane!", name: "Sarah J.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=023dx8" },
{ id: "2", title: "Super Efficient", quote: "Fast, professional, and excellent quality. They were done in no time.", name: "Michael B.", role: "Property Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gc0mmb" },
{ id: "3", title: "Lifesavers", quote: "I didn't realize how dirty my windows were until they cleaned them!", name: "Emily P.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5svp50" },
{ id: "4", title: "Quality Work", quote: "They pay attention to every detail. Great service.", name: "David R.", role: "Local Business Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0vrxe1" },
{ id: "5", title: "Best in Town", quote: "Reliable and honest. A local company I can finally trust.", name: "Linda M.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aqp0ax" }
]}
title="Client Love"
description="See why homeowners prefer T-Pane."
@@ -335,21 +164,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How often should I clean my windows?",
content: "Generally, twice a year is recommended for residential homes.",
},
{
id: "f2",
title: "Do I need to be home?",
content: "No, as long as we have exterior access, we can get the job done.",
},
{
id: "f3",
title: "What tools do you use?",
content: "We use professional-grade purified water systems and specialized squeegees.",
},
{ id: "f1", title: "How often should I clean my windows?", content: "Generally, twice a year is recommended for residential homes." },
{ id: "f2", title: "Do I need to be home?", content: "No, as long as we have exterior access, we can get the job done." },
{ id: "f3", title: "What tools do you use?", content: "We use professional-grade purified water systems and specialized squeegees." }
]}
sideTitle="Questions?"
sideDescription="Find answers to our most commonly asked questions."
@@ -360,32 +177,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Get in touch"
title="Ready for a clear view?"
description="Request your free estimate today and join our satisfied clients."
buttons={[
{
text: "Contact Us",
href: "mailto:info@t-pane.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:info@t-pane.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="T-Pane Window Washing"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>