7 Commits

Author SHA1 Message Date
5256008567 Update src/app/page.tsx 2026-03-31 17:29:22 +00:00
edf254723b Update src/app/page.tsx 2026-03-31 17:28:53 +00:00
35e1952907 Merge version_2 into main
Merge version_2 into main
2026-03-31 17:27:02 +00:00
47439f5e45 Update src/app/page.tsx 2026-03-31 17:26:59 +00:00
1734faaafa Merge version_1 into main
Merge version_1 into main
2026-03-31 17:23:37 +00:00
4c813149c2 Merge version_1 into main
Merge version_1 into main
2026-03-31 17:23:14 +00:00
8b11ec9d39 Merge version_1 into main
Merge version_1 into main
2026-03-31 17:22:37 +00:00

View File

@@ -23,52 +23,38 @@ export default function LandingPage() {
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="normal" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Services", id: "services" },
name: "Services", id: "services"}, { name: "About", id: "about" },
{ { name: "Results", id: "testimonials" },
name: "About", id: "about"}, { name: "Contact", id: "contact" },
{
name: "Results", id: "testimonials"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Oslo Dental Clinic" brandName="Oslo Dental Clinic"
button={{ button={{ text: "Free Consultation", href: "#contact" }}
text: "Free Consultation", href: "#contact"}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{ variant: "rotated-rays-static" }}
variant: "rotated-rays-static"}} title="OSLO DENTAL CLINIC"
title="Premium Dental Care in Antalya You Can Trust" description="Premium Dental Care in Antalya You Can Trust. Modern treatments for international patients with comfort, safety, and stunning results."
description="Modern treatments for international patients with comfort, safety, and stunning results."
buttons={[ buttons={[
{ { text: "Call Now", href: "tel:+905393260707" },
text: "Call Now", href: "tel:+905393260707"}, { text: "Get Free Consultation", href: "#contact" },
{
text: "Get Free Consultation", href: "#contact"},
]} ]}
carouselItems={[ carouselItems={[
{ { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=1", imageAlt: "Clinic interior" },
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/high-end-dental-clinic-interior-in-antal-1774977744894-05d91d39.png?_wi=1", imageAlt: "Modern Clinic Interior"}, { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-k0pyv3oo.jpg?_wi=1", imageAlt: "Clinic equipment" },
{ { id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-scbvr5x4.jpg?_wi=1", imageAlt: "Patient care" },
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/happy-patient-smiling-in-a-dental-chair--1774977745695-ff963590.png?_wi=1", imageAlt: "Patient Care"}, { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-qz04c4qv.jpg?_wi=1", imageAlt: "Clinic view" },
{ { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-jli695f6.jpg?_wi=1", imageAlt: "Doctor consultation" },
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/modern-dental-tools-and-equipment-close--1774977745345-c77fd782.png?_wi=1", imageAlt: "Dental Equipment"}, { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=2", imageAlt: "Modern waiting area" },
{
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/antalya-coastline-view-through-clinic-wi-1774977744231-b6a25680.png", imageAlt: "View from Clinic"},
{
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/dentist-with-patient-at-consultation-tab-1774977743444-4a4bf75d.png", imageAlt: "Doctor Consultation"},
{
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/modern-dental-clinic-waiting-area-minima-1774977745250-36ba0ec1.png", imageAlt: "Waiting Area"},
]} ]}
/> />
</div> </div>
@@ -78,15 +64,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: 1, title: "Dental Implants", description: "High-quality implants to restore your smile and confidence with natural-looking results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=3", imageAlt: "Dental Implants" },
id: 1, { id: 2, title: "Hollywood Smile", description: "A complete smile makeover designed to your facial features and preferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-scbvr5x4.jpg?_wi=2", imageAlt: "Hollywood Smile" },
title: "Dental Implants", description: "High-quality implants to restore your smile and confidence with natural-looking results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/high-end-dental-clinic-interior-in-antal-1774977744894-05d91d39.png?_wi=2", imageAlt: "Dental Implants"}, { id: 3, title: "Teeth Whitening", description: "Professional in-office whitening to brighten your teeth and give you a youthful look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-k0pyv3oo.jpg?_wi=2", imageAlt: "Teeth Whitening" },
{
id: 2,
title: "Hollywood Smile", description: "A complete smile makeover designed to your facial features and preferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/happy-patient-smiling-in-a-dental-chair--1774977745695-ff963590.png?_wi=2", imageAlt: "Hollywood Smile"},
{
id: 3,
title: "Teeth Whitening", description: "Professional in-office whitening to brighten your teeth and give you a youthful look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/modern-dental-tools-and-equipment-close--1774977745345-c77fd782.png?_wi=2", imageAlt: "Teeth Whitening"},
]} ]}
title="Our Expert Dental Services" title="Our Expert Dental Services"
description="We offer a wide range of premium dental treatments tailored to your individual needs." description="We offer a wide range of premium dental treatments tailored to your individual needs."
@@ -97,15 +77,10 @@ export default function LandingPage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ { type: "text", content: "About Oslo Dental Clinic" },
type: "text", content: "About Oslo Dental Clinic"}, { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-jli695f6.jpg", alt: "Dr. Ahmet Göktaş" },
{
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/dentist-with-patient-at-consultation-tab-1774977743444-4a4bf75d.png", alt: "Dt. Ahmet Göktas"},
]}
buttons={[
{
text: "Meet Our Team", href: "#team"},
]} ]}
buttons={[{ text: "Meet Our Team", href: "#team" }]}
/> />
</div> </div>
@@ -116,14 +91,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
members={[ members={[
{ { id: "1", name: "Dr. Ahmet Göktaş", role: "Founder Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-jli695f6.jpg?_wi=2" },
id: "1", name: "Dt. Ahmet Göktas", role: "Lead Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-41ht3vf6.jpg"}, { id: "2", name: "Dr. Irmak Tumen", role: "Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-k0pyv3oo.jpg?_wi=3" },
{ { id: "3", name: "Spec. Dr. Dt. Elif Coşkuner Uysal", role: "Orthodontist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-scbvr5x4.jpg?_wi=3" },
id: "2", name: "Dr. Ayse Yilmaz", role: "Implant Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-74hyktbk.jpg"}, { id: "4", name: "Support Staff", role: "Patient Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-qz04c4qv.jpg?_wi=2" },
{
id: "3", name: "Dt. Mehmet Demir", role: "Cosmetic Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-1vqb150d.jpg"},
{
id: "4", name: "Dr. Elif Kaya", role: "General Dentistry", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-44o4qqhh.jpg"},
]} ]}
title="Meet Our Professionals" title="Meet Our Professionals"
description="Experienced English-speaking staff dedicated to your safety and comfort." description="Experienced English-speaking staff dedicated to your safety and comfort."
@@ -137,21 +108,10 @@ export default function LandingPage() {
animationType="blur-reveal" animationType="blur-reveal"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", name: "Patient A", role: "Patient", company: "UK", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=4" },
id: "1", name: "Duane", role: "Patient", company: "UK", rating: 5, { id: "2", name: "Patient B", role: "Patient", company: "International", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-k0pyv3oo.jpg?_wi=4" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744689-d36b0ad8.png?_wi=1"}, { id: "3", name: "Patient C", role: "Patient", company: "International", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-scbvr5x4.jpg?_wi=4" },
{ { id: "4", name: "Patient D", role: "Patient", company: "Norway", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-qz04c4qv.jpg?_wi=3" },
id: "2", name: "Nicole F", role: "Patient", company: "International", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744627-591fad07.png"},
{
id: "3", name: "Mi Yuwa", role: "Patient", company: "International", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977745112-8172eeb3.png"},
{
id: "4", name: "Patient User", role: "Patient", company: "Norway", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977743526-d8f07443.png"},
{
id: "5", name: "Erik S.", role: "Patient", company: "Norway", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744689-d36b0ad8.png?_wi=2"},
]} ]}
title="Patients Trust Our Care" title="Patients Trust Our Care"
description="Proven results for patients from around the world." description="Proven results for patients from around the world."
@@ -161,23 +121,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "rotated-rays-static" }}
variant: "rotated-rays-static"}}
text="Ready for your free consultation? Our team is ready to help you." text="Ready for your free consultation? Our team is ready to help you."
buttons={[ buttons={[{ text: "Contact Us Now", href: "tel:+905393260707" }]}
{
text: "Contact Us Now", href: "tel:+905393260707"},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Oslo Dental" logoText="Oslo Dental"
leftLink={{ leftLink={{ text: "Privacy Policy", href: "#" }}
text: "Privacy Policy", href: "#"}} rightLink={{ text: "All Rights Reserved", href: "#" }}
rightLink={{
text: "All Rights Reserved", href: "#"}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>