diff --git a/src/app/page.tsx b/src/app/page.tsx index bb95d31..480471b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import { Activity, ShieldCheck } from "lucide-react"; export default function LandingPage() { @@ -30,22 +31,12 @@ export default function LandingPage() {
@@ -155,74 +89,37 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Teeth Cleaning", - description: "Professional scaling and polishing for healthy gums.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-s-teeth_1098-4018.jpg", - titleIconSrc: "Smile", - buttonText: "View", - }, - { - title: "Teeth Whitening", - description: "Brighten your smile with advanced professional whitening.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-whitening-teeth-dentistry-with-special-equipment_1303-26400.jpg", - titleIconSrc: "Sparkles", - buttonText: "View", - }, - { - title: "Orthodontics", - description: "Customized braces and clear aligner solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-dental-gems_23-2151212418.jpg", - titleIconSrc: "Maximize", - buttonText: "View", - }, + { title: "Teeth Cleaning", description: "Professional scaling and polishing for healthy gums.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-s-teeth_1098-4018.jpg", titleIconSrc: "Smile", buttonText: "View" }, + { title: "Teeth Whitening", description: "Brighten your smile with advanced professional whitening.", imageSrc: "http://img.b2bpic.net/free-photo/woman-whitening-teeth-dentistry-with-special-equipment_1303-26400.jpg", titleIconSrc: "Sparkles", buttonText: "View" }, + { title: "Orthodontics", description: "Customized braces and clear aligner solutions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-dental-gems_23-2151212418.jpg", titleIconSrc: "Maximize", buttonText: "View" }, ]} title="Our Professional Services" description="Comprehensive dental treatments delivered with precision and care." /> +