Merge version_2 into main #6
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { CheckCircle } from "lucide-react";
|
||||
@@ -23,17 +23,17 @@ export default function ServicesPage() {
|
||||
brandName="One Smile"
|
||||
/>
|
||||
</div>
|
||||
<FeatureCardTen
|
||||
<FeatureBorderGlow
|
||||
title="Our Dental Services"
|
||||
description="Comprehensive care for the whole family."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", icon: CheckCircle, title: "Dental Cleanings", description: "Routine professional cleanings for optimal oral hygiene.", media: "", items: [], reverse: false },
|
||||
{ id: "2", icon: CheckCircle, title: "Teeth Whitening", description: "Brighten your smile with our professional whitening solutions.", media: "", items: [], reverse: false },
|
||||
{ id: "3", icon: CheckCircle, title: "Dental Implants", description: "Permanent, natural-looking tooth replacement.", media: "", items: [], reverse: false },
|
||||
{ id: "4", icon: CheckCircle, title: "Orthodontics", description: "Correct alignment with braces or clear aligners.", media: "", items: [], reverse: false }
|
||||
{ icon: CheckCircle, title: "Dental Cleanings", description: "Routine professional cleanings for optimal oral hygiene." },
|
||||
{ icon: CheckCircle, title: "Teeth Whitening", description: "Brighten your smile with our professional whitening solutions." },
|
||||
{ icon: CheckCircle, title: "Dental Implants", description: "Permanent, natural-looking tooth replacement." },
|
||||
{ icon: CheckCircle, title: "Orthodontics", description: "Correct alignment with braces or clear aligners." }
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
|
||||
Reference in New Issue
Block a user