Update src/app/page.tsx
This commit is contained in:
@@ -31,13 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Treatments", id: "#treatments" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Treatments", id: "/" },
|
||||
{ name: "About", id: "/" },
|
||||
{ name: "Testimonials", id: "/" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Forsyth Spinal"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
description="Real Relief. Proven Results. Personalized treatment plans from board-certified specialists. Most patients see improvement within weeks."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Consultation", href: "#contact"},
|
||||
text: "Schedule Your Consultation", href: "/contact"},
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=1", imageAlt: "Forsyth Spinal Clinic" },
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[{ type: "text", content: "Our Mission & Expertise" }]}
|
||||
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Ready to take control of your spinal health? Schedule your free initial consultation with Dr. Seaney today."
|
||||
buttons={[{ text: "Call (770) 888-9265", href: "tel:7708889265" }]}
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,9 +152,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Forsyth Spinal"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Treatments", href: "#treatments" }, { label: "About", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ title: "Navigation", items: [{ label: "Treatments", href: "/" }, { label: "About", href: "/about" }, { label: "Testimonials", href: "/" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Call Us", href: "tel:7708889265" }, { label: "Visit Us", href: "#contact" }] }
|
||||
{ title: "Contact", items: [{ label: "Call Us", href: "tel:7708889265" }, { label: "Visit Us", href: "/contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Forsyth Spinal Rehabilitation"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user