Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2232f6d92 | |||
| a825638e80 | |||
| 32da576068 | |||
| 296c3fce29 | |||
| 9a97a6d478 | |||
| 660f186ef8 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
@@ -42,20 +42,10 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroBillboardScroll
|
||||||
title="Transform Your Smile with Premium Dental Care"
|
title="Transform Your Smile with Premium Dental Care"
|
||||||
description="Experience the art and science of modern dentistry at Luminous Dental. Our expert team combines cutting-edge technology with personalized care to deliver exceptional results that enhance both your health and confidence."
|
description="Experience the art and science of modern dentistry at Luminous Dental. Our expert team combines cutting-edge technology with personalized care to deliver exceptional results that enhance both your health and confidence."
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
kpis={[
|
|
||||||
{ value: "20+", label: "Years of Excellence" },
|
|
||||||
{ value: "5,000+", label: "Satisfied Patients" },
|
|
||||||
{ value: "99%", label: "Patient Satisfaction" }
|
|
||||||
]}
|
|
||||||
enableKpiAnimation={true}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8j0kk"
|
|
||||||
imageAlt="Modern luxury dental office with state-of-the-art equipment"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
imagePosition="right"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Consultation", href: "#contact" },
|
{ text: "Book Your Consultation", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#services" }
|
{ text: "Learn More", href: "#services" }
|
||||||
|
|||||||
Reference in New Issue
Block a user