Merge version_1 into main #2
287
src/app/page.tsx
287
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Expertise", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Eufaula Animal Hospital"
|
||||
/>
|
||||
@@ -55,63 +43,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Care you can trust when it matters most"
|
||||
description="From routine visits to lifesaving emergencies, Eufaula Animal Hospital delivers clear answers, compassionate care, and a team that treats your pet like family. When everything feels wrong, we're the place you know you can rely on."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now — Don't Wait",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-doctor-with-cute-dog_23-2149271795.jpg?_wi=1"
|
||||
buttons={[{ text: "Call Now — Don't Wait", href: "tel:5555555555" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-doctor-with-cute-dog_23-2149271795.jpg"
|
||||
imageAlt="Professional veterinary care"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dog-female-veterinarian-vet-clinic_23-2147928458.jpg",
|
||||
alt: "Dog and female veterinarian in the vet clinic",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waiting-queue-vet_329181-14498.jpg",
|
||||
alt: "Waiting in the queue at the vet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-veterinarian-examining-dog-lying-table_23-2147928378.jpg",
|
||||
alt: "Portrait of female veterinarian examining the dog lying on table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-dog_23-2149271778.jpg",
|
||||
alt: "Medium shot smiley woman holding dog",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-touching-dog_23-2149271868.jpg",
|
||||
alt: "Close up hands touching dog",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/dog-female-veterinarian-vet-clinic_23-2147928458.jpg", alt: "Dog and female veterinarian in the vet clinic" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/waiting-queue-vet_329181-14498.jpg", alt: "Waiting in the queue at the vet" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-female-veterinarian-examining-dog-lying-table_23-2147928378.jpg", alt: "Portrait of female veterinarian examining the dog lying on table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-dog_23-2149271778.jpg", alt: "Medium shot smiley woman holding dog" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-hands-touching-dog_23-2149271868.jpg", alt: "Close up hands touching dog" }
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ local pet owners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Board Certified Surgeons",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Imaging",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Compassionate Approach",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "State-of-the-art Lab",
|
||||
},
|
||||
{ type: "text", text: "24/7 Emergency Care" },
|
||||
{ type: "text", text: "Board Certified Surgeons" },
|
||||
{ type: "text", text: "Advanced Imaging" },
|
||||
{ type: "text", text: "Compassionate Approach" },
|
||||
{ type: "text", text: "State-of-the-art Lab" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,21 +72,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Clinical Impact"
|
||||
metrics={[
|
||||
{
|
||||
label: "Google Rating",
|
||||
value: "4.9/5",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
label: "Emergency Patients Saved",
|
||||
value: "1200+",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
label: "Combined Experience",
|
||||
value: "50+ Years",
|
||||
icon: Award,
|
||||
},
|
||||
{ label: "Google Rating", value: "4.9/5", icon: Star },
|
||||
{ label: "Emergency Patients Saved", value: "1200+", icon: Shield },
|
||||
{ label: "Combined Experience", value: "50+ Years", icon: Award },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -147,21 +86,9 @@ export default function LandingPage() {
|
||||
title="Unmatched Competence & Care"
|
||||
description="We specialize in finding answers when others miss the signs, ensuring your pet receives the most precise diagnosis and effective treatment plan."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Precision Emergency Care",
|
||||
content: "Our facility is equipped for critical diagnostics and life-saving intervention 24/7.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Thorough Routine Medicine",
|
||||
content: "We don't rush. Every routine checkup is an opportunity to build a long-term preventative health strategy.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Advanced Diagnostic Tech",
|
||||
content: "On-site laboratory and imaging allow for rapid decision making in critical moments.",
|
||||
},
|
||||
{ id: "1", title: "Precision Emergency Care", content: "Our facility is equipped for critical diagnostics and life-saving intervention 24/7." },
|
||||
{ id: "2", title: "Thorough Routine Medicine", content: "We don't rush. Every routine checkup is an opportunity to build a long-term preventative health strategy." },
|
||||
{ id: "3", title: "Advanced Diagnostic Tech", content: "On-site laboratory and imaging allow for rapid decision making in critical moments." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143886.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -175,36 +102,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "wellness",
|
||||
badge: "Routine",
|
||||
price: "$89",
|
||||
subtitle: "Annual Exam & Preventative",
|
||||
features: [
|
||||
"Full Physical",
|
||||
"Vaccine Consultation",
|
||||
"Heartworm Screen",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
},
|
||||
],
|
||||
id: "wellness", badge: "Routine", price: "$89", subtitle: "Annual Exam & Preventative", features: ["Full Physical", "Vaccine Consultation", "Heartworm Screen"],
|
||||
buttons: [{ text: "Book Now" }],
|
||||
},
|
||||
{
|
||||
id: "emergency",
|
||||
badge: "Priority",
|
||||
price: "$189",
|
||||
subtitle: "Emergency Diagnostic Base",
|
||||
features: [
|
||||
"Immediate Triage",
|
||||
"Comprehensive Exam",
|
||||
"Stat Bloodwork",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Call Now",
|
||||
},
|
||||
],
|
||||
id: "emergency", badge: "Priority", price: "$189", subtitle: "Emergency Diagnostic Base", features: ["Immediate Triage", "Comprehensive Exam", "Stat Bloodwork"],
|
||||
buttons: [{ text: "Call Now" }],
|
||||
},
|
||||
]}
|
||||
title="Transparent Care Options"
|
||||
@@ -219,33 +122,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "medical",
|
||||
groupTitle: "Clinical Leadership",
|
||||
members: [
|
||||
id: "medical", groupTitle: "Clinical Leadership", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Dr. Capps",
|
||||
subtitle: "Chief of Staff",
|
||||
detail: "Leading the team with unmatched clinical depth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chihuahua-veterinarian-s-office_23-2151998563.jpg",
|
||||
},
|
||||
id: "m1", title: "Dr. Capps", subtitle: "Chief of Staff", detail: "Leading the team with unmatched clinical depth.", imageSrc: "http://img.b2bpic.net/free-photo/chihuahua-veterinarian-s-office_23-2151998563.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Sarah Miller",
|
||||
subtitle: "Lead Technician",
|
||||
detail: "Expert in triage and intensive care unit monitoring.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100190.jpg",
|
||||
},
|
||||
id: "m2", title: "Sarah Miller", subtitle: "Lead Technician", detail: "Expert in triage and intensive care unit monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100190.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Dr. Henderson",
|
||||
subtitle: "Senior Veterinarian",
|
||||
detail: "Specialized in internal medicine and surgery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304326.jpg",
|
||||
},
|
||||
id: "m3", title: "Dr. Henderson", subtitle: "Senior Veterinarian", detail: "Specialized in internal medicine and surgery.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304326.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-with-cute-dog_23-2149271795.jpg?_wi=2",
|
||||
imageAlt: "veterinarian doctor portrait",
|
||||
},
|
||||
]}
|
||||
title="Our Compassionate Experts"
|
||||
@@ -259,46 +143,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "Local Pet Parent",
|
||||
testimonial: "I drove 3 hours because nobody else could find out what was wrong with my dog. Dr. Capps identified the issue in minutes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-154021.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
handle: "Emergency Client",
|
||||
testimonial: "They truly treat you like family. When my cat was in crisis, they provided the clarity I needed to make hard decisions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-family-playing-with-dog-park_23-2148576973.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "Routine Client",
|
||||
testimonial: "Finally a clinic that doesn't rush you. They listen, they explain, and they care deeply.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dog-with-broken-leg-vet_329181-10387.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "Referral Patient",
|
||||
testimonial: "Competence that is hard to find. Their reputation is well-deserved.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctors-talking-clinic_23-2149304277.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa T.",
|
||||
handle: "Long-time Client",
|
||||
testimonial: "Eufaula is simply the gold standard. I wouldn't trust anyone else with my senior pet.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-spending-quality-time-together_23-2149352455.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", handle: "Local Pet Parent", testimonial: "I drove 3 hours because nobody else could find out what was wrong with my dog. Dr. Capps identified the issue in minutes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-154021.jpg" },
|
||||
{ id: "t2", name: "Mike D.", handle: "Emergency Client", testimonial: "They truly treat you like family. When my cat was in crisis, they provided the clarity I needed to make hard decisions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-family-playing-with-dog-park_23-2148576973.jpg" },
|
||||
{ id: "t3", name: "Emily R.", handle: "Routine Client", testimonial: "Finally a clinic that doesn't rush you. They listen, they explain, and they care deeply.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dog-with-broken-leg-vet_329181-10387.jpg" },
|
||||
{ id: "t4", name: "David K.", handle: "Referral Patient", testimonial: "Competence that is hard to find. Their reputation is well-deserved.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctors-talking-clinic_23-2149304277.jpg" },
|
||||
{ id: "t5", name: "Lisa T.", handle: "Long-time Client", testimonial: "Eufaula is simply the gold standard. I wouldn't trust anyone else with my senior pet.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-spending-quality-time-together_23-2149352455.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Pet Owners"
|
||||
@@ -311,21 +160,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "While we prioritize scheduled patients, we handle emergencies immediately upon arrival.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is the drive worth it?",
|
||||
content: "Our clients tell us consistently that the clarity and outcome accuracy justify the trip from even 5 hours away.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I handle an emergency?",
|
||||
content: "Call our emergency line immediately. Our triage team will advise you while you drive.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept walk-ins?", content: "While we prioritize scheduled patients, we handle emergencies immediately upon arrival." },
|
||||
{ id: "q2", title: "Is the drive worth it?", content: "Our clients tell us consistently that the clarity and outcome accuracy justify the trip from even 5 hours away." },
|
||||
{ id: "q3", title: "How do I handle an emergency?", content: "Call our emergency line immediately. Our triage team will advise you while you drive." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to help you navigate your pet's health journey."
|
||||
@@ -336,9 +173,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Need Urgent Advice?"
|
||||
description="We are ready to provide the professional, compassionate care your pet needs. Call our triage team or request an appointment today."
|
||||
@@ -352,45 +187,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Eufaula Animal Hospital"
|
||||
columns={[
|
||||
{
|
||||
title: "Clinic",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Emergency Info",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pet Health Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Clinic", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Emergency Info", href: "#" }, { label: "Pet Health Blog", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Eufaula Animal Hospital. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user