Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 15:28:13 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Advanced Dentistry for Every Smile"
description="Experience premium dental care powered by cutting-edge technology and compassionate expertise. ClearDent brings the future of dentistry to your hometown."
background="gradient-bars"
background={{ variant: "gradient-bars" }}
tag="Modern Dentistry · 2024"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -134,8 +134,8 @@ export default function LandingPage() {
speed={50}
className="py-20"
containerClassName="max-w-7xl mx-auto px-4 md:px-8"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-slate-600 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-slate-600 max-w-2xl"
contentClassName="flex flex-wrap gap-4 mt-12 justify-center"
logoCardClassName="px-6 py-4 rounded-full backdrop-blur-md bg-white/40 border border-white/20 hover:bg-white/50 transition-all"
/>
@@ -160,8 +160,8 @@ export default function LandingPage() {
useInvertedBackground={false}
className="py-20"
containerClassName="max-w-7xl mx-auto px-4 md:px-8"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-slate-600 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-slate-600 max-w-2xl"
cardClassName="group relative overflow-hidden rounded-2xl backdrop-blur-md bg-white/40 border border-white/20 hover:bg-white/50 transition-all duration-300"
nameClassName="text-xl font-bold text-indigo-900 mt-4"
roleClassName="text-sm text-slate-600 mt-2 font-semibold tracking-wide"