Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 551b685dd9 | |||
| e8d198212e | |||
| 30a6f492a0 | |||
| d2e7ccd260 | |||
| 09ee0df8b5 | |||
| cc90218e1f | |||
| 8fcf7fca81 | |||
| c423a85a1b | |||
| f790e7c603 | |||
| cb11a6b8fd | |||
| b9c862512a | |||
| db1447f86a | |||
| de7a4dc62f | |||
| 864582a99a | |||
| 7526d3a961 | |||
| 225dfbee1d | |||
| 129c35fa2e | |||
| 9a9d047a47 | |||
| 4c9aa234de |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Healthy, Confident Smiles Start Here. "
|
||||
description="Advanced dental treatments with experienced Dr. Varun and modern equipment for patients in ViJayawada."
|
||||
tag="5★ Rating"
|
||||
@@ -55,11 +55,18 @@ export default function LandingPage() {
|
||||
{ text: "Book Appointment", href: "appointment" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png"
|
||||
imageAlt="Happy patient showing beautiful smile"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=1", imageAlt: "Dental service 1" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=2", imageAlt: "Dental service 2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=3", imageAlt: "Dental service 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=4", imageAlt: "Dental service 4" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=5", imageAlt: "Happy patient 1" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=6", imageAlt: "Happy patient 2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=7", imageAlt: "Happy patient 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=8", imageAlt: "Happy patient 4" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,6 +133,10 @@ export default function LandingPage() {
|
||||
<FeatureCardNine
|
||||
title="Why Choose Beleaf Dental"
|
||||
description="We combine expertise, modern equipment, and genuine patient care to deliver exceptional dental services."
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -146,10 +157,6 @@ export default function LandingPage() {
|
||||
}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user