diff --git a/src/app/page.tsx b/src/app/page.tsx
index 89c5fd2..80ba64f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,63 +43,26 @@ export default function LandingPage() {
@@ -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() {