Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user