Files
549f5aa5-ab53-41bb-871d-cb9…/src/app/page.tsx
2026-03-08 02:42:41 +00:00

260 lines
14 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import AboutMetric from "@/components/sections/about/AboutMetric";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Award, Check, Globe, HelpCircle, Heart, Quote, Shield, Sparkles, Users, Zap } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Dental Club"
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Book Appointment", id: "appointment" },
]}
bottomLeftText="Baku, Azerbaijan"
bottomRightText="+994 12 541 04 46"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "plain" }}
tag="Modern Dental Care"
tagIcon={Sparkles}
tagAnimation="slide-up"
title="Modern Dental Care in the Heart of Baku"
description="Comfortable, affordable and professional dentistry for the whole family. Experience advanced dental technology with compassionate care from our experienced team."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=1", imageAlt: "Modern dental clinic interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg?_wi=1", imageAlt: "Professional dental treatment room"},
]}
rating={5}
ratingText="4.3★ Rated by 13 Happy Patients"
buttons={[
{ text: "Call Now", href: "tel:+994125410446" },
{ text: "Book Appointment", href: "#appointment" },
]}
buttonAnimation="slide-up"
mediaAnimation="opacity"
/>
</div>
<div id="metrics" data-section="metrics">
<AboutMetric
title="Why Patients Choose Dental Club"
metrics={[
{ icon: Users, label: "Happy Patients", value: "1000+" },
{ icon: Award, label: "Years Experience", value: "15+" },
{ icon: Zap, label: "Modern Technology", value: "Latest" },
{ icon: Globe, label: "International Patients", value: "Yes" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardTen
title="Our Dental Services"
description="Comprehensive dental care solutions tailored to your needs. From preventive cleanings to advanced cosmetic procedures."
tag="Services"
tagIcon={Heart}
tagAnimation="slide-up"
features={[
{
id: "1", title: "Teeth Cleaning & Checkups", description: "Professional cleaning and comprehensive oral examination with digital imaging.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg?_wi=2", imageAlt: "Professional teeth cleaning"},
items: [
{ icon: Check, text: "Professional scaling and polishing" },
{ icon: Check, text: "Digital X-ray imaging" },
{ icon: Check, text: "Early cavity detection" },
],
reverse: false,
},
{
id: "2", title: "Teeth Whitening", description: "Advanced teeth whitening treatments for a brighter, whiter smile in just one visit.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=2", imageAlt: "Teeth whitening treatment"},
items: [
{ icon: Sparkles, text: "Professional-grade whitening" },
{ icon: Sparkles, text: "Safe enamel protection" },
{ icon: Sparkles, text: "Lasting results" },
],
reverse: true,
},
{
id: "3", title: "Dental Implants", description: "Premium dental implants to restore missing teeth with natural-looking results.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg?_wi=3", imageAlt: "Dental implant procedure"},
items: [
{ icon: Shield, text: "Titanium implants" },
{ icon: Shield, text: "Permanent solution" },
{ icon: Shield, text: "Natural appearance" },
],
reverse: false,
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="about" data-section="about">
<TeamCardSix
title="Meet Our Dental Experts"
description="Our experienced team of dentists and specialists are committed to providing you with the highest quality of dental care."
tag="Our Team"
tagIcon={Users}
tagAnimation="slide-up"
members={[
{
id: "1", name: "Dr. Aydin Rustamov", role: "Chief Dentist", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg", imageAlt: "Dr. Aydin Rustamov"},
{
id: "2", name: "Dr. Leyla Hasanova", role: "Cosmetic Dentist", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=3", imageAlt: "Dr. Leyla Hasanova"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Patients Say"
description="Real reviews from satisfied patients who have experienced our professional dental care."
tag="Testimonials"
tagIcon={Quote}
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Very professional and friendly. My teeth were sparkling by the time I left. Prices were much more affordable than in the US.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", handle: "@michael_chen", testimonial: "Excellent service! Dr. Aydin was very careful and explained everything. No pain, just results. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6777.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The clinic is so clean and modern. The staff made me feel comfortable immediately. Best dental experience I've had.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", handle: "@david_k", testimonial: "Great treatment for my implants. Professional and affordable. I will definitely come back and recommend to friends.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg", imageAlt: "David Kim"},
]}
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Book Your Appointment"
description="Schedule your consultation with our dental experts. Fill out the form below and we'll contact you within 24 hours to confirm your appointment."
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "service", type: "text", placeholder: "Service Needed", required: false },
]}
textarea={{
name: "message", placeholder: "Tell us more about your dental needs...", rows: 4,
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/african-american-person-filling-report-files-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-50673.jpg"
imageAlt="Dental clinic reception"
mediaAnimation="opacity"
mediaPosition="right"
buttonText="Book Consultation"
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Find answers to common questions about our dental services and procedures."
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "Is dental treatment painful?", content: "No. We use modern anesthetics and techniques to ensure your comfort. Our compassionate team takes time to reduce any anxiety you may have."},
{
id: "2", title: "What are your working hours?", content: "We are open Monday to Friday from 9:00 AM to 6:00 PM, and Saturday from 10:00 AM to 4:00 PM. Sunday is closed. We also offer emergency appointments when needed."},
{
id: "3", title: "Do you accept insurance?", content: "Yes, we accept most major insurance plans. Please contact us with your insurance details and we can provide more information about coverage."},
{
id: "4", title: "How much does a dental implant cost?", content: "Implant costs vary depending on complexity and materials used. We offer competitive pricing and flexible payment plans. Call us for a free consultation."},
{
id: "5", title: "Can you do teeth whitening same-day?", content: "Yes! Our professional whitening treatment can be completed in one visit, delivering noticeable results within 60 minutes."},
{
id: "6", title: "Are you experienced with nervous patients?", content: "Absolutely. We specialize in treating anxious patients with extra care, gentle handling, and clear communication throughout every procedure."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="smooth"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Dental Club", items: [
{ label: "Home", href: "#home" },
{ label: "Services", href: "#services" },
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
],
},
{
title: "Contact", items: [
{ label: "Phone: +994 12 541 04 46", href: "tel:+994125410446" },
{ label: "Address: 24 Jeyhunbey Hajibeyli St, Baku", href: "https://maps.google.com/?q=24+Jeyhunbey+Hajibeyli+St+Baku" },
{ label: "Email: info@dentalclub.az", href: "mailto:info@dentalclub.az" },
{ label: "Website: dentalclub.az", href: "https://dentalclub.az" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
],
},
]}
copyrightText="© 2025 Dental Club Baku. All rights reserved."
/>
</div>
</ThemeProvider>
);
}