Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55ee2151bb | |||
| 558c4ddcd0 | |||
| 8c61cf9400 | |||
| c3c5bec6f2 | |||
| a4eddcf2ef | |||
| a67e73ad42 |
@@ -7,6 +7,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
|
||||
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';
|
||||
@@ -92,7 +93,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", title: "Dental Implant Fixing", tags: ["Advanced", "Implants"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg", imageAlt: "Dental implant procedure"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg?_wi=1", imageAlt: "Dental implant procedure"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Ceramic Veneers", tags: ["Cosmetic", "Enhancement"],
|
||||
@@ -177,6 +178,29 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Patients Say"
|
||||
|
||||
Reference in New Issue
Block a user