From c23015de53cd46841145e9797b2e1fc2aef479f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:53:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f9f575..da93e39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Dental Practice" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "25+", label: "Years of Excellence" }, { value: "5000+", label: "Happy Patients" }, @@ -76,7 +76,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Cosmetic Dentistry", description: "Enhance your smile with professional teeth whitening, veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg?_wi=1", imageAlt: "Cosmetic dentistry before and after", button: { text: "Explore", href: "#" } + title: "Cosmetic Dentistry", description: "Enhance your smile with professional teeth whitening, veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg", imageAlt: "Cosmetic dentistry before and after", button: { text: "Explore", href: "#" } }, { title: "Dental Implants", description: "Replace missing teeth with durable, natural-looking implants that restore function and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19453.jpg", imageAlt: "Dental implant restoration", button: { text: "Learn More", href: "#" } @@ -113,7 +113,7 @@ export default function LandingPage() { }, { id: "3", brand: "Luminos Dental", name: "Professional Teeth Whitening", price: "Cosmetic Enhancement", rating: 5, - reviewCount: "654", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg?_wi=2", imageAlt: "Professional whitening treatment" + reviewCount: "654", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg", imageAlt: "Professional whitening treatment" } ]} textboxLayout="default" -- 2.49.1