3 Commits

Author SHA1 Message Date
71563460e2 Update src/app/page.tsx 2026-03-08 22:11:28 +00:00
b42adc6b58 Update src/app/layout.tsx 2026-03-08 22:11:28 +00:00
f1c99e800d Switch to version 1: modified src/app/page.tsx 2026-03-08 22:10:19 +00:00
2 changed files with 14 additions and 1402 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Injured in an Accident?" 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={[ buttons={[
{ text: "Call Now: (833) 647-4277", href: "tel:+18336474277" }, { text: "Call Now: (833) 647-4277", href: "tel:+18336474277" },
{ text: "Free Case Review", href: "#contact" } { text: "Free Case Review", href: "#contact" }
@@ -53,6 +53,7 @@ export default function LandingPage() {
imageAlt="Miami law office professional background" imageAlt="Miami law office professional background"
showDimOverlay={true} showDimOverlay={true}
buttonAnimation="slide-up" buttonAnimation="slide-up"
descriptionClassName="text-lg font-semibold leading-relaxed text-white drop-shadow-lg"
/> />
</div> </div>
@@ -247,4 +248,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }