Merge version_1 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why",
|
||||
},
|
||||
name: "Why Us", id: "why"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sai Suhasini Dental"
|
||||
/>
|
||||
@@ -60,67 +50,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Advanced Dental Care & Implants in Hyderabad"
|
||||
description="Welcome to Sai Suhasini Dental and Implant Clinic. We are dedicated to providing painless, personalized, and expert dental care using cutting-edge technology."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg"
|
||||
imageAlt="Modern Dental Clinic Interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg",
|
||||
alt: "Patient 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg", alt: "Patient 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/orthodontic-hospital-office-room-equipped-with-medical-stomatology-professional-tools-ready-medi_482257-4022.jpg",
|
||||
alt: "Patient 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/orthodontic-hospital-office-room-equipped-with-medical-stomatology-professional-tools-ready-medi_482257-4022.jpg", alt: "Patient 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concept-interior-new-modern-dental-clinic-office-dental-equipment_613910-6062.jpg",
|
||||
alt: "Patient 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/concept-interior-new-modern-dental-clinic-office-dental-equipment_613910-6062.jpg", alt: "Patient 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1671.jpg",
|
||||
alt: "Patient 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1671.jpg", alt: "Patient 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiling-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg",
|
||||
alt: "Patient 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiling-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg", alt: "Patient 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5000+ happy patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Painless RCT",
|
||||
},
|
||||
type: "text", text: "Painless RCT"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dental Implants",
|
||||
},
|
||||
type: "text", text: "Dental Implants"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cosmetic Smile",
|
||||
},
|
||||
type: "text", text: "Cosmetic Smile"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Child Dentistry",
|
||||
},
|
||||
type: "text", text: "Child Dentistry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Care",
|
||||
},
|
||||
type: "text", text: "Advanced Care"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,9 +95,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Our Clinic"
|
||||
description={[
|
||||
"At Sai Suhasini Dental and Implant Clinic, we believe every smile deserves expert care. Our clinic in Banjara Hills combines advanced dental technology with compassionate patient care.",
|
||||
"Our team of experienced specialists is committed to delivering high-quality treatments for children, adults, and senior citizens in a hygienic, comfortable environment.",
|
||||
]}
|
||||
"At Sai Suhasini Dental and Implant Clinic, we believe every smile deserves expert care. Our clinic in Banjara Hills combines advanced dental technology with compassionate patient care.", "Our team of experienced specialists is committed to delivering high-quality treatments for children, adults, and senior citizens in a hygienic, comfortable environment."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,35 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "implants",
|
||||
title: "Dental Implants",
|
||||
tags: [
|
||||
"Advanced",
|
||||
"Permanent",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473209.jpg",
|
||||
imageAlt: "Dental Implant Illustration",
|
||||
},
|
||||
id: "implants", title: "Dental Implants", tags: [
|
||||
"Advanced", "Permanent"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473209.jpg", imageAlt: "Dental Implant Illustration"},
|
||||
{
|
||||
id: "rct",
|
||||
title: "Root Canal Treatment",
|
||||
tags: [
|
||||
"Painless",
|
||||
"Advanced",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1741.jpg",
|
||||
imageAlt: "Root Canal Illustration",
|
||||
},
|
||||
id: "rct", title: "Root Canal Treatment", tags: [
|
||||
"Painless", "Advanced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1741.jpg", imageAlt: "Root Canal Illustration"},
|
||||
{
|
||||
id: "cosmetic",
|
||||
title: "Cosmetic Smile Makeover",
|
||||
tags: [
|
||||
"Aesthetics",
|
||||
"Transformation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1429.jpg",
|
||||
imageAlt: "Smile Makeover",
|
||||
},
|
||||
id: "cosmetic", title: "Cosmetic Smile Makeover", tags: [
|
||||
"Aesthetics", "Transformation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1429.jpg", imageAlt: "Smile Makeover"},
|
||||
]}
|
||||
title="Our Advanced Dental Services"
|
||||
description="We offer a wide range of professional dental treatments to ensure healthy, functional, and beautiful smiles."
|
||||
@@ -186,25 +131,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Patient Centric",
|
||||
description: "Personalized treatment plans.",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "100%", title: "Patient Centric", description: "Personalized treatment plans.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Advanced",
|
||||
title: "Modern Technology",
|
||||
description: "State-of-the-art diagnostic tools.",
|
||||
icon: Zap,
|
||||
id: "m2", value: "Advanced", title: "Modern Technology", description: "State-of-the-art diagnostic tools.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Expert",
|
||||
title: "Specialized Care",
|
||||
description: "Experienced dental professionals.",
|
||||
icon: Award,
|
||||
id: "m3", value: "Expert", title: "Specialized Care", description: "Experienced dental professionals.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -219,33 +152,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "group-1",
|
||||
groupTitle: "Medical Specialists",
|
||||
members: [
|
||||
id: "group-1", groupTitle: "Medical Specialists", members: [
|
||||
{
|
||||
id: "d1",
|
||||
title: "Dr. Smith",
|
||||
subtitle: "Senior Implantologist",
|
||||
detail: "15+ years experience in implants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-holding-phone-tablet-hands_1262-19394.jpg",
|
||||
},
|
||||
id: "d1", title: "Dr. Smith", subtitle: "Senior Implantologist", detail: "15+ years experience in implants.", imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-holding-phone-tablet-hands_1262-19394.jpg"},
|
||||
{
|
||||
id: "d2",
|
||||
title: "Dr. Sarah",
|
||||
subtitle: "Orthodontist",
|
||||
detail: "Expert in clear aligners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assistant-using-horizontal-green-screen-computer_482257-26743.jpg",
|
||||
},
|
||||
id: "d2", title: "Dr. Sarah", subtitle: "Orthodontist", detail: "Expert in clear aligners.", imageSrc: "http://img.b2bpic.net/free-photo/assistant-using-horizontal-green-screen-computer_482257-26743.jpg"},
|
||||
{
|
||||
id: "d3",
|
||||
title: "Dr. Mike",
|
||||
subtitle: "Pediatric Specialist",
|
||||
detail: "Gentle care for all ages.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-having-fun-kitchen_1301-6562.jpg",
|
||||
},
|
||||
id: "d3", title: "Dr. Mike", subtitle: "Pediatric Specialist", detail: "Gentle care for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-having-fun-kitchen_1301-6562.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg?_wi=2",
|
||||
imageAlt: "dentist professional portrait clean",
|
||||
},
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
@@ -259,45 +173,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Experience",
|
||||
quote: "The best clinic in Hyderabad for implants.",
|
||||
name: "Sarah J.",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-laughing-woman-rose-blouse_23-2148036588.jpg",
|
||||
},
|
||||
id: "1", title: "Great Experience", quote: "The best clinic in Hyderabad for implants.", name: "Sarah J.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/senior-laughing-woman-rose-blouse_23-2148036588.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Painless Treatment",
|
||||
quote: "I never felt any pain during my RCT.",
|
||||
name: "Mark D.",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg",
|
||||
},
|
||||
id: "2", title: "Painless Treatment", quote: "I never felt any pain during my RCT.", name: "Mark D.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Life Changing",
|
||||
quote: "My new smile is exactly what I wanted.",
|
||||
name: "Helen K.",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pointing-camera-smiling_273609-12419.jpg",
|
||||
},
|
||||
id: "3", title: "Life Changing", quote: "My new smile is exactly what I wanted.", name: "Helen K.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/happy-pointing-camera-smiling_273609-12419.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Professional Team",
|
||||
quote: "Highly expert dental specialists here.",
|
||||
name: "David T.",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "4", title: "Professional Team", quote: "Highly expert dental specialists here.", name: "David T.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Amazing Results",
|
||||
quote: "Very affordable and high quality care.",
|
||||
name: "Robert B.",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg",
|
||||
},
|
||||
id: "5", title: "Amazing Results", quote: "Very affordable and high quality care.", name: "Robert B.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg"},
|
||||
]}
|
||||
title="Patient Success Stories"
|
||||
description="We are proud to share the smiles of our satisfied patients."
|
||||
@@ -310,25 +194,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are dental implants permanent?",
|
||||
content: "Yes, they are a long-lasting solution.",
|
||||
},
|
||||
id: "f1", title: "Are dental implants permanent?", content: "Yes, they are a long-lasting solution."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is root canal treatment painful?",
|
||||
content: "No, it is painless with modern anesthesia.",
|
||||
},
|
||||
id: "f2", title: "Is root canal treatment painful?", content: "No, it is painless with modern anesthesia."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How often should I visit?",
|
||||
content: "Every 6 months for regular checkups.",
|
||||
},
|
||||
id: "f3", title: "How often should I visit?", content: "Every 6 months for regular checkups."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you offer teeth whitening?",
|
||||
content: "Yes, we provide professional teeth whitening.",
|
||||
},
|
||||
id: "f4", title: "Do you offer teeth whitening?", content: "Yes, we provide professional teeth whitening."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We have answers."
|
||||
@@ -340,14 +212,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="First Floor, Sri Venkateswara House, Road No. 12, Banjara Hills, Hyderabad | WhatsApp: 090300 01073"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919030001073",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919030001073"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -356,13 +225,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Sai Suhasini Dental"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Sai Suhasini Clinic",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Sai Suhasini Clinic", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user