diff --git a/src/app/page.tsx b/src/app/page.tsx index 1769a77..ca1a0db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { { id: "about-florida", badge: "Our Mission", price: "Licensed. Insured.", subtitle: "Florida Proud.", buttons: [{ text: "Get a Free Estimate", href: "#contact" }], features: [ - "Built on one thing: doing right by the homeowner.", "Led by Daniel, a licensed roofing contractor.", "Years of Florida experience.", "Earned reputation the old-fashioned way.", "Showing up on time, doing the job correctly.", "Treating every customer like a neighbor.", "Not here to sell you a roof you don't need.", "Here to protect the one you have." + "Built on one thing: doing right by the homeowner.", "Led by Daniel, a licensed roofing contractor.", "Years of Florida experience.", "Earned reputation the old-fashioned way.", "Showing up on time, doing the job correctly.", "Treating every customer like a neighbor.", "Not here to sell you a roof you don't need.", "Here to protect the one you have.", ] } ]}