Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-29 21:49:27 +00:00

View File

@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ShieldCheck, Sparkles, Stethoscope, Smile } from "lucide-react";
export default function ServicesPage() {
return (
@@ -30,10 +29,10 @@ export default function ServicesPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: ShieldCheck, title: "Dental Cleanings", description: "Routine professional cleanings for optimal oral hygiene." },
{ icon: Sparkles, title: "Teeth Whitening", description: "Brighten your smile with our professional whitening solutions." },
{ icon: Stethoscope, title: "Dental Implants", description: "Permanent, natural-looking tooth replacement." },
{ icon: Smile, title: "Orthodontics", description: "Correct alignment with braces or clear aligners." }
{ title: "Dental Cleanings", description: "Routine professional cleanings for optimal oral hygiene." },
{ title: "Teeth Whitening", description: "Brighten your smile with our professional whitening solutions." },
{ title: "Dental Implants", description: "Permanent, natural-looking tooth replacement." },
{ title: "Orthodontics", description: "Correct alignment with braces or clear aligners." }
]}
/>
<FooterLogoEmphasis