27 Commits

Author SHA1 Message Date
a79418182f Update src/app/page.tsx 2026-03-07 21:18:08 +00:00
0e64335632 Update src/app/page.tsx 2026-03-07 21:17:25 +00:00
7be83d445b Update src/app/page.tsx 2026-03-07 21:16:03 +00:00
33b7b59d9c Update src/app/page.tsx 2026-03-07 21:14:13 +00:00
f183acdb80 Update src/app/page.tsx 2026-03-07 21:12:06 +00:00
47fb68d60b Update src/app/page.tsx 2026-03-07 21:06:08 +00:00
3e4fe55344 Update src/app/page.tsx 2026-03-07 20:59:47 +00:00
bc562c1a7a Update src/app/page.tsx 2026-03-07 20:55:21 +00:00
2eb0b904c7 Update src/app/page.tsx 2026-03-07 20:52:41 +00:00
a780852f93 Update src/app/page.tsx 2026-03-07 20:51:40 +00:00
58a09ae288 Update src/app/page.tsx 2026-03-07 20:49:09 +00:00
f669a4e482 Update src/app/page.tsx 2026-03-07 20:20:22 +00:00
50143d020a Update src/app/page.tsx 2026-03-07 20:19:32 +00:00
0df3884ee9 Update src/app/page.tsx 2026-03-07 20:18:20 +00:00
2a35db8f3b Merge version_1 into main
Merge version_1 into main
2026-03-07 20:12:37 +00:00
d51cd6c2e8 Update src/app/page.tsx 2026-03-07 20:12:33 +00:00
20feeba1a4 Switch to version 1: modified src/app/page.tsx 2026-03-07 20:12:05 +00:00
a10627fcdc Switch to version 1: modified src/app/layout.tsx 2026-03-07 20:12:05 +00:00
d4047eda2b Switch to version 2: modified src/app/page.tsx 2026-03-07 20:11:46 +00:00
088819bd5c Switch to version 2: modified src/app/layout.tsx 2026-03-07 20:11:46 +00:00
a6a4c497c3 Switch to version 1: modified src/app/page.tsx 2026-03-07 18:13:44 +00:00
8c3f6c92cf Switch to version 1: modified src/app/layout.tsx 2026-03-07 18:13:43 +00:00
f4a612d78c Merge version_2 into main
Merge version_2 into main
2026-03-07 18:12:09 +00:00
3a3e9a3cc9 Merge version_2 into main
Merge version_2 into main
2026-03-07 18:10:55 +00:00
e88133f005 Merge version_2 into main
Merge version_2 into main
2026-03-07 18:09:44 +00:00
3a8d6b3f93 Merge version_2 into main
Merge version_2 into main
2026-03-07 18:08:33 +00:00
ec9f97f396 Merge version_2 into main
Merge version_2 into main
2026-03-07 18:07:18 +00:00
2 changed files with 1472 additions and 22 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,9 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
@@ -45,48 +46,67 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroSplitKpi
title="Expert Care for Your Perfect Smile" title="Expert Care for Your Perfect Smile"
description="Welcome to EXPERT DENTAL CARE, where we provide comprehensive dental treatments to help you maintain healthy, beautiful teeth. Our experienced team uses advanced technology to ensure optimal care and comfort for every patient." description="Welcome to EXPERT DENTAL CARE, where we provide comprehensive dental treatments to help you maintain healthy, beautiful teeth. Our experienced team uses advanced technology to ensure optimal care and comfort for every patient."
imageSrc="http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=1" background={{ variant: "plain" }}
imageAlt="Patient with beautiful smile" kpis={[
{ value: "20+", label: "Years Experience" },
{ value: "5000+", label: "Happy Patients" },
{ value: "99%", label: "Satisfaction Rate" }
]}
enableKpiAnimation={true}
buttons={[ buttons={[
{ text: "Book Appointment", onClick: handleAppointmentClick }, { text: "Book Appointment", onClick: handleAppointmentClick },
{ text: "Call Now", href: "tel:+1-555-123-4567" } { text: "Call Now", href: "tel:+1-555-123-4567" }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772914288718-h4vcoekz.png"
imageAlt="Patient with beautiful smile"
mediaAnimation="slide-up" mediaAnimation="slide-up"
background={{ variant: "plain" }} imagePosition="right"
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardOne <FeatureCardNine
title="Our Dental Services" title="Our Dental Services"
description="Experience world-class dental care with our comprehensive range of treatments designed to meet all your oral health needs" description="Experience world-class dental care with our comprehensive range of treatments designed to meet all your oral health needs"
tag="Services" tag="Services"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
features={[ features={[
{ {
title: "Teeth Cleaning", description: "Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" id: 1,
title: "Teeth Cleaning", description: "Professional teeth cleaning service - Starting at $99", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772918284947-ravmypqr.png", imageAlt: "Professional teeth cleaning service" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772918284947-ravmypqr.png", imageAlt: "Professional teeth cleaning service" }
}, },
{ {
title: "Dental Implants", description: "Starting at $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure" id: 2,
title: "Dental Implants", description: "Dental implant procedure - Starting at $1,500", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772916731148-bq62oa9t.png", imageAlt: "Dental implant procedure" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772916754407-rqt55yk8.jpg", imageAlt: "Dental implant procedure" }
}, },
{ {
title: "Teeth Whitening", description: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening" id: 3,
title: "Teeth Whitening", description: "Professional teeth whitening - Starting at $199", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772917470635-7x7xoeoe.png", imageAlt: "Professional teeth whitening" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772917533721-j9fojxt6.jpg", imageAlt: "Professional teeth whitening" }
}, },
{ {
title: "Root Canal Treatment", description: "Starting at $800", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment" id: 4,
title: "Root Canal Treatment", description: "Root canal treatment - Starting at $800", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772917906248-gacjsri3.jpg", imageAlt: "Root canal treatment" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772917921581-8s7eoz1a.jpg", imageAlt: "Root canal treatment" }
}, },
{ {
title: "Braces / Orthodontics", description: "Starting at $3,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment" id: 5,
title: "Braces / Orthodontics", description: "Orthodontic braces treatment - Starting at $3,000", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772918038084-xc9gz10f.jpg", imageAlt: "Orthodontic braces treatment" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772918049445-ej7j9ung.jpg", imageAlt: "Orthodontic braces treatment" }
}, },
{ {
title: "Cosmetic Dentistry", description: "Starting at $500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services" id: 6,
title: "Cosmetic Dentistry", description: "Cosmetic dentistry services - Starting at $500", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772918159223-nrb9uuet.jpg", imageAlt: "Cosmetic dentistry services" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772918242335-26ikwom7.jpg", imageAlt: "Cosmetic dentistry services" }
} }
]} ]}
showStepNumbers={false}
animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -99,6 +119,33 @@ export default function LandingPage() {
buttons={[ buttons={[
{ text: "Learn More About Our Team", href: "#testimonials" } { text: "Learn More About Our Team", href: "#testimonials" }
]} ]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<FeatureCardOne
title="Why Choose EXPERT DENTAL CARE?"
description="We are committed to providing exceptional dental care with a focus on patient comfort and satisfaction"
tag="Our Advantages"
features={[
{
title: "Experienced Dentists", description: "Our team consists of highly trained dental professionals with extensive experience in all aspects of modern dentistry", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-dentist-clinic_23-2149164357.jpg", imageAlt: "Experienced dental team"
},
{
title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=1", imageAlt: "Modern dental clinic"
},
{
title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=2", imageAlt: "Comfortable dental experience"
},
{
title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=2", imageAlt: "Affordable dental services"
}
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>