4 Commits

Author SHA1 Message Date
df32912666 Update src/app/page.tsx 2026-03-31 17:31:03 +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
3e44e56c46 Merge version_3 into main
Merge version_3 into main
2026-03-31 17:28:56 +00:00

View File

@@ -5,11 +5,12 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
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 TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -40,21 +41,20 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroSplitDualMedia
background={{ variant: "rotated-rays-static" }} background={{ variant: "gradient-bars" }}
title="OSLO DENTAL CLINIC" title="Transforming Smiles with Precision"
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 at Oslo Dental Clinic. Combining advanced technology, aesthetic mastery, and personalized care for international patients."
tag="Premium Dental Excellence"
rating={5}
ratingText="Rated 5.0 by international patients"
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={[ mediaItems={[
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=1", imageAlt: "Clinic interior" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=1", imageAlt: "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" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-k0pyv3oo.jpg?_wi=1", imageAlt: "Clinical precision" }
{ 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: "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: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-sqnzhizw.jpg?_wi=2", imageAlt: "Modern waiting area" },
]} ]}
/> />
</div> </div>
@@ -102,19 +102,17 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardSix
textboxLayout="split"
gridVariant="uniform-all-items-equal"
animationType="blur-reveal" animationType="blur-reveal"
useInvertedBackground={true} textboxLayout="split"
title="Patient Success Stories"
description="See the life-changing transformations we've achieved for our patients."
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: "Dr. Ahmet Göktaş Patient", handle: "@patient_a", testimonial: "The transformation exceeded my expectations!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-jli695f6.jpg?_wi=2" },
{ 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" }, { id: "2", name: "Dr. Irmak Tumen Patient", handle: "@patient_b", testimonial: "Professional and gentle care throughout the procedure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-k0pyv3oo.jpg?_wi=3" },
{ 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: "3", name: "Spec. Dr. Dt. Elif C. Uysal Patient", handle: "@patient_c", testimonial: "My orthodontic treatment was perfectly managed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-scbvr5x4.jpg?_wi=3" },
{ 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" },
]} ]}
title="Patients Trust Our Care" useInvertedBackground={true}
description="Proven results for patients from around the world."
/> />
</div> </div>