206 lines
10 KiB
TypeScript
206 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
import { Sparkles, Smile, Star, Mail } from 'lucide-react';
|
|
|
|
export default function LuxuryDentistPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-stagger"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="smallMedium"
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
background="aurora"
|
|
cardStyle="layered-gradient"
|
|
primaryButtonStyle="primary-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="light"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
brandName="Laturiya Dental Care"
|
|
navItems={[
|
|
{ name: "Home", id: "hero" },
|
|
{ name: "Services", id: "services" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
button={{
|
|
text: "Book Appointment", href: "#contact"
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitKpi
|
|
title="State-of-the-Art Dental Care in Latur, Maharashtra"
|
|
description="Laturiya Dental Care offers comprehensive, specialized treatments including dental implants, root canal therapy, oral surgery, smile design, and preventive care, ensuring healthy and beautiful smiles."
|
|
tag="Trusted Dental Clinic"
|
|
tagIcon={Sparkles}
|
|
background={{ variant: "glowing-orb" }}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/dental-clinic-interior.jpg?_wi=1"
|
|
imageAlt="Modern dental clinic interior in Latur"
|
|
imagePosition="right"
|
|
kpis={[
|
|
{ value: "4.97", label: "Google Rating" },
|
|
{ value: "500+", label: "Happy Patients" },
|
|
{ value: "All Types", label: "Treatments Offered" }
|
|
]}
|
|
enableKpiAnimation={true}
|
|
buttons={[
|
|
{ text: "Our Treatments", href: "#services" },
|
|
{ text: "Get Directions", href: "https://maps.app.goo.gl/NfN2W3YFmD6b6rC98" }
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<ProductCardTwo
|
|
title="Our Specialized Dental Treatments"
|
|
description="We are proud to offer a full spectrum of dental services, from advanced surgical procedures to cosmetic enhancements and preventive care for all ages."
|
|
tag="Comprehensive Care"
|
|
tagIcon={Smile}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "1", brand: "Specialization", name: "Dental Implants & Root Canal", price: "Consult for Price", rating: 5,
|
|
reviewCount: "Highly Rated", imageSrc: "https://images.unsplash.com/photo-1517772188612-40f295b28d6c?w=800&h=600&fit=crop&q=80", imageAlt: "Dentist performing a dental implant procedure"
|
|
},
|
|
{
|
|
id: "2", brand: "Aesthetics", name: "Oral Surgery & Smile Designing", price: "Consult for Price", rating: 5,
|
|
reviewCount: "Expert Care", imageSrc: "https://images.unsplash.com/photo-1610444521459-0f4f9f4d1e2b?w=800&h=600&fit=crop&q=80", imageAlt: "Close-up of dental tools and a healthy smile"
|
|
},
|
|
{
|
|
id: "3", brand: "Prevention", name: "Pediatric & TMJ Treatments", price: "Consult for Price", rating: 5,
|
|
reviewCount: "Gentle Approach", imageSrc: "https://images.unsplash.com/photo-1603597379261-24b525048590?w=800&h=600&fit=crop&q=80", imageAlt: "Child at a dental check-up with a pediatric dentist"
|
|
}
|
|
]}
|
|
buttons={[
|
|
{ text: "View All Services", href: "#contact" }
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<InlineImageSplitTextAbout
|
|
heading={[
|
|
{ type: "text", content: "Laturiya Dental Care: Your Trusted Partner for Oral Health in Latur"
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{ text: "Our Location", href: "https://maps.app.goo.gl/NfN2W3YFmD6b6rC98" },
|
|
{ text: "Call Us Now", href: "tel:+919850500765" }
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardOne
|
|
title="Why Patients Choose Laturiya Dental Care"
|
|
description="Combining advanced technology with a compassionate approach, we ensure every visit is comfortable and every treatment effective."
|
|
tag="Patient-Centric Approach"
|
|
tagIcon={Star}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
title: "State-of-Art Facility", description: "Our clinic is equipped with modern technology for precise diagnostics and effective, comfortable treatments.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-l_53876-47227.jpg"
|
|
},
|
|
{
|
|
title: "Expert & Friendly Team", description: "Highly skilled doctors and cooperative staff ensure a pleasant and professional experience for every patient.", imageSrc: "http://img.b2bpic.net/free-photo/focused-friends-using-cell-phones-outdoor_1262-20910.jpg"
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSix
|
|
title="Hear From Our Happy Patients"
|
|
description="Read what our patients have to say about their experience at Laturiya Dental Care."
|
|
tag="Real Reviews"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Sneha Lakade", handle: "Google Review", testimonial: "Good facility, cooperative staff, friendly doctors, overall nice experience", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-letters-alphabet_23-2150499122.jpg", imageAlt: "Sneha Lakade"
|
|
},
|
|
{
|
|
id: "2", name: "Abhishek Ghadge", handle: "Google Review", testimonial: "Treatment: 5/5 Ambience: 5/5 Location: 5/5 Experience: 5/5 Thank you.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-e-sign-isolated-light-pink_53876-47249.jpg", imageAlt: "Abhishek Ghadge"
|
|
},
|
|
{
|
|
id: "3", name: "Pahel Malpani", handle: "Google Review", testimonial: "Professional staff, comfortable atmosphere, and state-of-the-art equipment.", imageSrc: "http://img.b2bpic.net/free-photo/letter-r-made-real-natural-flowers-leaves-white-background-isolated_169016-54270.jpg", imageAlt: "Pahel Malpani"
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Visit Us"
|
|
tagIcon={Mail}
|
|
title="Book Your Appointment Today!"
|
|
description="Experience unparalleled dental care at Laturiya Dental Care. Located at 1st Floor, Rathi Town Center, MG Rd, opposite Ambedkar Park, near HDFC Bank, Sawe Wadi, Latur, Maharashtra 413512. Phone: 098505 00765."
|
|
background={{ variant: "plain" }}
|
|
useInvertedBackground={true}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/dental-clinic-interior.jpg?_wi=2"
|
|
imageAlt="Comfortable consultation room at Laturiya Dental Care"
|
|
mediaPosition="right"
|
|
mediaAnimation="slide-up"
|
|
inputPlaceholder="Enter your email"
|
|
buttonText="Send Message"
|
|
termsText="We look forward to welcoming you to our clinic. Your oral health is our priority."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBase
|
|
logoText="Laturiya Dental Care"
|
|
copyrightText="© 2024 Laturiya Dental Care | All Rights Reserved"
|
|
columns={[
|
|
{
|
|
title: "Services", items: [
|
|
{ label: "Dental Implants", href: "#services" },
|
|
{ label: "Root Canal", href: "#services" },
|
|
{ label: "Oral Surgery", href: "#services" },
|
|
{ label: "Smile Designing", href: "#services" },
|
|
{ label: "Preventive Care", href: "#services" }
|
|
]
|
|
},
|
|
{
|
|
title: "Clinic", items: [
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "Directions", href: "https://maps.app.goo.gl/NfN2W3YFmD6b6rC98" },
|
|
{ label: "Contact Us", href: "tel:+919850500765" }
|
|
]
|
|
},
|
|
{
|
|
title: "Connect", items: [
|
|
{ label: "Facebook", href: "https://www.facebook.com/LaturiyaDentalCare" },
|
|
{ label: "Instagram", href: "https://www.instagram.com/LaturiyaDentalCare" },
|
|
{ label: "Google Reviews", href: "https://search.google.com/local/reviews?placeid=ChIJ3R8f10P9yjsRSJ6_0nB381o" }
|
|
]
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|