Update src/app/page.tsx
This commit is contained in:
@@ -29,10 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "How It Works", id: "#how-it-works" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Integrity Doc Prep"
|
||||
/>
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Convenient • Remote • Flat-Fee Pricing"
|
||||
title="Supporting You Through Life's Transitions"
|
||||
description="Professional document preparation for South Florida individuals and families. We offer a transparent, stress-free alternative to traditional legal services, helping you manage life's transitions with dignity."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/abstract-business-document-concept_114360-6395.jpg"
|
||||
|
||||
Reference in New Issue
Block a user