Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-22 18:17:24 +00:00

View File

@@ -32,69 +32,32 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "services",
},
{
name: "Plans",
id: "plans",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Services", id: "services" },
{ name: "Plans", id: "plans" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Tylers Home Services"
button={{ text: "Get Quote", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Home Comfort Services Done Right The First Time."
description="HVAC, plumbing, electrical & maintenance services with professional technicians homeowners trust."
buttons={[
{
text: "Schedule Service",
href: "#contact",
},
{
text: "Get Instant Estimate",
href: "#contact",
},
{ text: "Schedule Service", href: "#contact" },
{ text: "Get Instant Estimate", href: "#contact" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/father-using-carries-his-newborn-baby-while-doing-daily-activities_52683-107646.jpg",
imageAlt: "luxury residential home exterior sunset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg",
imageAlt: "luxury residential home exterior sunset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692135.jpg",
imageAlt: "luxury residential home exterior sunset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193156.jpg",
imageAlt: "luxury residential home exterior sunset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-home-exterior-dusk-with-illuminated-garden_23-2152016383.jpg",
imageAlt: "luxury residential home exterior sunset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg",
imageAlt: "luxury residential home exterior sunset",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/father-using-carries-his-newborn-baby-while-doing-daily-activities_52683-107646.jpg", imageAlt: "luxury residential home exterior sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg", imageAlt: "luxury residential home exterior sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692135.jpg", imageAlt: "luxury residential home exterior sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193156.jpg", imageAlt: "luxury residential home exterior sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-home-exterior-dusk-with-illuminated-garden_23-2152016383.jpg", imageAlt: "luxury residential home exterior sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg", imageAlt: "luxury residential home exterior sunset" },
]}
/>
</div>
@@ -105,24 +68,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Shield,
title: "Licensed & Insured",
value: "100%",
},
{
id: "m2",
icon: Clock,
title: "Same-Day Service",
value: "24/7",
},
{
id: "m3",
icon: DollarSign,
title: "Transparent Prices",
value: "Clear",
},
{ id: "m1", icon: Shield, title: "Licensed & Insured", value: "100%" },
{ id: "m2", icon: Clock, title: "Same-Day Service", value: "24/7" },
{ id: "m3", icon: DollarSign, title: "Transparent Prices", value: "Clear" },
]}
title="Trusted by Local Homeowners"
description="Professional service, courteous technicians, and transparent pricing guaranteed."
@@ -135,34 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "HVAC Repair",
tags: [
"AC",
"Furnace",
"Maintenance",
],
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047536.jpg",
},
{
id: "f2",
title: "Plumbing",
tags: [
"Leak Repair",
"Drain Cleaning",
],
imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148893451.jpg",
},
{
id: "f3",
title: "Electrical",
tags: [
"Panel Upgrades",
"Lighting",
],
imageSrc: "http://img.b2bpic.net/free-vector/electricity-icon-black_98292-425.jpg",
},
{ id: "f1", title: "HVAC Repair", tags: ["AC", "Furnace", "Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047536.jpg" },
{ id: "f2", title: "Plumbing", tags: ["Leak Repair", "Drain Cleaning"], imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148893451.jpg" },
{ id: "f3", title: "Electrical", tags: ["Panel Upgrades", "Lighting"], imageSrc: "http://img.b2bpic.net/free-vector/electricity-icon-black_98292-425.jpg" },
]}
title="Complete Home Services"
description="Expert solutions for your home's most critical systems."
@@ -173,15 +96,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Why Homeowners Choose Tylers",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/family-home-sitting-floor_1157-18446.jpg",
alt: "happy family sitting in comfortable living room",
},
{ type: "text", content: "Why Homeowners Choose Tylers" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/family-home-sitting-floor_1157-18446.jpg", alt: "happy family sitting in comfortable living room" },
]}
/>
</div>
@@ -191,46 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Courteous",
quote: "Very courteous, professional & knowledgeable.",
name: "Sarah J.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-uniform-with-protective-glasses-copy-space_23-2148773496.jpg",
},
{
id: "t2",
title: "Excellent",
quote: "Nothing exceeds the work that Tylers did.",
name: "Mike D.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg",
},
{
id: "t3",
title: "Professional",
quote: "Very fair price. Fully explained everything.",
name: "Emily R.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-partners-meeting-co-working-reading-agreement-using-laptop_74855-8819.jpg",
},
{
id: "t4",
title: "Great Service",
quote: "Prompt, friendly, and expert service.",
name: "David K.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg",
},
{
id: "t5",
title: "Reliable",
quote: "Best home service we have ever used.",
name: "Jane L.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593846.jpg",
},
{ id: "t1", title: "Courteous", quote: "Very courteous, professional & knowledgeable.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-uniform-with-protective-glasses-copy-space_23-2148773496.jpg" },
{ id: "t2", title: "Excellent", quote: "Nothing exceeds the work that Tylers did.", name: "Mike D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg" },
{ id: "t3", title: "Professional", quote: "Very fair price. Fully explained everything.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-partners-meeting-co-working-reading-agreement-using-laptop_74855-8819.jpg" },
{ id: "t4", title: "Great Service", quote: "Prompt, friendly, and expert service.", name: "David K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg" },
{ id: "t5", title: "Reliable", quote: "Best home service we have ever used.", name: "Jane L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593846.jpg" },
]}
title="Trusted Local Reviews"
description="Hear what your neighbors say about our premium service."
@@ -243,35 +124,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "basic",
name: "Standard Plan",
price: "$15/mo",
features: [
"Seasonal reminders",
"Priority scheduling",
],
buttons: [
{
text: "Join Comfort Club",
},
],
},
{
id: "pro",
name: "Premium Plan",
price: "$35/mo",
features: [
"Seasonal reminders",
"Priority scheduling",
"10% off repairs",
],
buttons: [
{
text: "Join Comfort Club",
},
],
},
{ id: "basic", name: "Standard Plan", price: "$15/mo", features: ["Seasonal reminders", "Priority scheduling"], buttons: [{ text: "Join Comfort Club" }] },
{ id: "pro", name: "Premium Plan", price: "$35/mo", features: ["Seasonal reminders", "Priority scheduling", "10% off repairs"], buttons: [{ text: "Join Comfort Club" }] },
]}
title="The Stress-Free Home Maintenance Plan"
description="Designed for busy homeowners who want peace of mind and system reliability."
@@ -283,21 +137,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Pricing Transparency",
content: "We provide clear, upfront costs before we start any work.",
},
{
id: "q2",
title: "Technician Quality",
content: "Uniformed, courteous, and highly trained professionals.",
},
{
id: "q3",
title: "Speed",
content: "24/7 availability for emergencies and fast scheduling.",
},
{ id: "q1", title: "Pricing Transparency", content: "We provide clear, upfront costs before we start any work." },
{ id: "q2", title: "Technician Quality", content: "Uniformed, courteous, and highly trained professionals." },
{ id: "q3", title: "Speed", content: "24/7 availability for emergencies and fast scheduling." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kjgvmi"
title="What Homeowners Experience"
@@ -311,9 +153,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Get In Touch"
title="Need Fast, Professional Home Service?"
description="Same-day appointments available for your peace of mind. Call us: (404) 369-0892"
@@ -325,37 +165,17 @@ export default function LandingPage() {
logoText="Tylers Home Services"
columns={[
{
title: "Services",
items: [
{
label: "HVAC",
href: "#services",
},
{
label: "Plumbing",
href: "#services",
},
{
label: "Electrical",
href: "#services",
},
title: "Services", items: [
{ label: "HVAC", href: "#services" },
{ label: "Plumbing", href: "#services" },
{ label: "Electrical", href: "#services" },
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Reviews",
href: "#testimonials",
},
{
label: "Plans",
href: "#plans",
},
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Plans", href: "#plans" },
],
},
]}