diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1743aa1..1177bd5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,27 +32,17 @@ export default function LandingPage() {
@@ -62,78 +52,39 @@ export default function LandingPage() {
description="Helping you care for your pet with comfort, dignity, and love—right at home."
testimonials={[
{
- name: "Sarah J.",
- handle: "Local Pet Owner",
- testimonial: "Kind, compassionate, and professional during a very difficult time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg?_wi=1",
- imageAlt: "veterinarian comforting dog home peaceful",
- },
+ name: "Sarah J.", handle: "Local Pet Owner", testimonial: "Kind, compassionate, and professional during a very difficult time.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg", imageAlt: "veterinarian comforting dog home peaceful"},
{
- name: "Mark D.",
- handle: "Local Pet Owner",
- testimonial: "Made saying goodbye peaceful and respectful.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg?_wi=1",
- imageAlt: "veterinarian comforting dog home peaceful",
- },
+ name: "Mark D.", handle: "Local Pet Owner", testimonial: "Made saying goodbye peaceful and respectful.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg", imageAlt: "veterinarian comforting dog home peaceful"},
{
- name: "Elena R.",
- handle: "Local Pet Owner",
- testimonial: "They truly care about the animal and the family.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg?_wi=1",
- imageAlt: "veterinarian comforting dog home peaceful",
- },
+ name: "Elena R.", handle: "Local Pet Owner", testimonial: "They truly care about the animal and the family.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg", imageAlt: "veterinarian comforting dog home peaceful"},
{
- name: "Tom K.",
- handle: "Local Pet Owner",
- testimonial: "In-home care made such a difference in my dog's stress level.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg?_wi=1",
- imageAlt: "veterinarian comforting dog home peaceful",
- },
+ name: "Tom K.", handle: "Local Pet Owner", testimonial: "In-home care made such a difference in my dog's stress level.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg", imageAlt: "veterinarian comforting dog home peaceful"},
{
- name: "Jen L.",
- handle: "Local Pet Owner",
- testimonial: "Supportive and gentle throughout the entire process.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg?_wi=1",
- imageAlt: "veterinarian comforting dog home peaceful",
- },
+ name: "Jen L.", handle: "Local Pet Owner", testimonial: "Supportive and gentle throughout the entire process.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg", imageAlt: "veterinarian comforting dog home peaceful"},
]}
buttons={[
{
- text: "Call Now (786) 566-2199",
- href: "tel:7865662199",
- },
+ text: "Call Now (786) 566-2199", href: "tel:7865662199"},
{
- text: "Book Appointment",
- href: "#contact",
- },
+ text: "Book Appointment", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/home-lifestyle-concept-beautiful-young-woman-with-dog-sitting-sofa-eating-cereals-hugging_1258-195211.jpg",
- alt: "Portrait of smiling pet owner",
- },
+ src: "http://img.b2bpic.net/free-photo/home-lifestyle-concept-beautiful-young-woman-with-dog-sitting-sofa-eating-cereals-hugging_1258-195211.jpg", alt: "Portrait of smiling pet owner"},
{
- src: "http://img.b2bpic.net/free-photo/front-view-woman-with-cute-dog-home_23-2149652652.jpg",
- alt: "Happy dog owner portrait",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-cute-dog-home_23-2149652652.jpg", alt: "Happy dog owner portrait"},
{
- src: "http://img.b2bpic.net/free-photo/woman-brushing-dog-medium-shot_23-2149652661.jpg",
- alt: "Gentle senior pet owner",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-brushing-dog-medium-shot_23-2149652661.jpg", alt: "Gentle senior pet owner"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-woman-playing-with-dog-bed_329181-20339.jpg",
- alt: "Compassionate family with pet",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-woman-playing-with-dog-bed_329181-20339.jpg", alt: "Compassionate family with pet"},
{
- src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg",
- alt: "Grateful pet owner",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg", alt: "Grateful pet owner"},
]}
avatarText="Trusted by over 100+ local families."
/>
@@ -146,20 +97,11 @@ export default function LandingPage() {
tag="Trusted Care"
metrics={[
{
- id: "m1",
- value: "4.9",
- description: "Google Rating",
- },
+ id: "m1", value: "4.9", description: "Google Rating"},
{
- id: "m2",
- value: "44+",
- description: "Verified Reviews",
- },
+ id: "m2", value: "44+", description: "Verified Reviews"},
{
- id: "m3",
- value: "100%",
- description: "Compassionate Focus",
- },
+ id: "m3", value: "100%", description: "Compassionate Focus"},
]}
/>
@@ -169,30 +111,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg?_wi=2",
- },
+ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg"},
{
- id: "2",
- name: "Mark D.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg?_wi=2",
- },
+ id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg"},
{
- id: "3",
- name: "Elena R.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg?_wi=2",
- },
+ id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg"},
{
- id: "4",
- name: "Tom K.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg?_wi=2",
- },
+ id: "4", name: "Tom K.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg"},
{
- id: "5",
- name: "Jen L.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284090.jpg",
- },
+ id: "5", name: "Jen L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284090.jpg"},
]}
cardTitle="What Families Say"
cardTag="Testimonials"
@@ -207,17 +134,11 @@ export default function LandingPage() {
description="From preventive care to difficult end-of-life decisions, we are here to support you and your pet."
metrics={[
{
- value: "Euthanasia",
- title: "Peaceful at-home passing",
- },
+ value: "Euthanasia", title: "Peaceful at-home passing"},
{
- value: "Hospice",
- title: "Quality of life guidance",
- },
+ value: "Hospice", title: "Quality of life guidance"},
{
- value: "Wellness",
- title: "Routine exams & diagnostics",
- },
+ value: "Wellness", title: "Routine exams & diagnostics"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-using-smartphone-home-her-dog_23-2149392576.jpg"
/>
@@ -230,28 +151,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Virtual Consults",
- description: "Professional guidance for your pet's needs from home.",
- bentoComponent: "reveal-icon",
- icon: Video,
- imageSrc: "http://img.b2bpic.net/free-photo/owner-spending-time-with-their-greyhound-dog_52683-109756.jpg",
- imageAlt: "Owner spending time with their greyhound dog",
+ title: "Virtual Consults", description: "Professional guidance for your pet's needs from home.", bentoComponent: "reveal-icon", icon: Video,
},
{
- title: "Medications",
- description: "Prescription diets and chronic condition management.",
- bentoComponent: "reveal-icon",
- icon: Activity,
- imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg?_wi=3",
- imageAlt: "Owner spending time with their greyhound dog",
+ title: "Medications", description: "Prescription diets and chronic condition management.", bentoComponent: "reveal-icon", icon: Activity,
},
{
- title: "Transport",
- description: "Cremation coordination and pet transport.",
- bentoComponent: "reveal-icon",
- icon: Truck,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg?_wi=3",
- imageAlt: "Owner spending time with their greyhound dog",
+ title: "Transport", description: "Cremation coordination and pet transport.", bentoComponent: "reveal-icon", icon: Truck,
},
]}
title="Additional Support Services"
@@ -265,20 +171,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Do you offer emergency services?",
- content: "We offer scheduled urgent care visits, but please contact an emergency clinic for acute life-threatening situations.",
- },
+ id: "1", title: "Do you offer emergency services?", content: "We offer scheduled urgent care visits, but please contact an emergency clinic for acute life-threatening situations."},
{
- id: "2",
- title: "What areas do you serve?",
- content: "We serve the entire local metropolitan area and surrounding neighborhoods.",
- },
+ id: "2", title: "What areas do you serve?", content: "We serve the entire local metropolitan area and surrounding neighborhoods."},
{
- id: "3",
- title: "Can I book a consultation call?",
- content: "Yes, we offer free quality-of-life consultation calls to help you determine the best path for your pet.",
- },
+ id: "3", title: "Can I book a consultation call?", content: "Yes, we offer free quality-of-life consultation calls to help you determine the best path for your pet."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg"
title="Commonly Asked Questions"
@@ -291,16 +188,13 @@ export default function LandingPage() {
@@ -310,46 +204,29 @@ export default function LandingPage() {
logoText="Bella Veterinary Services"
columns={[
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "(786) 566-2199",
- href: "tel:7865662199",
- },
+ label: "(786) 566-2199", href: "tel:7865662199"},
{
- label: "Available 9AM Daily",
- href: "#",
- },
+ label: "Available 9AM Daily", href: "#"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Hospice Care",
- href: "#services",
- },
+ label: "Hospice Care", href: "#services"},
{
- label: "Euthanasia",
- href: "#services",
- },
+ label: "Euthanasia", href: "#services"},
{
- label: "Consultations",
- href: "#services",
- },
+ label: "Consultations", href: "#services"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}