Update src/app/page.tsx
This commit is contained in:
@@ -54,8 +54,8 @@ export default function LandingPage() {
|
|||||||
{ text: "Book Your Calm Consultation", href: "#contact" },
|
{ text: "Book Your Calm Consultation", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://lh3.googleusercontent.com/p/AF1QipNlqjK_jF9uB79fL6Ue6_2Z15-v4X_tC1G22U0=w800-h600", imageAlt: "modern comfortable dental clinic lobby" },
|
{ imageSrc: "https://lh3.googleusercontent.com/p/AF1QipNlqjK_jF9uB79fL6Ue6_2Z15-v4X_tC1G22U0=w800-h600?_wi=1", imageAlt: "modern comfortable dental clinic lobby" },
|
||||||
{ imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600", imageAlt: "patient smiling in modern dental chair" },
|
{ imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600?_wi=1", imageAlt: "patient smiling in modern dental chair" },
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -96,8 +96,8 @@ export default function LandingPage() {
|
|||||||
gridVariant="one-large-left-three-stacked-right"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Teeth Whitening", price: "From ₹15,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600" },
|
{ id: "1", name: "Teeth Whitening", price: "From ₹15,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600?_wi=2" },
|
||||||
{ id: "2", name: "Porcelain Veneers", price: "From ₹45,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipNlqjK_jF9uB79fL6Ue6_2Z15-v4X_tC1G22U0=w800-h600" },
|
{ id: "2", name: "Porcelain Veneers", price: "From ₹45,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipNlqjK_jF9uB79fL6Ue6_2Z15-v4X_tC1G22U0=w800-h600?_wi=2" },
|
||||||
{ id: "3", name: "Professional Cleaning", price: "From ₹5,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipPz0KzP_x0P8K5N-5P_w_XzY4Pz-6S5H_6tL1=w800-h600" },
|
{ id: "3", name: "Professional Cleaning", price: "From ₹5,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipPz0KzP_x0P8K5N-5P_w_XzY4Pz-6S5H_6tL1=w800-h600" },
|
||||||
]}
|
]}
|
||||||
title="Our Signature Services"
|
title="Our Signature Services"
|
||||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "Priya Sharma", handle: "@priya_sharma", testimonial: "I've always feared the dentist, but Dr. Nidhi made me feel so understood. The ambiance is like a spa!", rating: 5, imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600" },
|
{ id: "t1", name: "Priya Sharma", handle: "@priya_sharma", testimonial: "I've always feared the dentist, but Dr. Nidhi made me feel so understood. The ambiance is like a spa!", rating: 5, imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600?_wi=3" },
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Patient Voices"
|
title="Patient Voices"
|
||||||
|
|||||||
Reference in New Issue
Block a user