Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-06-10 16:28:44 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -41,30 +41,29 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardDashboard <HeroOverlayTestimonial
background={{ variant: "gradient-bars" }}
title="Let's Make Your Smile Shine" title="Let's Make Your Smile Shine"
description="See real results from our clients. Book your appointment with Egypt's trusted cosmetic dentistry experts." description="See real results from our clients. Book your appointment with Egypt's trusted cosmetic dentistry experts."
buttons={[{ text: "Book your appointment", href: "#contact" }]} buttons={[{ text: "Book your appointment", href: "#contact" }]}
dashboard={{ testimonials={[
title: "Clinic Overview", stats: [ {
{ title: "Patients", values: [100, 120, 110], description: "Total patients served", titleMobile: "Patients" }, name: "Amira Ahmed", handle: "@amira.a", testimonial: "My smile transformation was incredible! Highly recommend Your Dent Clinic.", rating: 5,
{ title: "Treatments", values: [50, 60, 55], description: "Successful treatments", titleMobile: "Treatments" }, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-adult-woman-dentist_23-2148396159.jpg"
{ title: "Reviews", values: [4, 5, 4.5], valueSuffix: "/5", description: "Average rating", titleMobile: "Reviews" }, },
], {
logoIcon: Activity, name: "Mostafa Hassan", handle: "@mostafa.h", testimonial: "Professional and caring staff. The results exceeded my expectations.", rating: 5,
sidebarItems: [ imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg"
{ icon: Activity, active: true }, },
{ icon: Heart }, {
{ icon: Star }, name: "Layla Mahmoud", handle: "@layla.m", testimonial: "They made me feel comfortable and confident throughout my treatment.", rating: 5,
], imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg"
buttons: [{ text: "Book your appointment", href: "#contact" }], },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dtkuli0tdBMKGcMqSnb5gG6iWC/uploaded-1779114606361-00tpxw48.png", listItems: [ ]}
{ icon: Zap, title: "New Patient Consult", status: "New" }, imageSrc="http://img.b2bpic.net/free-photo/positive-dreamy-young-lady-with-hand-cheek_23-2148054963.jpg"
{ icon: Heart, title: "Whitening Session", status: "Completed" }, imageAlt="Smiling lady after dental treatment"
{ icon: ShieldCheck, title: "Braces Adjustment", status: "Upcoming" }, showDimOverlay={true}
], showBlur={true}
}} textPosition="bottom"
/> />
</div> </div>