diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ea6374..111588e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating 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 FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -53,7 +53,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Book Appointment", href: "#contact" }, - { text: "Learn More", href: "#services" } + { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1" @@ -118,33 +118,25 @@ export default function LandingPage() {