Update src/app/page.tsx

This commit is contained in:
2026-03-16 03:52:22 +00:00
parent f8cba37bff
commit 71eb358d01

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
@@ -43,7 +43,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroBillboardGallery
title="Your Smile, Our Expertise"
description="Premium dental care delivered with compassion and precision. State-of-the-art technology meets personalized patient attention."
background={{ variant: "radial-gradient" }}
@@ -55,9 +55,25 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="blur-reveal"
mediaAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67465.jpg", imageAlt: "modern dental office bright clean"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18585.jpg", imageAlt: "professional teeth cleaning dental hygiene"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-nurse-explaining-x-ray-scan-patient-with-toothache-stomatology-cabinet-team-specialists-doing-oral-care-consultation-treat-man-pain-with-denture-problem_482257-40449.jpg", imageAlt: "dental implant procedure modern technology"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg", imageAlt: "orthodontics braces modern treatment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "happy patient smiling portrait professional"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", imageAlt: "professional man portrait headshot confident"
}
]}
/>