Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-07 04:27:54 +00:00

View File

@@ -89,8 +89,8 @@ 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: "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?_wi=1", 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?_wi=1", 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"
@@ -106,8 +106,8 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="slide-up"
blogs={[
{ id: "1", category: "Oral Health", title: "How to Maintain Healthy Gums", excerpt: "Daily habits for better periodontal health...", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-s-teeth_1098-4018.jpg", authorName: "Dr. Smith", authorAvatar: "", date: "May 12, 2025" },
{ id: "2", category: "Cosmetic", title: "Choosing the Right Whitening", excerpt: "Everything you need to know about professional whitening...", imageSrc: "http://img.b2bpic.net/free-photo/woman-whitening-teeth-dentistry-with-special-equipment_1303-26400.jpg", authorName: "Dr. Jones", authorAvatar: "", date: "May 15, 2025" }
{ id: "1", category: "Oral Health", title: "How to Maintain Healthy Gums", excerpt: "Daily habits for better periodontal health...", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-s-teeth_1098-4018.jpg?_wi=2", authorName: "Dr. Smith", authorAvatar: "", date: "May 12, 2025" },
{ id: "2", category: "Cosmetic", title: "Choosing the Right Whitening", excerpt: "Everything you need to know about professional whitening...", imageSrc: "http://img.b2bpic.net/free-photo/woman-whitening-teeth-dentistry-with-special-equipment_1303-26400.jpg?_wi=2", authorName: "Dr. Jones", authorAvatar: "", date: "May 15, 2025" }
]}
/>
</div>