Update src/app/about/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { ShieldCheck } from "lucide-react";
|
||||
import { ShieldCheck, Stethoscope, Leaf, HeartHandshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,35 +28,23 @@ 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: "/about#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"
|
||||
@@ -73,25 +61,17 @@ export default function LandingPage() {
|
||||
description="Truvet Pet Care was founded on the principle that every pet deserves exceptional and compassionate care. For over a decade, we've been a trusted partner to pet owners, dedicated to promoting the health and well-being of animals in our community. Our team of experienced veterinarians and staff are passionate about what they do, treating every patient as if they were their own."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Team",
|
||||
description: "Our veterinarians have extensive experience in various aspects of animal health.",
|
||||
icon: ShieldCheck,
|
||||
title: "Experienced Team", description: "Our veterinarians have extensive experience in various aspects of animal health.", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
title: "Modern Facilities",
|
||||
description: "Equipped with state-of-the-art technology for accurate diagnostics and effective treatments.",
|
||||
icon: Stethoscope,
|
||||
title: "Modern Facilities", description: "Equipped with state-of-the-art technology for accurate diagnostics and effective treatments.", icon: Stethoscope
|
||||
},
|
||||
{
|
||||
title: "Holistic Approach",
|
||||
description: "We consider all aspects of your pet's life for comprehensive wellness plans.",
|
||||
icon: Leaf,
|
||||
title: "Holistic Approach", description: "We consider all aspects of your pet's life for comprehensive wellness plans.", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Community Focused",
|
||||
description: "Actively involved in local pet welfare initiatives and education.",
|
||||
icon: HeartHandshake,
|
||||
},
|
||||
title: "Community Focused", description: "Actively involved in local pet welfare initiatives and education.", icon: HeartHandshake
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg?_wi=2"
|
||||
imageAlt="veterinarian smiling with a happy dog"
|
||||
@@ -107,33 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Emily Chen",
|
||||
role: "Lead Veterinarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271862.jpg?_wi=2",
|
||||
imageAlt: "portrait of Dr. Emily Chen",
|
||||
id: "1", name: "Dr. Emily Chen", role: "Lead Veterinarian", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271862.jpg?_wi=2", imageAlt: "portrait of Dr. Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. David Lee",
|
||||
role: "Associate Veterinarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=2",
|
||||
imageAlt: "portrait of Dr. David Lee",
|
||||
id: "2", name: "Dr. David Lee", role: "Associate Veterinarian", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=2", imageAlt: "portrait of Dr. David Lee"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Green",
|
||||
role: "Veterinary Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143857.jpg?_wi=2",
|
||||
imageAlt: "portrait of Sarah Green",
|
||||
id: "3", name: "Sarah Green", role: "Veterinary Technician", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143857.jpg?_wi=2", imageAlt: "portrait of Sarah Green"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
role: "Practice Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-cute-dog_23-2149143856.jpg?_wi=2",
|
||||
imageAlt: "portrait of Mark Wilson",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", role: "Practice Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-cute-dog_23-2149143856.jpg?_wi=2", imageAlt: "portrait of Mark Wilson"
|
||||
}
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our team of veterinary professionals is united by a shared love for animals and a commitment to providing the best possible care."
|
||||
@@ -147,37 +111,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jessica S.",
|
||||
role: "Cat Owner",
|
||||
testimonial: "Dr. Emily and her team are amazing! They handled my nervous cat with such kindness and professionalism. I wouldn't trust anyone else with my furry friend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg?_wi=2",
|
||||
imageAlt: "Jessica S. portrait",
|
||||
id: "1", name: "Jessica S.", role: "Cat Owner", testimonial: "Dr. Emily and her team are amazing! They handled my nervous cat with such kindness and professionalism. I wouldn't trust anyone else with my furry friend.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg?_wi=2", imageAlt: "Jessica S. portrait"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
role: "Dog Owner",
|
||||
testimonial: "Truvet Pet Care always goes above and beyond. My dog loves coming here, and I always feel confident he's getting the best possible care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-proud-confident-cool-cheeky-arrogant-smiling-feeling-successful_1194-400217.jpg?_wi=2",
|
||||
imageAlt: "Michael R. portrait",
|
||||
id: "2", name: "Michael R.", role: "Dog Owner", testimonial: "Truvet Pet Care always goes above and beyond. My dog loves coming here, and I always feel confident he's getting the best possible care.", imageSrc: "http://img.b2bpic.net/free-photo/looking-proud-confident-cool-cheeky-arrogant-smiling-feeling-successful_1194-400217.jpg?_wi=2", imageAlt: "Michael R. portrait"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Olivia P.",
|
||||
role: "Bird Enthusiast",
|
||||
testimonial: "Professional, caring, and truly dedicated. They treated my exotic bird with the same expertise as a dog or cat. Highly recommend them for any pet needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-taking-selfie_23-2148260124.jpg?_wi=2",
|
||||
imageAlt: "Olivia P. portrait",
|
||||
id: "3", name: "Olivia P.", role: "Bird Enthusiast", testimonial: "Professional, caring, and truly dedicated. They treated my exotic bird with the same expertise as a dog or cat. Highly recommend them for any pet needs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-taking-selfie_23-2148260124.jpg?_wi=2", imageAlt: "Olivia P. portrait"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Daniel K.",
|
||||
role: "Multiple Pet Owner",
|
||||
testimonial: "We've been bringing our pets here for years, and they consistently provide top-notch service. The staff is always friendly and knowledgeable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-outdoors_23-2149557009.jpg?_wi=2",
|
||||
imageAlt: "Daniel K. portrait",
|
||||
},
|
||||
id: "4", name: "Daniel K.", role: "Multiple Pet Owner", testimonial: "We've been bringing our pets here for years, and they consistently provide top-notch service. The staff is always friendly and knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-outdoors_23-2149557009.jpg?_wi=2", imageAlt: "Daniel K. portrait"
|
||||
}
|
||||
]}
|
||||
title="Hear From Our Happy Clients"
|
||||
description="The trust and gratitude of pet parents mean the world to us. Read what our clients have to say about their experiences at Truvet Pet Care."
|
||||
@@ -188,69 +132,54 @@ 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Truvet Pet Care"
|
||||
copyrightText="© 2024 Truvet Pet Care. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user