20 Commits

Author SHA1 Message Date
b3aee2af17 Update src/app/page.tsx 2026-03-31 19:10:13 +00:00
aa118065be Merge version_7 into main
Merge version_7 into main
2026-03-31 17:36:09 +00:00
38550f822a Update src/app/page.tsx 2026-03-31 17:36:03 +00:00
694b457fd6 Merge version_7 into main
Merge version_7 into main
2026-03-31 17:35:42 +00:00
08036b85a9 Update src/app/page.tsx 2026-03-31 17:35:39 +00:00
9391d19415 Merge version_6 into main
Merge version_6 into main
2026-03-31 17:35:12 +00:00
5f749f9343 Update src/app/page.tsx 2026-03-31 17:35:06 +00:00
bed39357e7 Merge version_5 into main
Merge version_5 into main
2026-03-31 17:33:47 +00:00
40016bb375 Update src/app/page.tsx 2026-03-31 17:33:44 +00:00
cebdea66ac Merge version_5 into main
Merge version_5 into main
2026-03-31 17:33:15 +00:00
db0f76c1d3 Update src/app/page.tsx 2026-03-31 17:33:12 +00:00
72606697da Merge version_4 into main
Merge version_4 into main
2026-03-31 17:31:09 +00:00
df32912666 Update src/app/page.tsx 2026-03-31 17:31:03 +00:00
454c1134b5 Merge version_4 into main
Merge version_4 into main
2026-03-31 17:30:39 +00:00
da7b25d8bd Update src/app/page.tsx 2026-03-31 17:30:36 +00:00
ee6157b7aa Merge version_3 into main
Merge version_3 into main
2026-03-31 17:29:25 +00:00
5256008567 Update src/app/page.tsx 2026-03-31 17:29:22 +00:00
3e44e56c46 Merge version_3 into main
Merge version_3 into main
2026-03-31 17:28:56 +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

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="blurBottom" background="blurBottom"
cardStyle="glass-depth" cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="bold" headingFontWeight="bold"
@@ -31,6 +31,7 @@ export default function LandingPage() {
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "Results", id: "testimonials" }, { name: "Results", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
@@ -40,22 +41,20 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroSplitTestimonial
background={{ variant: "rotated-rays-static" }} background={{ variant: "sparkles-gradient" }}
title="OSLO DENTAL CLINIC" title="Oslo Dental Clinic"
description="Premium Dental Care in Antalya You Can Trust. Modern treatments for international patients with comfort, safety, and stunning results." description="Experience world-class dental excellence. Combining advanced technology, aesthetic mastery, and personalized care for international patients."
tag="Premium Dental Excellence"
testimonials={[
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Best dental experience ever.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978523050-8p2ryrj5.jpg?_wi=1" }
]}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+905393260707" }, { text: "Book Consultation", href: "#contact" },
{ text: "Get Free Consultation", href: "#contact" }, { text: "View Services", href: "#services" },
]}
carouselItems={[
{ 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/happy-patient-smiling-in-a-dental-chair--1774977745695-ff963590.png?_wi=1", imageAlt: "Patient Care" },
{ 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: "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" },
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978376669-yq68zcp6.jpg"
imageAlt="Clinic aesthetic showcase"
/> />
</div> </div>
@@ -64,9 +63,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/high-end-dental-clinic-interior-in-antal-1774977744894-05d91d39.png?_wi=2", imageAlt: "Dental Implants" }, { 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", imageAlt: "Dental Implants" },
{ 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: 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", 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" }, { 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", 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."
@@ -78,7 +77,7 @@ export default function LandingPage() {
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-1774977718978-41ht3vf6.jpg", alt: "Dt. Ahmet Göktaş" }, { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978523049-iv3gjdlc.jpg", alt: "Dr. Ahmet Göktaş" },
]} ]}
buttons={[{ text: "Meet Our Team", href: "#team" }]} buttons={[{ text: "Meet Our Team", href: "#team" }]}
/> />
@@ -91,10 +90,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: "Dt. Ahmet Göktaş", role: "Founder Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-41ht3vf6.jpg" }, { id: "1", name: "Dr. Ahmet Göktaş", role: "Founder Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978523049-iv3gjdlc.jpg" },
{ id: "2", name: "Dr. Irmak Tumen", role: "Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-74hyktbk.jpg" }, { id: "2", name: "Dr. Irmak Tumen", role: "Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978523050-8p2ryrj5.jpg?_wi=2" },
{ 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-1774977718978-1vqb150d.jpg" }, { 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-1774978523050-fv3zyum9.jpg" },
{ id: "4", name: "Support Staff", role: "Patient Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-44o4qqhh.jpg" }, { id: "4", name: "Patient Experience", role: "Clinic Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978523050-cdg85d3n.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."
@@ -102,39 +101,52 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardFifteen
textboxLayout="split" testimonial="The clinic experience was absolutely seamless. From the first consultation to my new smile, everything felt professional, clean, and highly personalized. Truly world-class standards."
gridVariant="uniform-all-items-equal" rating={5}
animationType="blur-reveal" author="Sarah J. - International Patient"
useInvertedBackground={true} avatars={[
testimonials={[ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978490858-w7sr9u2l.jpg", alt: "Patient 1" },
{ id: "1", name: "Duane", role: "Patient", company: "UK", 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=1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978490859-lof8lvtu.jpg", alt: "Patient 2" }
{ 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" },
]} ]}
title="Patients Trust Our Care" ratingAnimation="blur-reveal"
description="Proven results for patients from around the world." avatarsAnimation="slide-up"
useInvertedBackground={true}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactCenter
useInvertedBackground={false} tag="Contact Us"
title="Transform Your Smile Today"
description="Get in touch for a personalized consultation with our experts in Antalya."
background={{ variant: "rotated-rays-static" }} background={{ variant: "rotated-rays-static" }}
text="Ready for your free consultation? Our team is ready to help you." useInvertedBackground={false}
buttons={[{ text: "Contact Us Now", href: "tel:+905393260707" }]} buttonText="Get Your Free Consultation"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterBaseReveal
logoText="Oslo Dental" columns={[
leftLink={{ text: "Privacy Policy", href: "#" }} {
rightLink={{ text: "All Rights Reserved", href: "#" }} title: "Clinic", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Services", href: "#services" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 Oslo Dental Clinic. All Rights Reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }