Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,6 @@ import {
|
||||
Sparkles,
|
||||
Star,
|
||||
ThumbsUp,
|
||||
Tooth,
|
||||
Zap,
|
||||
} from "lucide-react";
|
||||
|
||||
@@ -140,10 +139,10 @@ export default function LandingPage() {
|
||||
title: "Specialized Dental Procedures", description: "Multi-speciality care approach delivering comprehensive treatment for complex dental needs.", bentoComponent: "orbiting-icons", centerIcon: Heart,
|
||||
items: [
|
||||
{ icon: Bone, ring: 1 },
|
||||
{ icon: Tooth, ring: 1 },
|
||||
{ icon: CheckCircle, ring: 1 },
|
||||
{ icon: Zap, ring: 2 },
|
||||
{ icon: Shield, ring: 2 },
|
||||
{ icon: CheckCircle, ring: 3 },
|
||||
{ icon: Smile, ring: 3 },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -172,11 +171,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", name: "Anjali Menon", handle: "Satisfied Patient", testimonial: "The modern equipment and friendly team made my visit comfortable. My teeth alignment treatment exceeded expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Anjali Menon"},
|
||||
{
|
||||
id: "3", name: "Suresh Nair", handle: "Local Resident", testimonial: "Finally found a dental clinic with advanced technology right here in Kondotty. Five-star experience with transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1", imageAlt: "Suresh Nair"},
|
||||
id: "3", name: "Suresh Nair", handle: "Local Resident", testimonial: "Finally found a dental clinic with advanced technology right here in Kondotty. Five-star experience with transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", imageAlt: "Suresh Nair"},
|
||||
{
|
||||
id: "4", name: "Priya Sharma", handle: "Regular Patient", testimonial: "Professional, punctual, and painless. They really care about patient comfort and explain every procedure clearly.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", handle: "Implant Patient", testimonial: "My dental implant journey was smooth and professional. Best decision for my dental health. Highly trusted clinic.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=2", imageAlt: "Vikram Singh"},
|
||||
id: "5", name: "Vikram Singh", handle: "Implant Patient", testimonial: "My dental implant journey was smooth and professional. Best decision for my dental health. Highly trusted clinic.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6", name: "Divya Patel", handle: "Aligner Treatment", testimonial: "Clear aligner treatment was comfortable and effective. The team monitored my progress closely. Very impressed!", imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageAlt: "Divya Patel"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user