20 Commits

Author SHA1 Message Date
55ee2151bb Update src/app/page.tsx 2026-03-08 10:27:09 +00:00
558c4ddcd0 Update src/app/page.tsx 2026-03-08 10:26:18 +00:00
8c61cf9400 Merge version_5 into main
Merge version_5 into main
2026-03-08 10:23:15 +00:00
885493a80a Update src/app/page.tsx 2026-03-08 10:23:10 +00:00
c3c5bec6f2 Merge version_5 into main
Merge version_5 into main
2026-03-08 10:21:51 +00:00
ff59fc1f7f Update src/app/page.tsx 2026-03-08 10:21:47 +00:00
a4eddcf2ef Merge version_5 into main
Merge version_5 into main
2026-03-08 10:20:19 +00:00
289c7b8ea8 Update src/app/page.tsx 2026-03-08 10:20:15 +00:00
a67e73ad42 Merge version_5 into main
Merge version_5 into main
2026-03-08 10:19:00 +00:00
211ab67c4e Update src/app/page.tsx 2026-03-08 10:18:54 +00:00
db03cdda42 Merge version_4 into main
Merge version_4 into main
2026-03-08 10:15:16 +00:00
f31d28d4e9 Update src/app/page.tsx 2026-03-08 10:15:12 +00:00
8d105b3633 Merge version_4 into main
Merge version_4 into main
2026-03-08 10:13:57 +00:00
4781cd74e9 Update src/app/page.tsx 2026-03-08 10:13:53 +00:00
e1e7425ee6 Merge version_4 into main
Merge version_4 into main
2026-03-08 10:12:34 +00:00
91a75226a7 Update src/app/page.tsx 2026-03-08 10:12:30 +00:00
0515d0aa08 Merge version_3 into main
Merge version_3 into main
2026-03-08 10:08:47 +00:00
f33e9335c8 Update src/app/page.tsx 2026-03-08 10:08:43 +00:00
0f4a299548 Merge version_2 into main
Merge version_2 into main
2026-03-08 10:04:51 +00:00
70ae2a1729 Merge version_2 into main
Merge version_2 into main
2026-03-08 10:03:50 +00:00

View File

@@ -3,9 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -64,7 +66,7 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<ProductCardTwo
<FeatureCardTwentyThree
title="Our Dental Services"
description="Comprehensive dental treatments designed to meet all your oral health needs, from routine care to advanced procedures."
tag="Services"
@@ -72,31 +74,30 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
features={[
{
id: "1", brand: "General Dentistry", name: "Dental Fillings & Extraction", price: "Starting at ₹500", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment"
id: "1", title: "Dental Fillings & Extraction", tags: ["General", "Affordable"],
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment"
},
{
id: "2", brand: "General Dentistry", name: "Scaling & Polishing", price: "Starting at ₹800", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing"
id: "2", title: "Scaling & Polishing", tags: ["Cleaning", "Preventive"],
imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing"
},
{
id: "3", brand: "Advanced Procedures", name: "Root Canal Treatment (RCT)", price: "Professional Care", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment"
id: "3", title: "Root Canal Treatment (RCT)", tags: ["Advanced", "Endodontics"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment"
},
{
id: "4", brand: "Restorative Dentistry", name: "Ceramic Crowns & Bridges", price: "Premium Restoration", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration"
id: "4", title: "Ceramic Crowns & Bridges", tags: ["Restoration", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration"
},
{
id: "5", brand: "Advanced Procedures", name: "Dental Implant Fixing", price: "Advanced Treatment", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg", imageAlt: "Dental implant procedure"
id: "5", title: "Dental Implant Fixing", tags: ["Advanced", "Implants"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg?_wi=1", imageAlt: "Dental implant procedure"
},
{
id: "6", brand: "Cosmetic Dentistry", name: "Ceramic Veneers", price: "Smile Enhancement", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/amazement-woman-excited-looking-side-surprised-happy-young-woman-looking-sideways-exciteme_1258-110117.jpg", imageAlt: "Ceramic veneers cosmetic treatment"
id: "6", title: "Ceramic Veneers", tags: ["Cosmetic", "Enhancement"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772964710494-hdlmhmg0.png", imageAlt: "Ceramic veneers cosmetic treatment"
}
]}
/>
@@ -137,6 +138,64 @@ export default function LandingPage() {
id: 2,
title: "Patient Comfort", description: "Your comfort is our priority with gentle care and anxiety management.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=2" }
},
{
id: 3,
title: "Hygiene Standards", description: "Strict sterilization protocols and immaculate clinic facilities ensure your safety.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772964483752-se86so5s.png" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1" }
},
{
id: 4,
title: "Expert Consultation", description: "Thorough examination and personalized treatment plans for optimal results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1" }
}
]}
/>
</div>
<div id="feature-cards" data-section="feature-cards">
<FeatureCardNineteen
title="Additional Benefits"
description="Experience comprehensive dental care with additional features designed for your wellbeing."
tag="Enhanced Care"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
tag: "Scheduling", title: "Flexible Appointment Scheduling", subtitle: "Book at your convenience", description: "Book appointments at your convenience with our online scheduling system.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1", imageAlt: "Appointment scheduling"
},
{
id: 2,
tag: "Pricing", title: "Transparent Pricing", subtitle: "No hidden costs", description: "No hidden costs. Know exactly what to expect before your treatment.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Transparent pricing"
},
{
id: 3,
tag: "Treatment", title: "Personalized Treatment Plans", subtitle: "Tailored to your needs", description: "Custom treatment strategies tailored to your specific dental needs and goals.", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Treatment planning"
}
]}
/>
</div>
<div id="feature-hover" data-section="feature-hover">
<FeatureCardMedia
title="Feature Hover Pattern"
description="Interactive features showcasing our commitment to excellence and patient care."
tag="Special Features"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "1", title: "Emergency Dental Care", description: "Available for urgent dental situations and emergency treatments.", tag: "24/7 Support", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg?_wi=2", imageAlt: "Emergency dental care"
},
{
id: "2", title: "Advanced Pain Management", description: "Cutting-edge techniques to minimize discomfort during procedures.", tag: "Comfort First", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-chair_23-2149093346.jpg?_wi=1", imageAlt: "Pain management"
},
{
id: "3", title: "Follow-up & Aftercare", description: "Comprehensive support and guidance for optimal recovery and results.", tag: "Care Continuity", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67127.jpg", imageAlt: "Follow-up care"
}
]}
/>