From 120d1fd946708f8df9335f9f714d0df5ab0c55b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:29:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 330 +++++++++-------------------------------------- 1 file changed, 60 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb13a07..7282933 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { ShieldCheck, Star, Zap } from "lucide-react"; +import { ShieldCheck, Star, Zap, CheckCircle, Sparkles, Shield, AlertTriangle, Heart, Cpu, User, CreditCard } from "lucide-react"; export default function LandingPage() { return ( @@ -31,132 +31,50 @@ export default function LandingPage() {
@@ -166,21 +84,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Trust & Excellence" metrics={[ - { - icon: Star, - label: "Rating", - value: "5.0", - }, - { - icon: ShieldCheck, - label: "Care Level", - value: "Gentle", - }, - { - icon: Zap, - label: "Technology", - value: "Modern", - }, + { icon: Star, label: "Rating", value: "5.0" }, + { icon: ShieldCheck, label: "Care Level", value: "Gentle" }, + { icon: Zap, label: "Technology", value: "Modern" }, ]} metricsAnimation="slide-up" /> @@ -191,30 +97,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "General Dentistry", - description: "Professional cleanings and routine dental exams.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/medicine-doctors-working-table_93675-133340.jpg", - }, - { - title: "Cosmetic Dentistry", - description: "Transform your smile with whitening and veneers.", - buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/headshot-happy-woman-keeps-hands-cheeks-closes-eyes-smiles-toothily-recalls-nice-memories-wears-casual-clothes-has-blonde-cury-hair-isolated-vivid-red-background-positive-emotions_273609-56658.jpg", - }, - { - title: "Restorative Care", - description: "Implants, crowns, and advanced dental restoration.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg", - }, - { - title: "Emergency Dentistry", - description: "Fast relief for all your dental emergencies.", - buttonIcon: "AlertTriangle", - imageSrc: "http://img.b2bpic.net/free-photo/hygiene-composition-with-space-right_23-2147693215.jpg", - }, + { title: "General Dentistry", description: "Professional cleanings and routine dental exams.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/medicine-doctors-working-table_93675-133340.jpg" }, + { title: "Cosmetic Dentistry", description: "Transform your smile with whitening and veneers.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/headshot-happy-woman-keeps-hands-cheeks-closes-eyes-smiles-toothily-recalls-nice-memories-wears-casual-clothes-has-blonde-cury-hair-isolated-vivid-red-background-positive-emotions_273609-56658.jpg" }, + { title: "Restorative Care", description: "Implants, crowns, and advanced dental restoration.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg" }, + { title: "Emergency Dentistry", description: "Fast relief for all your dental emergencies.", buttonIcon: AlertTriangle, imageSrc: "http://img.b2bpic.net/free-photo/hygiene-composition-with-space-right_23-2147693215.jpg" }, ]} title="Comprehensive Dental Care" description="We offer a full range of dental services to keep your smile beautiful and healthy." @@ -226,30 +112,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Anxiety-Free", - description: "Gentle techniques designed to keep you relaxed.", - buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-hair-accessories_23-2149871682.jpg", - }, - { - title: "Modern Tech", - description: "State-of-the-art tools for precise care.", - buttonIcon: "Cpu", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-performing-teeth-whitening_23-2148396218.jpg", - }, - { - title: "Personalized", - description: "Custom treatment plans tailored to your health.", - buttonIcon: "User", - imageSrc: "http://img.b2bpic.net/free-photo/man-dentist_23-2148104922.jpg", - }, - { - title: "Transparent", - description: "Clear and upfront pricing for every service.", - buttonIcon: "CreditCard", - imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-clinic-practicing-medicine_23-2149868892.jpg", - }, + { title: "Anxiety-Free", description: "Gentle techniques designed to keep you relaxed.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-hair-accessories_23-2149871682.jpg" }, + { title: "Modern Tech", description: "State-of-the-art tools for precise care.", buttonIcon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/dentist-performing-teeth-whitening_23-2148396218.jpg" }, + { title: "Personalized", description: "Custom treatment plans tailored to your health.", buttonIcon: User, imageSrc: "http://img.b2bpic.net/free-photo/man-dentist_23-2148104922.jpg" }, + { title: "Transparent", description: "Clear and upfront pricing for every service.", buttonIcon: CreditCard, imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-clinic-practicing-medicine_23-2149868892.jpg" }, ]} title="Dentistry Designed Around You" description="Combining clinical excellence with a luxury experience for total comfort." @@ -263,34 +129,12 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "team-1", - groupTitle: "Clinical Team", - members: [ - { - id: "m1", - title: "Dr. Smith", - subtitle: "Lead Dentist", - detail: "Expert in cosmetic dentistry.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg", - }, - { - id: "m2", - title: "Sarah Jones", - subtitle: "Lead Hygienist", - detail: "Gentle cleanings and care.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", - }, - { - id: "m3", - title: "Mike Ross", - subtitle: "Patient Coordinator", - detail: "Ensuring a seamless experience.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-nurses-team-hospital_23-2150796832.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797634.jpg?_wi=2", - imageAlt: "professional dentist team smiling", - }, + id: "team-1", groupTitle: "Clinical Team", members: [ + { id: "m1", title: "Dr. Smith", subtitle: "Lead Dentist", detail: "Expert in cosmetic dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg" }, + { id: "m2", title: "Sarah Jones", subtitle: "Lead Hygienist", detail: "Gentle cleanings and care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg" }, + { id: "m3", title: "Mike Ross", subtitle: "Patient Coordinator", detail: "Ensuring a seamless experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-nurses-team-hospital_23-2150796832.jpg" }, + ] + } ]} title="A Higher Standard of Care" description="Our team is dedicated to creating a welcoming, stress-free environment." @@ -301,31 +145,11 @@ export default function LandingPage() {