Update src/app/page.tsx
This commit is contained in:
536
src/app/page.tsx
536
src/app/page.tsx
@@ -29,382 +29,184 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Goodyear Chiropractic & Naturopathic"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Goodyear Chiropractic & Naturopathic"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Holistic Healing for a Balanced Life"
|
||||
description="At Goodyear Chiropractic & Naturopathic, we combine traditional chiropractic care with advanced naturopathic solutions to help your body thrive naturally."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg",
|
||||
imageAlt: "chiropractor adjusting spine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-flower-with-bud_23-2148096023.jpg",
|
||||
imageAlt: "chiropractor adjusting spine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-waiting-zone_1203-371.jpg",
|
||||
imageAlt: "chiropractor adjusting spine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-physical-therapist-giving-shoulder-massage-athlete-lying-bed-hospital_662251-1582.jpg",
|
||||
imageAlt: "chiropractor adjusting spine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior_23-2151945692.jpg",
|
||||
imageAlt: "chiropractor adjusting spine",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-medical-office-physiotherapist-is-rehabilitating-back_1157-44700.jpg",
|
||||
imageAlt: "acupuncture needles wellness",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-electro-dry-needling-his-back_107420-65822.jpg",
|
||||
imageAlt: "acupuncture needles wellness",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12265.jpg",
|
||||
imageAlt: "acupuncture needles wellness",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-stones-bath-bomb-soap-towel-hygiene-health-concept_169016-9717.jpg",
|
||||
imageAlt: "acupuncture needles wellness",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-wooden-background_169016-6349.jpg",
|
||||
imageAlt: "acupuncture needles wellness",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waiting-room-medical-center_188544-27914.jpg",
|
||||
alt: "The waiting room at the medical center",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736738.jpg",
|
||||
alt: "Artist creating alternative bedroom pop music",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg",
|
||||
alt: "3d rendering spa and massage wellness in hotel suite with bathtub",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365771.jpg",
|
||||
alt: "Female doctor diagnosing a melanoma on the body of a female patient",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-helping-woman_23-2149047507.jpg",
|
||||
alt: "Close up hands helping woman",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by over 1,200 local patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Chiropractic Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Naturopathic Medicine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nutritional Therapy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pain Relief",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Holistic Wellness",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Holistic Healing for a Balanced Life"
|
||||
description="At Goodyear Chiropractic & Naturopathic, we combine traditional chiropractic care with advanced naturopathic solutions to help your body thrive naturally."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg", imageAlt: "chiropractor adjusting spine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-flower-with-bud_23-2148096023.jpg", imageAlt: "chiropractor adjusting spine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/defocused-waiting-zone_1203-371.jpg", imageAlt: "chiropractor adjusting spine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-physical-therapist-giving-shoulder-massage-athlete-lying-bed-hospital_662251-1582.jpg", imageAlt: "chiropractor adjusting spine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior_23-2151945692.jpg", imageAlt: "chiropractor adjusting spine" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-medical-office-physiotherapist-is-rehabilitating-back_1157-44700.jpg", imageAlt: "acupuncture needles wellness" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-electro-dry-needling-his-back_107420-65822.jpg", imageAlt: "acupuncture needles wellness" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12265.jpg", imageAlt: "acupuncture needles wellness" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-stones-bath-bomb-soap-towel-hygiene-health-concept_169016-9717.jpg", imageAlt: "acupuncture needles wellness" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-wooden-background_169016-6349.jpg", imageAlt: "acupuncture needles wellness" },
|
||||
]}
|
||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/waiting-room-medical-center_188544-27914.jpg", alt: "The waiting room at the medical center" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736738.jpg", alt: "Artist creating alternative bedroom pop music" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg", alt: "3d rendering spa and massage wellness in hotel suite with bathtub" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365771.jpg", alt: "Female doctor diagnosing a melanoma on the body of a female patient" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-hands-helping-woman_23-2149047507.jpg", alt: "Close up hands helping woman" },
|
||||
]}
|
||||
avatarText="Trusted by over 1,200 local patients"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Chiropractic Care" },
|
||||
{ type: "text", text: "Naturopathic Medicine" },
|
||||
{ type: "text", text: "Nutritional Therapy" },
|
||||
{ type: "text", text: "Pain Relief" },
|
||||
{ type: "text", text: "Holistic Wellness" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Philosophy"
|
||||
title="Integrative Healthcare Approach"
|
||||
description="We bridge the gap between structure and nutrition, focusing on root causes to achieve true wellness."
|
||||
subdescription="Our practitioners work collaboratively to develop personalized protocols tailored to your unique biological and structural needs."
|
||||
icon={Activity}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Philosophy"
|
||||
title="Integrative Healthcare Approach"
|
||||
description="We bridge the gap between structure and nutrition, focusing on root causes to achieve true wellness."
|
||||
subdescription="Our practitioners work collaboratively to develop personalized protocols tailored to your unique biological and structural needs."
|
||||
icon={Activity}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Chiropractic Adjustments",
|
||||
description: "Precision spinal adjustments to realign structure and improve nervous system function.",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Naturopathic Nutrition",
|
||||
description: "Custom nutritional protocols and supplement plans tailored to your biochemistry.",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Stress Management",
|
||||
description: "Holistic strategies to reduce systemic inflammation and emotional stress.",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Wellness Services"
|
||||
description="From spinal adjustments to naturopathic nutritional counseling, we offer a full suite of services for the whole family."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Award, title: "Chiropractic Adjustments", description: "Precision spinal adjustments to realign structure and improve nervous system function." },
|
||||
{ icon: Leaf, title: "Naturopathic Nutrition", description: "Custom nutritional protocols and supplement plans tailored to your biochemistry." },
|
||||
{ icon: Lightbulb, title: "Stress Management", description: "Holistic strategies to reduce systemic inflammation and emotional stress." },
|
||||
]}
|
||||
title="Comprehensive Wellness Services"
|
||||
description="From spinal adjustments to naturopathic nutritional counseling, we offer a full suite of services for the whole family."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pure Magnesium Blend",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-with-copy-space_23-2148899360.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Organic Omega-3",
|
||||
price: "$42.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-medicinal-leaf-extracts-medicine-bottle-pink-background_181624-43339.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Probiotic Formula",
|
||||
price: "$29.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-label_23-2149148509.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Herbal Recovery Balm",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-covid-19-vaccine-bottle-gel-alcohol-bottle-face-mask-thermometer-isolated-background-prevention-outbreak-coronavirus-covid-19-concept_58466-14532.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wellness Tea Blend",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-organic-medicinal-spices-herbs_23-2148776470.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vitamin D3 Complex",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-pills-isolated-white-background_187299-47151.jpg",
|
||||
},
|
||||
]}
|
||||
title="Professional Grade Supplements"
|
||||
description="High-quality products recommended by our experts to support your healing journey."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Pure Magnesium Blend", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-with-copy-space_23-2148899360.jpg" },
|
||||
{ id: "2", name: "Organic Omega-3", price: "$42.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-medicinal-leaf-extracts-medicine-bottle-pink-background_181624-43339.jpg" },
|
||||
{ id: "3", name: "Probiotic Formula", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-label_23-2149148509.jpg" },
|
||||
{ id: "4", name: "Herbal Recovery Balm", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-covid-19-vaccine-bottle-gel-alcohol-bottle-face-mask-thermometer-isolated-background-prevention-outbreak-coronavirus-covid-19-concept_58466-14532.jpg" },
|
||||
{ id: "5", name: "Wellness Tea Blend", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-organic-medicinal-spices-herbs_23-2148776470.jpg" },
|
||||
{ id: "6", name: "Vitamin D3 Complex", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-pills-isolated-white-background_187299-47151.jpg" },
|
||||
]}
|
||||
title="Professional Grade Supplements"
|
||||
description="High-quality products recommended by our experts to support your healing journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12,000+",
|
||||
description: "Successful Adjustments",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Customized Plans Created",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Years of Clinical Excellence",
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Our clinic has helped thousands of patients reclaim their health."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "12,000+", description: "Successful Adjustments" },
|
||||
{ id: "m2", value: "500+", description: "Customized Plans Created" },
|
||||
{ id: "m3", value: "15+", description: "Years of Clinical Excellence" },
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Our clinic has helped thousands of patients reclaim their health."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-female-greeting-people-while-standing-tower-terrace_482257-19316.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-woman-drawing-summer-field_1157-23549.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiling_329181-1264.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sunset-ocean-bali-indonesia_1321-3169.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-young-adult-reading_23-2149129077.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Patient Success Stories"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-female-greeting-people-while-standing-tower-terrace_482257-19316.jpg" },
|
||||
{ id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-woman-drawing-summer-field_1157-23549.jpg" },
|
||||
{ id: "3", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiling_329181-1264.jpg" },
|
||||
{ id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sunset-ocean-bali-indonesia_1321-3169.jpg" },
|
||||
{ id: "5", name: "Linda M.", imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-young-adult-reading_23-2149129077.jpg" },
|
||||
]}
|
||||
cardTitle="Patient Success Stories"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept insurance?",
|
||||
content: "Yes, we work with most major insurance providers.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What should I expect during my first visit?",
|
||||
content: "We begin with a comprehensive structural and nutritional assessment.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is naturopathy safe?",
|
||||
content: "Yes, all our naturopathic protocols are science-backed and holistic.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you accept insurance?", content: "Yes, we work with most major insurance providers." },
|
||||
{ id: "q2", title: "What should I expect during my first visit?", content: "We begin with a comprehensive structural and nutritional assessment." },
|
||||
{ id: "q3", title: "Is naturopathy safe?", content: "Yes, all our naturopathic protocols are science-backed and holistic." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Visit"
|
||||
description="Ready to optimize your health? Send us a message and our team will get back to you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683409.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Visit"
|
||||
description="Ready to optimize your health? Send us a message and our team will get back to you."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683409.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Goodyear Chiropractic & Naturopathic"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Goodyear Chiropractic & Naturopathic"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user