3 Commits

Author SHA1 Message Date
da7c640f0f Update src/app/page.tsx 2026-06-10 16:29:05 +00:00
5882be1b2a Update src/app/page.tsx 2026-06-10 16:28:41 +00:00
5f7376685c Merge version_3 into main
Merge version_3 into main
2026-06-10 16:26:45 +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?_wi=1"
{ 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?_wi=1"
{ 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?_wi=1"
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?_wi=1"
{ 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>
@@ -90,7 +89,7 @@ export default function LandingPage() {
{ id: "p3", brand: "Braces", name: "Braces ", price: "Before/After", rating: 5, reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dtkuli0tdBMKGcMqSnb5gG6iWC/uploaded-1779115434119-iog12a8j.jpg" }, { id: "p3", brand: "Braces", name: "Braces ", price: "Before/After", rating: 5, reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dtkuli0tdBMKGcMqSnb5gG6iWC/uploaded-1779115434119-iog12a8j.jpg" },
{ id: "p4", brand: "Fillings", name: "Case Study 4", price: "Before/After", rating: 5, reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg" }, { id: "p4", brand: "Fillings", name: "Case Study 4", price: "Before/After", rating: 5, reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg" },
{ id: "p5", brand: "Cosmetic", name: "Case Study 5", price: "Before/After", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-smiling-pink_179666-1708.jpg" }, { id: "p5", brand: "Cosmetic", name: "Case Study 5", price: "Before/After", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-smiling-pink_179666-1708.jpg" },
{ id: "p6", brand: "Smile Design", name: "Case Study 6", price: "Before/After", rating: 5, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/positive-dreamy-young-lady-with-hand-cheek_23-2148054963.jpg" }, { id: "p6", brand: "Smile Design", name: "Case Study 6", price: "Before/After", rating: 5, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/positive-dreamy-young-lady-with-hand-cheek_23-2148054963.jpg?_wi=2" },
]} ]}
title="Client Transformations" title="Client Transformations"
description="Real life results from our cosmetic dental treatments." description="Real life results from our cosmetic dental treatments."
@@ -120,9 +119,9 @@ export default function LandingPage() {
cardTitle="Patient Feedback" cardTitle="Patient Feedback"
cardTag="Testimonials" cardTag="Testimonials"
testimonials={[ testimonials={[
{ id: "t1", name: "Amira Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-adult-woman-dentist_23-2148396159.jpg" }, { id: "t1", name: "Amira Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-adult-woman-dentist_23-2148396159.jpg?_wi=2" },
{ id: "t2", name: "Mostafa Hassan", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg" }, { id: "t2", name: "Mostafa Hassan", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=2" },
{ id: "t3", name: "Layla Mahmoud", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg" }, { id: "t3", name: "Layla Mahmoud", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg?_wi=2" },
{ id: "t4", name: "Omar Khaled", imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg" }, { id: "t4", name: "Omar Khaled", imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg" },
{ id: "t5", name: "Sara Ali", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2616.jpg" }, { id: "t5", name: "Sara Ali", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2616.jpg" },
]} ]}