diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9d14303..28e79d8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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 home’s 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—it’s 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—it’s 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."
+ ]}
/>
-
+
+
+
+
+
@@ -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."
- />
-
-
-
-
);
-}
+}
\ No newline at end of file