Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40016bb375 | |||
| db0f76c1d3 | |||
| 72606697da | |||
| df32912666 | |||
| 454c1134b5 | |||
| da7b25d8bd | |||
| ee6157b7aa | |||
| 3e44e56c46 |
@@ -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 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 TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
|
import { Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,7 +21,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"
|
||||||
@@ -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 }
|
||||||
|
]}
|
||||||
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/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" },
|
|
||||||
{ 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" },
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978376669-yq68zcp6.jpg"
|
||||||
|
imageAlt="Clinic aesthetic showcase"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -80,7 +79,8 @@ export default function LandingPage() {
|
|||||||
{ 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/uploaded-1774978113902-jli695f6.jpg", alt: "Dr. Ahmet Göktaş" },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Meet Our Team", href: "#team" }]}
|
buttons={[{ text: "Meet Our Team", href: "#team" }]
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -102,19 +102,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardTwelve
|
||||||
textboxLayout="split"
|
cardAnimation="blur-reveal"
|
||||||
gridVariant="uniform-all-items-equal"
|
cardTitle="Patient Success Stories"
|
||||||
animationType="blur-reveal"
|
cardTag="Testimonials"
|
||||||
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: "Patient A", 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: "Patient B", 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: "Patient C", 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"
|
|
||||||
description="Proven results for patients from around the world."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user