Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71563460e2 | |||
| b42adc6b58 | |||
| f1c99e800d |
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Injured in an Accident?"
|
||||
description="Speak With a Miami Personal Injury Lawyer Today. Free consultation. No fees unless we win."
|
||||
description="Speak With a Miami Personal Injury Lawyer Today. Free consultation. No fees unless we win. 15+ Years of Experience | 500+ Cases Resolved | Trusted by Hundreds of Satisfied Clients"
|
||||
buttons={[
|
||||
{ text: "Call Now: (833) 647-4277", href: "tel:+18336474277" },
|
||||
{ text: "Free Case Review", href: "#contact" }
|
||||
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
||||
imageAlt="Miami law office professional background"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
descriptionClassName="text-lg font-semibold leading-relaxed text-white drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -247,4 +248,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user