Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-05-11 15:49:46 +00:00
parent 299691dd46
commit 5ec818fc1d

View File

@@ -54,13 +54,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Rajesh Kumar", handle: "@patient", testimonial: "Best physiotherapy in Khaga. Work is done very well here.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=600"},
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071452.jpg"},
{
name: "Sunita Devi", handle: "@patient", testimonial: "Dr. Rohit Soni experience is very powerful and helpful.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1579684385127-1f15d508549d?q=80&w=600"},
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227875.jpg"},
{
name: "Amit Singh", handle: "@patient", testimonial: "Professional treatment and excellent results. Highly recommended.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1603398938378-e54eab146741?q=80&w=600"},
imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-taking-care-senior-woman_23-2149031348.jpg"},
{
name: "Vijay Yadav", handle: "@patient", testimonial: "Very satisfied with the therapy session and personal care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923346.jpg"},
{
name: "Priya Sharma", handle: "@patient", testimonial: "Quick relief from chronic back pain. Amazing staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-support-her-wrist-rehabilitation-center_23-2150356721.jpg"},
]}
buttons={[
{
@@ -68,11 +74,19 @@ export default function LandingPage() {
{
text: "Book Appointment", href: "#contact"},
]}
imageSrc="https://images.unsplash.com/photo-1584017911766-d451b3d0e843?q=80&w=1200"
imageAlt="Indian patient undergoing professional physiotherapy"
imageSrc="http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227811.jpg"
imageAlt="Physiotherapy clinic interior"
avatars={[
{ src: "https://images.unsplash.com/photo-1584017911766-d451b3d0e843?q=80&w=200", alt: "Patient" },
{ src: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=200", alt: "Patient" },
{
src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071450.jpg", alt: "Patient profile"},
{
src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071466.jpg", alt: "Patient profile"},
{
src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071439.jpg", alt: "Patient profile"},
{
src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071506.jpg", alt: "Patient profile"},
{
src: "http://img.b2bpic.net/free-photo/squash-players-planning-strategy-game-short-break_329181-18930.jpg", alt: "Patient profile"},
]}
/>
</div>
@@ -100,8 +114,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Meet Dr. Rohit Soni"
description="With years of expertise and a patient-first approach, Dr. Rohit Soni is committed to restoring your quality of life through advanced physiotherapy techniques. Known for a deep understanding of patient needs, he ensures every treatment is personalized to achieve optimal results."
imageSrc="https://images.unsplash.com/photo-1612255260275-c9906d4e5f03?q=80&w=1000"
imageAlt="Dr. Rohit Soni providing physiotherapy treatment"
imageSrc="http://img.b2bpic.net/free-photo/specialist-comforting-patient-cabinet-by-holding-his-hand-supporting_482257-124735.jpg"
imageAlt="Dr. Rohit Soni Physiotherapist"
/>
</div>
@@ -130,7 +144,16 @@ export default function LandingPage() {
rating={5}
author="Rajesh Kumar"
avatars={[
{ src: "https://images.unsplash.com/photo-1596541223130-5d81a95fb677?q=80&w=200", alt: "Reviewer" },
{
src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071435.jpg", alt: "Patient Review"},
{
src: "http://img.b2bpic.net/free-photo/doctor-helping-patient-medium-shot_23-2149866157.jpg", alt: "Patient Review"},
{
src: "http://img.b2bpic.net/free-photo/crutches-sofa-help-person-with-physical-disability-empty-living-room-with-walking-support-transportation-accessibility-medical-equipment-helping-with-mobility-close-up_482257-35428.jpg", alt: "Patient Review"},
{
src: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995049.jpg", alt: "Patient Review"},
{
src: "http://img.b2bpic.net/free-photo/front-view-athlete-physiotherapy-appointment_23-2149866122.jpg", alt: "Patient Review"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -186,4 +209,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}