Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -30,78 +30,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Results", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Oslo Dental Clinic"
|
||||
button={{
|
||||
text: "Free Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Free Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Premium Dental Care in Antalya You Can Trust"
|
||||
description="Modern treatments for international patients with comfort, safety, and stunning results."
|
||||
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={[
|
||||
{
|
||||
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: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/high-end-dental-clinic-interior-in-antal-1774977744894-05d91d39.png", 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: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/happy-patient-smiling-in-a-dental-chair--1774977745695-ff963590.png", 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: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/modern-dental-tools-and-equipment-close--1774977745345-c77fd782.png", 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: "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: "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",
|
||||
},
|
||||
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>
|
||||
@@ -113,25 +80,13 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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", 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: "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", imageAlt: "Teeth Whitening"},
|
||||
]}
|
||||
title="Our Expert Dental Services"
|
||||
description="We offer a wide range of premium dental treatments tailored to your individual needs."
|
||||
@@ -143,20 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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/dentist-with-patient-at-consultation-tab-1774977743444-4a4bf75d.png",
|
||||
alt: "Dt. Ahmet Göktas",
|
||||
},
|
||||
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",
|
||||
},
|
||||
text: "Meet Our Team", href: "#team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,29 +117,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
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: "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. Ayse Yilmaz",
|
||||
role: "Implant Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-74hyktbk.jpg",
|
||||
},
|
||||
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: "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: "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",
|
||||
},
|
||||
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"
|
||||
description="Experienced English-speaking staff dedicated to your safety and comfort."
|
||||
@@ -202,48 +134,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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: "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: "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: "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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Patients Trust Our Care"
|
||||
description="Proven results for patients from around the world."
|
||||
@@ -254,14 +162,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready for your free consultation? Our team is ready to help you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "tel:+905393260707",
|
||||
},
|
||||
text: "Contact Us Now", href: "tel:+905393260707"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,13 +175,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Oslo Dental"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "All Rights Reserved",
|
||||
href: "#",
|
||||
}}
|
||||
text: "All Rights Reserved", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user