diff --git a/src/app/page.tsx b/src/app/page.tsx index a0ef14b..a7610a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,6 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, + { name: "Team", id: "team" }, { name: "Results", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -47,7 +47,7 @@ export default function LandingPage() { 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 } + { 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" } ]} buttons={[ { text: "Book Consultation", href: "#contact" }, @@ -63,9 +63,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} 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: 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" }, - { 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: 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/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/uploaded-1774978113902-k0pyv3oo.jpg", imageAlt: "Teeth Whitening" }, ]} title="Our Expert Dental Services" description="We offer a wide range of premium dental treatments tailored to your individual needs." @@ -77,10 +77,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { 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-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" useInvertedBackground={false} 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: "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: "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: "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-1774978523050-8p2ryrj5.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: "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" description="Experienced English-speaking staff dedicated to your safety and comfort." @@ -150,4 +149,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file