Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 985f4e3322 | |||
| 9f6122cb76 | |||
| 23b310048a | |||
| eea259f31a | |||
| c9d397ebea | |||
| ce71ad1d72 | |||
| 234f0d67d9 | |||
| 7a1aa19456 | |||
| 5bdf49536d | |||
| 9778b5e997 | |||
| 0344b7829e | |||
| 008713d1c5 | |||
| 08bf133456 | |||
| 988bb38a88 | |||
| e35c8b5601 | |||
| fd622a5f72 | |||
| ea68bcf6e5 | |||
| a5d93192da | |||
| aa6bdbf6aa | |||
| d1d4f12884 | |||
| fe8469cf29 | |||
| e29f5e17a3 | |||
| 0911fbf856 | |||
| 816192f6cb |
@@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -125,25 +125,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardOne
|
<FeatureCardTwentyTwo
|
||||||
title="Why Choose EXPERT DENTAL CARE?"
|
title="Why Choose EXPERT DENTAL CARE?"
|
||||||
description="We are committed to providing exceptional dental care with a focus on patient comfort and satisfaction"
|
description="We are committed to providing exceptional dental care with a focus on patient comfort and satisfaction"
|
||||||
tag="Our Advantages"
|
tag="Our Advantages"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Experienced Dentists", description: "Our team consists of highly trained dental professionals with extensive experience in all aspects of modern dentistry", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-dentist-clinic_23-2149164357.jpg", imageAlt: "Experienced dental team"
|
title: "Experienced Dentists", description: "Our team consists of highly trained dental professionals with extensive experience in all aspects of modern dentistry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=1", imageAlt: "Modern dental clinic"
|
title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=2", imageAlt: "Comfortable dental experience"
|
title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=2", imageAlt: "Affordable dental services"
|
title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user