Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da7c640f0f | |||
| 5882be1b2a | |||
| 5f7376685c |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -41,30 +41,29 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
<HeroOverlayTestimonial
|
||||
title="Let's Make Your Smile Shine"
|
||||
description="See real results from our clients. Book your appointment with Egypt's trusted cosmetic dentistry experts."
|
||||
buttons={[{ text: "Book your appointment", href: "#contact" }]}
|
||||
dashboard={{
|
||||
title: "Clinic Overview", stats: [
|
||||
{ title: "Patients", values: [100, 120, 110], description: "Total patients served", titleMobile: "Patients" },
|
||||
{ title: "Treatments", values: [50, 60, 55], description: "Successful treatments", titleMobile: "Treatments" },
|
||||
{ title: "Reviews", values: [4, 5, 4.5], valueSuffix: "/5", description: "Average rating", titleMobile: "Reviews" },
|
||||
],
|
||||
logoIcon: Activity,
|
||||
sidebarItems: [
|
||||
{ icon: Activity, active: true },
|
||||
{ icon: Heart },
|
||||
{ icon: Star },
|
||||
],
|
||||
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" },
|
||||
{ icon: Heart, title: "Whitening Session", status: "Completed" },
|
||||
{ icon: ShieldCheck, title: "Braces Adjustment", status: "Upcoming" },
|
||||
],
|
||||
}}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amira Ahmed", handle: "@amira.a", testimonial: "My smile transformation was incredible! Highly recommend Your Dent Clinic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-adult-woman-dentist_23-2148396159.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Mostafa Hassan", handle: "@mostafa.h", testimonial: "Professional and caring staff. The results exceeded my expectations.", rating: 5,
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-dreamy-young-lady-with-hand-cheek_23-2148054963.jpg?_wi=1"
|
||||
imageAlt="Smiling lady after dental treatment"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</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: "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: "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"
|
||||
description="Real life results from our cosmetic dental treatments."
|
||||
@@ -120,9 +119,9 @@ export default function LandingPage() {
|
||||
cardTitle="Patient Feedback"
|
||||
cardTag="Testimonials"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Amira Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-adult-woman-dentist_23-2148396159.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" },
|
||||
{ id: "t3", name: "Layla Mahmoud", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.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?_wi=2" },
|
||||
{ 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: "t5", name: "Sara Ali", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2616.jpg" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user