Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:51:03 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -43,7 +43,7 @@ export default function LandingPage() {
title="Trusted Dental Care in Bahadarabad, Haridwar"
description="Affordable, painless dental treatments by Dr. Ankit Chauhan. Creating smiles with modern techniques and compassionate care."
tag="5.0 ★ Rated by 55+ Patients"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg"
imageAlt="Modern dental clinic interior with professional equipment"
buttons={[
@@ -128,11 +128,11 @@ export default function LandingPage() {
},
{
id: "2", name: "Priya Singh", role: "Business Owner", company: "Haridwar", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1", imageAlt: "Patient Priya Singh"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Patient Priya Singh"
},
{
id: "3", name: "Amit Patel", role: "Healthcare Professional", company: "Local Area", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2", imageAlt: "Patient Amit Patel"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Patient Amit Patel"
},
{
id: "4", name: "Neha Sharma", role: "Teacher", company: "Bahadarabad School", rating: 5,
@@ -144,7 +144,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Ananya Gupta", role: "Student Parent", company: "Haridwar", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=3", imageAlt: "Patient Ananya Gupta"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Patient Ananya Gupta"
}
]}
gridVariant="uniform-all-items-equal"