Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-08 15:26:52 +00:00

View File

@@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, Clock, Droplets, Gauge, Home, ShieldCheck } from "lucide-react";
import { Award, Clock, Droplets, Gauge, Home, ShieldCheck, CheckCircle2 } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,16 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Services", id: "services"},
{
name: "Reviews", id: "testimonials"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Signature Items", id: "signature" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Beltz Home Service"
/>
@@ -49,10 +45,8 @@ export default function LandingPage() {
logoText="DOMESTIC PERFECTION. UNCOMPROMISING INTEGRITY."
description="From frozen pipes in the dead of winter to precision HVAC installations, we restore your homes sanctuary with world-class craftsmanship."
buttons={[
{
text: "Schedule Your Concierge Service", href: "#contact"},
{
text: "Emergency Dispatch", href: "#contact"},
{ text: "Schedule Your Concierge Service", href: "#contact" },
{ text: "Emergency Dispatch", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/father-s-day-celebration-with-frame_23-2148510788.jpg"
imageAlt="Professional home services cinematic background"
@@ -65,46 +59,37 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Elite Response"
description={[
"At Beltz Home & Service, we believe a repair is more than a fix—its a restoration of peace.", "Led by Brian Beltz, our team is hand-selected for character, technical mastery, and the stamina to work through the harshest conditions to keep your family safe."]}
"At Beltz Home & Service, we believe a repair is more than a fix—its a restoration of peace.", "Led by Brian Beltz, our team is hand-selected for character, technical mastery, and the stamina to work through the harshest conditions to keep your family safe."
]}
/>
</div>
<div id="services" data-section="services">
<div id="why-us" data-section="why-us">
<FeatureCardTwentyFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
title="Why People Keep Coming Back"
description="Beyond the technical repair, we deliver a seamless experience that respects your home, your time, and your standards."
features={[
{
title: "Thermal Management", description: "Precision Heating & Cooling solutions tailored to the luxury estate.", icon: Gauge,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=1", imageAlt: "Heating system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=2", imageAlt: "Cooling system"},
],
},
{
title: "Hydraulic Systems", description: "Advanced Plumbing & Emergency Pipe Recovery for long-term reliability.", icon: Droplets,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=1", imageAlt: "Plumbing"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=2", imageAlt: "Pipe repair"},
],
},
{
title: "Preventative Care", description: "Long-term diagnostic solutions for the discerning homeowner.", icon: ShieldCheck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=1", imageAlt: "Diagnostics"},
{
imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=2", imageAlt: "Maintenance"},
],
},
{ title: "Total Transparency", description: "Detailed project updates provided at every stage of the repair process.", icon: CheckCircle2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=6" }] },
{ title: "Professional Conduct", description: "Our technicians operate with the highest level of discretion and respect for your estate.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=6" }] },
{ title: "Predictable Scheduling", description: "We work around your life, not the other way around, providing exact arrival windows.", icon: Clock, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=6" }] }
]}
/>
</div>
<div id="signature" data-section="signature">
<FeatureCardTwentyFive
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Our Signature Items"
description="Specialized services curated for high-performance residential estates."
features={[
{ title: "Custom Climate Zones", description: "Individually controlled comfort for expansive properties.", icon: Gauge, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=7" }, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=8" }] },
{ title: "Full-Estate Hydro Check", description: "Comprehensive diagnostic and cleaning of your entire plumbing infrastructure.", icon: Droplets, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=7" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=8" }] }
]}
title="Service Pillars"
description="Excellence in every system, managed with precision."
/>
</div>
@@ -113,73 +98,20 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Jacob", handle: "Homeowner", testimonial: "Professional, knowledgeable, and reliable. I would recommend them to anyone.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-making-plans-remodel-house_23-2148814633.jpg"},
{
id: "2", name: "Chris", handle: "Homeowner", testimonial: "Stellar job. Integrity starts with leadership. Brian has a team of great character.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg"},
{
id: "3", name: "Homeowner", handle: "Estate Client", testimonial: "They would stop at nothing to ensure we were taken care of. A review isn't enough.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lawyer-posing_23-2148172325.jpg"},
{
id: "4", name: "Client X", handle: "Estate Owner", testimonial: "Exceptional responsiveness and diagnostic precision.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-pencil_23-2148372127.jpg"},
{
id: "5", name: "Client Y", handle: "Estate Owner", testimonial: "The best experience with any service team in years.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891521.jpg"},
]}
showRating={true}
title="Client Chronicles"
description="How we restore peace to homes."
/>
</div>
<div id="difference" data-section="difference">
<FeatureCardTwentyFive
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Climate Consideration", description: "We ensure your doors stay closed and floors stay pristine.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=3", imageAlt: "Care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=4", imageAlt: "Cleanliness"},
],
},
{
title: "Post-Service Protocol", description: "Monitoring systems for extended performance after we leave.", icon: Clock,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=3", imageAlt: "Protocol"},
{
imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=4", imageAlt: "Performance"},
],
},
{
title: "Integrity Pricing", description: "Value-driven, honest pricing with loyalty rewards.", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=3", imageAlt: "Value"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=4", imageAlt: "Pricing"},
],
},
description="We maintain full transparency regarding our service hours and responsiveness, as attested by our clients."
testimonials={[
{ id: "1", name: "Jacob", handle: "Homeowner", testimonial: "Professional, knowledgeable, and reliable. I would recommend them to anyone.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-making-plans-remodel-house_23-2148814633.jpg" },
{ id: "2", name: "Chris", handle: "Homeowner", testimonial: "Stellar job. Integrity starts with leadership. Brian has a team of great character.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg" }
]}
title="The Beltz Difference"
description="Our commitment to integrity and quality."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
tag="Contact"
title="Direct line to Brian Beltzs Elite Team."
description="Reach out to schedule your elite concierge service."
@@ -190,26 +122,12 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Solace in every season."
columns={[
{
title: "Beltz Home Service", items: [
{
label: "About Us", href: "#about"},
{
label: "Services", href: "#services"},
],
},
{
title: "Support", items: [
{
label: "Contact", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
],
},
{ title: "Beltz Home Service", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}