Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:41:30 +00:00
parent 77ea2d4d43
commit f9da84ef0a

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FaqBase from "@/components/sections/faq/FaqBase";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { AlertCircle, MapPin, MessageSquare, Star, ThumbsUp, Users, Wrench, Zap } from "lucide-react";
import { AlertCircle, MapPin, MessageSquare, Star, ThumbsUp, Users, Wrench, Zap, CheckCircle, Clock, Shield } from "lucide-react";
export default function SitePage() {
return (
@@ -96,11 +96,15 @@ export default function SitePage() {
<div id="why-us" data-section="why-us">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Why Choose Southeast Plumbing & Heating" }]}
heading={[
{ type: "text", content: "Why Choose Southeast Plumbing & Heating" },
{ type: "text", content: "" }
]}
buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
buttonAnimation="slide-up"
useInvertedBackground={true}
ariaLabel="Why choose us section"
headingClassName="flex flex-col gap-6"
/>
</div>
@@ -111,10 +115,10 @@ export default function SitePage() {
textboxLayout="default"
animationType="slide-up"
metrics={[
{ id: "1", icon: Star, title: "Rating", value: "4.5★" },
{ id: "2", icon: Users, title: "Reviews", value: "15+" },
{ id: "3", icon: ThumbsUp, title: "Local", value: "Community Trusted" },
{ id: "4", icon: Zap, title: "Response", value: "Fast Service" }
{ id: "1", icon: Shield, title: "Licensed & Insured", value: "Professional" },
{ id: "2", icon: Clock, title: "24/7 Emergency Service", value: "Always Ready" },
{ id: "3", icon: CheckCircle, title: "Same-Day Availability", value: "Quick Response" },
{ id: "4", icon: Star, title: "Highly Rated", value: "4.5★ Reviews" }
]}
useInvertedBackground={false}
/>