Compare commits
6 Commits
version_13
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 7002ed49d1 | |||
| 06f5bb819d | |||
| c6851ccc59 | |||
| 5803ea50ea | |||
| a153407906 | |||
| aef6003853 |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
@@ -41,7 +40,6 @@ export default function LandingPage() {
|
||||
brandName="EXPERT DENTAL CARE"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
@@ -135,19 +133,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Meet Our Lead Dentist with Over 20 Years of Excellence" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn More About Our Team", href: "#testimonials" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<div>
|
||||
<FeatureBorderGlow
|
||||
|
||||
Reference in New Issue
Block a user