Merge version_2 into main #4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user