Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-08 18:30:47 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, Heart, Smile, MapPin, Phone, Clock, Users, ShieldCheck } from "lucide-react";
import { Award, Heart, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -54,8 +54,8 @@ export default function LandingPage() {
{ text: "Book Your Calm Consultation", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=azfi95", imageAlt: "luxury dental clinic interior minimal" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8lt8ws", imageAlt: "patient smiling in dental chair" },
{ 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/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600", imageAlt: "patient smiling in modern dental chair" },
]}
mediaAnimation="slide-up"
rating={5}
@@ -80,9 +80,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
features={[
{ title: "Clinic Hours", description: "Closed; opens 9 am Saturday", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qbapk6", imageAlt: "clinic hours" },
{ title: "Phone", description: "085911 16511", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wopbjg", imageAlt: "contact info" },
{ title: "Google Plus Code", description: "2VG3+X8 Mumbai, Maharashtra", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wlxrxt", imageAlt: "location code" },
{ title: "Clinic Hours", description: "Closed; opens 9 am Saturday", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipPk0TzG7zN-7O_xY3S8wLz9h9XyH1v1Y5z1p4z1=w800-h600", imageAlt: "clinic reception desk" },
{ title: "Phone", description: "085911 16511", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipN9s-2n-0z0kP_b9sY_Qz8_z1hP_z4W9H7L_j5J=w800-h600", imageAlt: "modern treatment room equipment" },
{ title: "Location", description: "Matunga East, Mumbai", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipO3Pz0KzP_x0P8K5N-5P_w_XzY4Pz-6S5H_6tL1=w800-h600", imageAlt: "clinic entrance exterior" },
]}
title="Practical Information"
description="Everything you need to know to visit us seamlessly."
@@ -96,9 +96,9 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{ id: "1", name: "Teeth Whitening", price: "From ₹15,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=urjjuw" },
{ id: "2", name: "Porcelain Veneers", price: "From ₹45,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j6r1n3" },
{ id: "3", name: "Professional Cleaning", price: "From ₹5,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=limxwq" },
{ id: "1", name: "Teeth Whitening", price: "From ₹15,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_b-6s4yG9Mv8iZ7-3H1G-yH8L_W2zJ4k9f3P=w800-h600" },
{ id: "2", name: "Porcelain Veneers", price: "From ₹45,000", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipNlqjK_jF9uB79fL6Ue6_2Z15-v4X_tC1G22U0=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"
description="Premium cosmetic and restorative solutions delivered with artistry."
@@ -126,7 +126,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slsvww" },
{ 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" },
]}
showRating={true}
title="Patient Voices"
@@ -183,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}