5 Commits

Author SHA1 Message Date
ab6f4fa46c Merge version_2 into main
Merge version_2 into main
2026-04-08 15:26:52 +00:00
fe0e109092 Update src/app/page.tsx 2026-04-08 15:26:49 +00:00
3f4f9821e7 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:04:53 +00:00
57e88811f0 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:04:29 +00:00
598ba2c3f2 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:03:59 +00:00

View File

@@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; 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() { export default function LandingPage() {
return ( return (
@@ -29,16 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "About", id: "about" },
{ { name: "Services", id: "services" },
name: "About", id: "about"}, { name: "Signature Items", id: "signature" },
{ { name: "Reviews", id: "testimonials" },
name: "Services", id: "services"}, { name: "Contact", id: "contact" },
{
name: "Reviews", id: "testimonials"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Beltz Home Service" brandName="Beltz Home Service"
/> />
@@ -49,10 +45,8 @@ export default function LandingPage() {
logoText="DOMESTIC PERFECTION. UNCOMPROMISING INTEGRITY." 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." description="From frozen pipes in the dead of winter to precision HVAC installations, we restore your homes sanctuary with world-class craftsmanship."
buttons={[ buttons={[
{ { text: "Schedule Your Concierge Service", href: "#contact" },
text: "Schedule Your Concierge Service", href: "#contact"}, { text: "Emergency Dispatch", href: "#contact" },
{
text: "Emergency Dispatch", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/father-s-day-celebration-with-frame_23-2148510788.jpg" imageSrc="http://img.b2bpic.net/free-photo/father-s-day-celebration-with-frame_23-2148510788.jpg"
imageAlt="Professional home services cinematic background" imageAlt="Professional home services cinematic background"
@@ -65,46 +59,37 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="The Elite Response" title="The Elite Response"
description={[ 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>
<div id="services" data-section="services"> <div id="why-us" data-section="why-us">
<FeatureCardTwentyFive <FeatureCardTwentyFive
animationType="slide-up" animationType="slide-up"
textboxLayout="default" 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={[ features={[
{ { 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: "Thermal Management", description: "Precision Heating & Cooling solutions tailored to the luxury estate.", icon: Gauge, { 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" }] },
mediaItems: [ { 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" }] }
{ ]}
imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=1", imageAlt: "Heating system"}, />
{ </div>
imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=2", imageAlt: "Cooling system"},
], <div id="signature" data-section="signature">
}, <FeatureCardTwentyFive
{ animationType="slide-up"
title: "Hydraulic Systems", description: "Advanced Plumbing & Emergency Pipe Recovery for long-term reliability.", icon: Droplets, textboxLayout="split"
mediaItems: [ useInvertedBackground={false}
{ title="Our Signature Items"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=1", imageAlt: "Plumbing"}, description="Specialized services curated for high-performance residential estates."
{ features={[
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=2", imageAlt: "Pipe repair"}, { 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: "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="Service Pillars"
description="Excellence in every system, managed with precision."
/> />
</div> </div>
@@ -113,73 +98,20 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} 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} showRating={true}
title="Client Chronicles" title="Client Chronicles"
description="How we restore peace to homes." description="We maintain full transparency regarding our service hours and responsiveness, as attested by our clients."
/> testimonials={[
</div> { 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" }
<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"},
],
},
]} ]}
title="The Beltz Difference"
description="Our commitment to integrity and quality."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}}
tag="Contact" tag="Contact"
title="Direct line to Brian Beltzs Elite Team." title="Direct line to Brian Beltzs Elite Team."
description="Reach out to schedule your elite concierge service." description="Reach out to schedule your elite concierge service."
@@ -190,22 +122,8 @@ export default function LandingPage() {
<FooterBaseCard <FooterBaseCard
logoText="Solace in every season." logoText="Solace in every season."
columns={[ columns={[
{ { title: "Beltz Home Service", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
title: "Beltz Home Service", items: [ { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
{
label: "About Us", href: "#about"},
{
label: "Services", href: "#services"},
],
},
{
title: "Support", items: [
{
label: "Contact", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
],
},
]} ]}
/> />
</div> </div>