Update src/app/page.tsx

This commit is contained in:
2026-03-17 02:55:57 +00:00
parent 0412fc1ddd
commit eded3d0871

View File

@@ -91,7 +91,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Why Choose Lightstone Electric" }]}
heading={[
{ type: "text", content: "Licensed Experts" },
{ type: "text", content: " | " },
{ type: "text", content: "Same-Day Service" },
{ type: "text", content: " | " },
{ type: "text", content: "Transparent Pricing" }
]}
buttons={[{ text: "Schedule Service", href: "#contact" }]}
buttonAnimation="slide-up"
useInvertedBackground={true}