diff --git a/src/app/page.tsx b/src/app/page.tsx index 8949008..70c9682 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="large" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -61,24 +61,24 @@ export default function LandingPage() { testimonials={[ { name: "Abhijit Ghosh", handle: "Patient since 2021", testimonial: "Dr. Vaibhav is extremely professional, knowledgeable, and always takes time to answer all questions thoroughly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg?_wi=1", imageAlt: "smiling patient happy dental treatment" + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg", imageAlt: "smiling patient happy dental treatment" }, { name: "Reshmi Basu", handle: "Family Patient", testimonial: "Our entire family has been seeing Dr. Vaibhav for years. We couldn't be in better hands.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-reports-while-discussing-with-patient_107420-74005.jpg?_wi=1", imageAlt: "confident woman bright smile dental" + imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-reports-while-discussing-with-patient_107420-74005.jpg", imageAlt: "confident woman bright smile dental" }, { name: "Pallab Sarkar", handle: "Patient", testimonial: "My mother's wisdom tooth extraction was smooth and painless. Healing took just a few days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-night_23-2149331979.jpg?_wi=1", imageAlt: "elderly patient happy dental care" + imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-night_23-2149331979.jpg", imageAlt: "elderly patient happy dental care" }, { name: "Ashish Singhal", handle: "Patient", testimonial: "Professional care with personal attention. The most reliable dentist I've visited.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-performing-ultrasound-consultation_23-2149353033.jpg?_wi=1", imageAlt: "young man confident smile dental" + imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-performing-ultrasound-consultation_23-2149353033.jpg", imageAlt: "young man confident smile dental" } ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} /> @@ -86,10 +86,10 @@ export default function LandingPage() {