diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1baa40c..f043ebd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterCard from "@/components/sections/footer/FooterCard";
-import { Crown, Home, Sparkles } from "lucide-react";
+import { Crown, Home, Sparkles, CheckCircle, Zap, BarChart3, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -66,9 +66,12 @@ export default function LandingPage() {
@@ -94,32 +101,36 @@ export default function LandingPage() {
@@ -152,24 +166,24 @@ export default function LandingPage() {
@@ -180,11 +194,11 @@ export default function LandingPage() {
tag="Ready to Protect Your Home?"
tagIcon={Home}
tagAnimation="slide-up"
- title="Worry-Free Home Maintenance Starts Here"
- description="Join thousands of homeowners who trust OW HomeShield for reliable maintenance and repairs. Contact us today to get started."
+ title="Start Your OW HomeShield Membership Today"
+ description="Join thousands of homeowners who trust us for reliable maintenance, expert repairs, and peace of mind. Our professional team is ready to serve your home."
buttons={[
- { text: "Join Membership", href: "#pricing" },
- { text: "Book Free Consultation", href: "tel:226-224-3573" }
+ { text: "Join Membership Now", href: "#pricing" },
+ { text: "Call for Free Consultation", href: "tel:226-224-3573" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -195,7 +209,7 @@ export default function LandingPage() {