From 2dab3d075af26171f5489fa9c9c1d8adb48549fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:27:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 194 deletions(-) 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." /> +
+ +
+
@@ -309,4 +165,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1