diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c3578c..3b05903 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,205 +2,130 @@ 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 ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Smile, Star, Phone } from 'lucide-react'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import { Sparkles, Smile, Star, Phone, CheckCircle, Clock, MapPin } from 'lucide-react'; -export default function LuxuryDentistPage() { +export default function DentistPage() { return (
-
-
-
-
-
-
); -} +} \ No newline at end of file