Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { CheckCircle, Sparkles, Shield, Zap } from 'lucide-react';
|
||||
import { CheckCircle, Sparkles, Shield, Zap, HelpCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:+12503395538" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/radiation-therapy-room-cancer-generative-ai_587448-2127.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/radiation-therapy-room-cancer-generative-ai_587448-2127.jpg"
|
||||
imageAlt="Modern chiropractic treatment room"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Meet Dr. John R. Gordon"
|
||||
description="Dr. Gordon has spent years helping patients restore balance, relieve pain, and improve quality of life through chiropractic care. Known for his thorough assessments and patient-focused approach, he takes the time to listen and understand exactly what your body needs.\n\nPatients often say the same thing: \"He listens.\" And that makes all the difference."
|
||||
description="Dr. Gordon has spent years helping patients restore balance, relieve pain, and improve quality of life through chiropractic care. Known for his thorough assessments and patient-focused approach, he takes the time to listen and understand exactly what your body needs.\n\nPatients often say the same thing: "He listens." And that makes all the difference."
|
||||
tag="Over 10 Years of Experience"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about chiropractic care, your first visit, and what to expect when working with Dr. Gordon."
|
||||
tag="Get Answers"
|
||||
tagIcon={Sparkles}
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-psd/radiation-therapy-room-cancer-generative-ai_587448-2127.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/radiation-therapy-room-cancer-generative-ai_587448-2127.jpg"
|
||||
imageAlt="Dr. Gordon Chiropractic Clinic"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user