diff --git a/src/app/page.tsx b/src/app/page.tsx index 8596276..02a257e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Mail } from 'lucide-react'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, Smile, Star, Mail, CheckCircle, Award, Users } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -23,248 +23,124 @@ export default function LuxuryDentistPage() { cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" - headingFontWeight="light" + headingFontWeight="semibold" >