Update src/app/page.tsx

This commit is contained in:
2026-05-11 10:38:31 +00:00
parent 28a6afe2b8
commit 6a51bea699

View File

@@ -177,7 +177,6 @@ export default function LuxuryDentistPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
className="bg-slate-900 text-white"
logoText="Luxury Dental Care California"
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
columns={[
@@ -206,7 +205,17 @@ export default function LuxuryDentistPage() {
]
}
]}
/>
footerClassName="bg-background text-foreground"
>
<div className="flex flex-col items-center gap-4 py-12">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif?blur=20"
alt="Blurred dental clinic"
className="w-full max-w-2xl rounded-2xl opacity-60 filter blur-sm"
/>
<p className="text-center text-lg font-medium opacity-80">Excellence in every smile.</p>
</div>
</FooterBaseReveal>
</div>
</ThemeProvider>
);