Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -32,35 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/#services",
|
||||
},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/#about",
|
||||
},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
href: "/#team",
|
||||
},
|
||||
name: "Our Team", id: "/#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/#faq",
|
||||
},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/#contact",
|
||||
},
|
||||
name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
brandName="Truvet Pet Care"
|
||||
bottomLeftText="Compassionate Pet Care"
|
||||
@@ -74,15 +56,12 @@ export default function LandingPage() {
|
||||
description="Dedicated to the health and happiness of your beloved pets. Exceptional veterinary services with a gentle touch, right here in your community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "/#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "/#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "/#services",
|
||||
},
|
||||
text: "Our Services", href: "/#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg?_wi=1"
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg"
|
||||
imageAlt="Veterinarian smiling with a happy dog"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,19 +73,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Compassionate Care",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Compassionate Care", value: "100%"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Happy Paws",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Happy Paws", value: "5000+"},
|
||||
{
|
||||
icon: Activity,
|
||||
label: "Experienced Vets",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Experienced Vets", value: "15+"},
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
/>
|
||||
@@ -118,32 +91,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "checkups",
|
||||
title: "Routine Check-ups & Wellness",
|
||||
description: "Regular examinations, vaccinations, and preventive care to keep your pet healthy and happy for years to come.",
|
||||
tag: "Health",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg?_wi=1",
|
||||
imageAlt: "Veterinarian giving a dog a checkup",
|
||||
},
|
||||
id: "checkups", title: "Routine Check-ups & Wellness", description: "Regular examinations, vaccinations, and preventive care to keep your pet healthy and happy for years to come.", tag: "Health", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg", imageAlt: "Veterinarian giving a dog a checkup"},
|
||||
{
|
||||
id: "vaccinations",
|
||||
title: "Vaccinations & Parasite Control",
|
||||
description: "Protect your furry friend from common diseases and parasites with our tailored vaccination and prevention programs.",
|
||||
tag: "Prevention",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-vet-with-injection-looking-dog-table_23-2147928580.jpg",
|
||||
imageAlt: "Veterinarian vaccinating a cat",
|
||||
},
|
||||
id: "vaccinations", title: "Vaccinations & Parasite Control", description: "Protect your furry friend from common diseases and parasites with our tailored vaccination and prevention programs.", tag: "Prevention", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-vet-with-injection-looking-dog-table_23-2147928580.jpg", imageAlt: "Veterinarian vaccinating a cat"},
|
||||
{
|
||||
id: "surgery",
|
||||
title: "Advanced Surgical Procedures",
|
||||
description: "Our state-of-the-art facility provides a wide range of surgical options, from routine spay/neuter to complex orthopedic procedures.",
|
||||
tag: "Surgery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg?_wi=1",
|
||||
imageAlt: "Veterinarian performing surgery on a pet",
|
||||
},
|
||||
id: "surgery", title: "Advanced Surgical Procedures", description: "Our state-of-the-art facility provides a wide range of surgical options, from routine spay/neuter to complex orthopedic procedures.", tag: "Surgery", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg", imageAlt: "Veterinarian performing surgery on a pet"},
|
||||
]}
|
||||
title="Our Comprehensive Pet Services"
|
||||
description="From routine check-ups to specialized treatments, your pet's health and well-being are our utmost priority. We offer a full range of veterinary services."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -153,36 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "vet1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Chief Veterinarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271862.jpg?_wi=1",
|
||||
imageAlt: "Dr. Sarah Miller, Chief Veterinarian",
|
||||
},
|
||||
id: "vet1", name: "Dr. Sarah Miller", role: "Chief Veterinarian", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271862.jpg", imageAlt: "Dr. Sarah Miller, Chief Veterinarian"},
|
||||
{
|
||||
id: "vet2",
|
||||
name: "Dr. John Doe",
|
||||
role: "Veterinarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=1",
|
||||
imageAlt: "Dr. John Doe, Veterinarian",
|
||||
},
|
||||
id: "vet2", name: "Dr. John Doe", role: "Veterinarian", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", imageAlt: "Dr. John Doe, Veterinarian"},
|
||||
{
|
||||
id: "assistant1",
|
||||
name: "Emily Chen",
|
||||
role: "Veterinary Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143857.jpg?_wi=1",
|
||||
imageAlt: "Emily Chen, Veterinary Technician",
|
||||
},
|
||||
id: "assistant1", name: "Emily Chen", role: "Veterinary Technician", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143857.jpg", imageAlt: "Emily Chen, Veterinary Technician"},
|
||||
{
|
||||
id: "assistant2",
|
||||
name: "David Lee",
|
||||
role: "Clinic Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-cute-dog_23-2149143856.jpg?_wi=1",
|
||||
imageAlt: "David Lee, Clinic Manager",
|
||||
},
|
||||
id: "assistant2", name: "David Lee", role: "Clinic Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-cute-dog_23-2149143856.jpg", imageAlt: "David Lee, Clinic Manager"},
|
||||
]}
|
||||
title="Meet Our Compassionate Team"
|
||||
description="Our experienced veterinarians and support staff are dedicated to providing the highest quality care with a gentle touch for all your beloved pets."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,35 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Laura S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg?_wi=1",
|
||||
imageAlt: "Laura S.",
|
||||
},
|
||||
id: "1", name: "Laura S.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg", imageAlt: "Laura S."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-proud-confident-cool-cheeky-arrogant-smiling-feeling-successful_1194-400217.jpg?_wi=1",
|
||||
imageAlt: "Mark J.",
|
||||
},
|
||||
id: "2", name: "Mark J.", imageSrc: "http://img.b2bpic.net/free-photo/looking-proud-confident-cool-cheeky-arrogant-smiling-feeling-successful_1194-400217.jpg", imageAlt: "Mark J."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-taking-selfie_23-2148260124.jpg?_wi=1",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
id: "3", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-taking-selfie_23-2148260124.jpg", imageAlt: "Jessica L."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-outdoors_23-2149557009.jpg?_wi=1",
|
||||
imageAlt: "Robert P.",
|
||||
},
|
||||
id: "4", name: "Robert P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-outdoors_23-2149557009.jpg", imageAlt: "Robert P."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-house_344912-1172.jpg",
|
||||
imageAlt: "Sophia M.",
|
||||
},
|
||||
id: "5", name: "Sophia M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-house_344912-1172.jpg", imageAlt: "Sophia M."},
|
||||
]}
|
||||
cardTitle="Our clients love us, and their pets do too!"
|
||||
cardTag="Happy Paws, Happy Owners"
|
||||
@@ -232,29 +149,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your clinic hours?",
|
||||
content: "Our clinic is open Monday to Friday from 8:00 AM to 6:00 PM, and Saturday from 9:00 AM to 1:00 PM. We are closed on Sundays.",
|
||||
},
|
||||
id: "1", title: "What are your clinic hours?", content: "Our clinic is open Monday to Friday from 8:00 AM to 6:00 PM, and Saturday from 9:00 AM to 1:00 PM. We are closed on Sundays."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "For after-hours emergencies, please contact our emergency line at (555) 123-4567. During business hours, please call us directly for immediate assistance.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency services?", content: "For after-hours emergencies, please contact our emergency line at (555) 123-4567. During business hours, please call us directly for immediate assistance."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What types of pets do you treat?",
|
||||
content: "We primarily treat dogs and cats, offering comprehensive care for all their needs. Please call us if you have other types of pets, and we can discuss your options.",
|
||||
},
|
||||
id: "3", title: "What types of pets do you treat?", content: "We primarily treat dogs and cats, offering comprehensive care for all their needs. Please call us if you have other types of pets, and we can discuss your options."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can book an appointment by calling us at (555) 987-6543 during clinic hours, or by filling out the contact form on our website.",
|
||||
},
|
||||
id: "4", title: "How can I book an appointment?", content: "You can book an appointment by calling us at (555) 987-6543 during clinic hours, or by filling out the contact form on our website."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our services, appointments, and pet care. If you don't find what you're looking for, feel free to contact us!"
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
</div>
|
||||
@@ -266,32 +171,21 @@ export default function LandingPage() {
|
||||
description="Reach out to us for appointments, inquiries about your pet's health, or any questions you may have. We're here to help!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg"
|
||||
imageAlt="Modern veterinary clinic interior with reception desk"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
@@ -301,75 +195,45 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Truvet Pet Care",
|
||||
items: [
|
||||
title: "Truvet Pet Care", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/#team",
|
||||
},
|
||||
label: "Our Team", href: "/#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Wellness Exams",
|
||||
href: "/#services",
|
||||
},
|
||||
label: "Wellness Exams", href: "/#services"},
|
||||
{
|
||||
label: "Vaccinations",
|
||||
href: "/#services",
|
||||
},
|
||||
label: "Vaccinations", href: "/#services"},
|
||||
{
|
||||
label: "Surgery",
|
||||
href: "/#services",
|
||||
},
|
||||
label: "Surgery", href: "/#services"},
|
||||
{
|
||||
label: "Emergency Care",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Emergency Care", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/#faq",
|
||||
},
|
||||
label: "FAQ", href: "/#faq"},
|
||||
{
|
||||
label: "Appointments",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Appointments", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import { Heart, Smile } from "lucide-react";
|
||||
import { Heart, Smile, PawPrint } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,35 +28,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/#services",
|
||||
},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/#about",
|
||||
},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
href: "/#team",
|
||||
},
|
||||
name: "Our Team", id: "/#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/#faq",
|
||||
},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/#contact",
|
||||
},
|
||||
name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
brandName="Truvet Pet Care"
|
||||
bottomLeftText="Compassionate Pet Care"
|
||||
@@ -72,33 +54,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Routine Check-ups & Vaccinations",
|
||||
description: "Preventative care is key to a long, healthy life. We offer thorough exams and tailored vaccination plans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg?_wi=2",
|
||||
imageAlt: "vet examining dog",
|
||||
},
|
||||
id: "1", title: "Routine Check-ups & Vaccinations", description: "Preventative care is key to a long, healthy life. We offer thorough exams and tailored vaccination plans.", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg", imageAlt: "vet examining dog"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Advanced Diagnostic Services",
|
||||
description: "Utilizing state-of-the-art equipment for accurate diagnoses, including digital X-rays and ultrasound.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-background-national-nurses-week-celebration_23-2151266082.jpg",
|
||||
imageAlt: "stethoscope on clipboard",
|
||||
},
|
||||
id: "2", title: "Advanced Diagnostic Services", description: "Utilizing state-of-the-art equipment for accurate diagnoses, including digital X-rays and ultrasound.", imageSrc: "http://img.b2bpic.net/free-vector/flat-background-national-nurses-week-celebration_23-2151266082.jpg", imageAlt: "stethoscope on clipboard"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Surgical Procedures",
|
||||
description: "Our experienced surgeons perform a range of procedures with utmost care and advanced anesthetic monitoring.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg?_wi=2",
|
||||
imageAlt: "pet surgery",
|
||||
},
|
||||
id: "3", title: "Surgical Procedures", description: "Our experienced surgeons perform a range of procedures with utmost care and advanced anesthetic monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg", imageAlt: "pet surgery"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dental Health Care",
|
||||
description: "Keep your pet's teeth and gums healthy with our comprehensive dental cleaning and care services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg?_wi=3",
|
||||
imageAlt: "dog getting dental checkup",
|
||||
},
|
||||
id: "4", title: "Dental Health Care", description: "Keep your pet's teeth and gums healthy with our comprehensive dental cleaning and care services.", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg", imageAlt: "dog getting dental checkup"},
|
||||
]}
|
||||
title="Comprehensive Pet Care Services"
|
||||
description="From routine check-ups to advanced medical treatments, Truvet Pet Care provides a full spectrum of veterinary services to ensure your beloved pet's health and well-being."
|
||||
@@ -113,25 +75,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years of Service",
|
||||
description: "Serving the community with dedicated pet care.",
|
||||
icon: Heart,
|
||||
id: "1", value: "15+", title: "Years of Service", description: "Serving the community with dedicated pet care.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5,000+",
|
||||
title: "Happy Pets",
|
||||
description: "The number of beloved animals we've had the privilege to treat.",
|
||||
icon: PawPrint,
|
||||
id: "2", value: "5,000+", title: "Happy Pets", description: "The number of beloved animals we've had the privilege to treat.", icon: PawPrint,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Our clients consistently rate our services as excellent.",
|
||||
icon: Smile,
|
||||
id: "3", value: "98%", title: "Client Satisfaction", description: "Our clients consistently rate our services as excellent.", icon: Smile,
|
||||
},
|
||||
]}
|
||||
title="Our Impact & Dedication"
|
||||
@@ -145,30 +95,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your hours of operation?",
|
||||
content: "Our clinic is open Monday to Friday from 8:00 AM to 6:00 PM, and Saturday from 9:00 AM to 1:00 PM. We are closed on Sundays.",
|
||||
},
|
||||
id: "1", title: "What are your hours of operation?", content: "Our clinic is open Monday to Friday from 8:00 AM to 6:00 PM, and Saturday from 9:00 AM to 1:00 PM. We are closed on Sundays."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "For emergencies during business hours, please call us immediately. For after-hours emergencies, we recommend contacting the nearest 24/7 animal hospital.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency services?", content: "For emergencies during business hours, please call us immediately. For after-hours emergencies, we recommend contacting the nearest 24/7 animal hospital."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What payment options do you accept?",
|
||||
content: "We accept cash, major credit cards (Visa, MasterCard, American Express, Discover), and Truvet Pet Care financing options. Payment is due at the time of service.",
|
||||
},
|
||||
id: "3", title: "What payment options do you accept?", content: "We accept cash, major credit cards (Visa, MasterCard, American Express, Discover), and Truvet Pet Care financing options. Payment is due at the time of service."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How often should my pet have a check-up?",
|
||||
content: "For most adult pets, an annual wellness exam is recommended. Puppies, kittens, and senior pets may require more frequent visits.",
|
||||
},
|
||||
id: "4", title: "How often should my pet have a check-up?", content: "For most adult pets, an annual wellness exam is recommended. Puppies, kittens, and senior pets may require more frequent visits."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What vaccines does my pet need?",
|
||||
content: "Vaccination needs vary by species, age, and lifestyle. We will discuss a personalized vaccination plan for your pet during their examination.",
|
||||
},
|
||||
id: "5", title: "What vaccines does my pet need?", content: "Vaccination needs vary by species, age, and lifestyle. We will discuss a personalized vaccination plan for your pet during their examination."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our services or your pet's health? Find answers to common inquiries here."
|
||||
@@ -180,67 +115,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Routine Care",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Routine Care", href: "/services"},
|
||||
{
|
||||
label: "Diagnostics",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Diagnostics", href: "/services"},
|
||||
{
|
||||
label: "Surgery",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Surgery", href: "/services"},
|
||||
{
|
||||
label: "Dental",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Dental", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Team", href: "/about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Testimonials", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Pet Health Tips",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pet Health Tips", href: "#"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/services#faq",
|
||||
},
|
||||
label: "FAQs", href: "/services#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Make Appointment",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Make Appointment", href: "/contact"},
|
||||
{
|
||||
label: "Our Location",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Our Location", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user