Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebde9f371a | |||
| 87477168fa | |||
| df5ece4a88 | |||
| 1d35614c59 | |||
| 67205702c9 | |||
| defd4bc97f | |||
| a6c13edf70 | |||
| 381f9ac580 | |||
| 46fe892729 | |||
| 9b87a5d97d |
@@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1"
|
||||
@@ -76,11 +76,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
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", imageAlt: "Dental fillings treatment"
|
||||
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: "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", imageAlt: "Teeth cleaning and polishing"
|
||||
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: "3", brand: "Advanced Procedures", name: "Root Canal Treatment (RCT)", price: "Professional Care", rating: 5,
|
||||
@@ -118,33 +118,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
<FeatureCardNine
|
||||
title="Why Choose Expert Dental Care"
|
||||
description="We focus on maintaining the highest hygiene standards, using modern dental techniques, ensuring patient comfort, and clearly explaining all treatments."
|
||||
description="Discover innovative features that make your dental experience exceptional and comfortable."
|
||||
tag="Our Approach"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
showStepNumbers={true}
|
||||
features={[
|
||||
{
|
||||
title: "Experienced Endodontist", description: "Over 10 years of professional dentistry experience with specialized qualifications in Conservative Dentistry & Endodontics (MDS).", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67127.jpg", imageAlt: "Dr. Padmasri - Experienced Specialist"
|
||||
id: 1,
|
||||
title: "Advanced Techniques", description: "Modern dental technology and expertise combined for superior results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772964187545-sspy9ks7.png" }
|
||||
},
|
||||
{
|
||||
title: "Maintained Hygiene Standards", description: "We maintain the highest hygiene practices throughout our clinic, ensuring a safe and clean environment for every patient visit.", imageSrc: "http://img.b2bpic.net/free-photo/corridor-waiting-room-health-facility-equipped-with-patient-seats-office-furniture-ready-examination-hospital-with-no-professional-health-workers-patients-scheduling-consultations_482257-64392.jpg?_wi=1", imageAlt: "Modern and clean clinic interior"
|
||||
},
|
||||
{
|
||||
title: "Modern Dental Techniques", description: "Utilizing advanced dental procedures and contemporary treatment methods to provide you with the best possible outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=2", imageAlt: "Modern dental technology and procedures"
|
||||
},
|
||||
{
|
||||
title: "Patient Comfort First", description: "We prioritize your comfort during all procedures and manage patient anxiety with a friendly, approachable approach.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=2", imageAlt: "Comfortable dental treatment environment"
|
||||
},
|
||||
{
|
||||
title: "Clear Communication", description: "We thoroughly explain your dental conditions and treatment options, ensuring you understand every aspect of your care.", imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=2", imageAlt: "Explanation and consultation"
|
||||
},
|
||||
{
|
||||
title: "Extended Hours", description: "Open Monday to Sunday from 10 AM to 9 PM. We're available when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=3", imageAlt: "Convenient clinic hours"
|
||||
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" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -236,4 +228,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user