From d2fd2968a54281d1c8b27155a23a6d56e4a99388 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:09:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 277 +++++++++-------------------------------------- 1 file changed, 54 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ec1c25..51f6d7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,79 +31,33 @@ export default function LandingPage() {
@@ -115,50 +69,26 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "General Checkups", - description: "Routine exams to ensure your pet stays in peak health.", - icon: Activity, + title: "General Checkups", description: "Routine exams to ensure your pet stays in peak health.", icon: Activity, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/young-female-pajamas-holding-little-cute-grey-kitten-blue_140725-30128.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/no-people-hospital-reception-desk-medical-appointments-checkup-visit-waiting-room-lobby-with-counter-indoors-give-support-advice-modern-healthcare-facility_482257-44451.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-vet-smiling-petting-beautiful-beagle-dog-exam-table-professional-veterinarian-man-holding-pet-while-examining-healthy-pet-clinic_662251-2251.jpg?_wi=2", - imageAlt: "veterinarian holding cute cat professional", + { imageSrc: "http://img.b2bpic.net/free-photo/young-female-pajamas-holding-little-cute-grey-kitten-blue_140725-30128.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/no-people-hospital-reception-desk-medical-appointments-checkup-visit-waiting-room-lobby-with-counter-indoors-give-support-advice-modern-healthcare-facility_482257-44451.jpg" } + ] }, { - title: "Pet Registration", - description: "Mandatory UAE registration services to keep your pet compliant.", - icon: FileText, + title: "Pet Registration", description: "Mandatory UAE registration services to keep your pet compliant.", icon: FileText, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/pet-cat-lifestyle-portraits_23-2149169894.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-fingerprint-paper_53876-13400.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-consultation-with-black-medic-modern-clinic-lobby_482257-131071.jpg?_wi=1", - imageAlt: "veterinarian holding cute cat professional", + { imageSrc: "http://img.b2bpic.net/free-photo/pet-cat-lifestyle-portraits_23-2149169894.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fingerprint-paper_53876-13400.jpg" } + ] }, { - title: "Emergency Care", - description: "Reliable 24/7 support when you need it most.", - icon: AlertCircle, + title: "Emergency Care", description: "Reliable 24/7 support when you need it most.", icon: AlertCircle, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198635.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-looking-camera-showing-cute-dog-ears-feeling-rejoice-adopting-pet-standing_1258-173032.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/pretty-professional-veterinarian-with-gloves-weighing-big-persian-cat-with-scale-animal-clinic-woman-vet-examining-health-beautiful-pet_662251-2394.jpg?_wi=2", - imageAlt: "veterinarian holding cute cat professional", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198635.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-looking-camera-showing-cute-dog-ears-feeling-rejoice-adopting-pet-standing_1258-173032.jpg" } + ] + } ]} title="Our Professional Services" description="Comprehensive care for all your pet's needs in the heart of Abu Dhabi." @@ -167,14 +97,12 @@ export default function LandingPage() {
@@ -182,23 +110,12 @@ export default function LandingPage() { @@ -321,39 +172,19 @@ export default function LandingPage() { logoText="Top Care Vet" columns={[ { - title: "Clinic", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "About Us", - href: "#why-us", - }, - { - label: "Register Pet", - href: "#registration", - }, - ], + title: "Clinic", items: [ + { label: "Services", href: "#services" }, + { label: "About Us", href: "#why-us" }, + { label: "Register Pet", href: "#registration" } + ] }, { - title: "Contact", - items: [ - { - label: "Call Us", - href: "tel:+97120000000", - }, - { - label: "WhatsApp", - href: "https://wa.me/9710000000", - }, - { - label: "Email", - href: "mailto:info@topcarevet.ae", - }, - ], - }, + title: "Contact", items: [ + { label: "Call Us", href: "tel:+97120000000" }, + { label: "WhatsApp", href: "https://wa.me/9710000000" }, + { label: "Email", href: "mailto:info@topcarevet.ae" } + ] + } ]} copyrightText="© 2025 Top Care Veterinary Clinic | All Rights Reserved" /> @@ -361,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1