Update src/app/page.tsx
This commit is contained in:
@@ -13,27 +13,27 @@ export default function HomePage() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="The House of Dentistry"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="The House of Dentistry"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "plain" }}
|
||||
title="Smile Confidently with Chennai’s Most Trusted Dental Experts"
|
||||
description="Painless treatments, affordable pricing, and expert care — all under one roof in Perambur."
|
||||
@@ -42,11 +42,13 @@ export default function HomePage() {
|
||||
buttons={[{ text: "Call Now to Book Appointment", href: "tel:08072982811" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-space-with-maquette-table-design-urban-property-plan-building-model-layout-nobody-office-with-architecture-project-real-estate-development-presentation_482257-29970.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg", alt: "Patient 1" }, { src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6611.jpg", alt: "Patient 2" }, { src: "http://img.b2bpic.net/free-photo/handheld-shot-happy-pensioner-preparing-exercise-physical-activity-portrait-senior-man-smiling-looking-camera-getting-ready-training-with-equipment_482257-33826.jpg", alt: "Patient 3" }, { src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Patient 4" }, { src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-against-beige-background_23-2148193938.jpg", alt: "Patient 5" }]}
|
||||
avatarText="Join 100+ happy patients"
|
||||
marqueeItems={[{ type: "text", text: "Modern Clinic" }, { type: "text", text: "Pain-Free Procedures" }, { type: "text", text: "Certified Experts" }, { type: "text", text: "Advanced Technology" }, { type: "text", text: "Affordable Care" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
<FeatureCardTwentyNine
|
||||
title="Our Specialized Dental Services"
|
||||
description="Complete dental care for every age — from routine checkups to advanced smile transformations."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -64,7 +66,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
<SplitAbout
|
||||
title="Trusted Dental Care You Can Feel Comfortable With"
|
||||
description="At The House of Dentistry, we believe in patient-first care that prioritizes your comfort and confidence. Our modern Perambur clinic is equipped with the latest technology, managed by experienced dentists dedicated to painless and precise results."
|
||||
textboxLayout="split"
|
||||
@@ -79,7 +81,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardTwo
|
||||
title="Loved by Patients Across Chennai"
|
||||
description="Read how we've helped patients regain confidence in their smiles."
|
||||
animationType="slide-up"
|
||||
@@ -95,7 +97,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardEleven
|
||||
<MetricCardEleven
|
||||
title="Simple Steps to Your Best Smile"
|
||||
description="Our streamlined process ensures you get the care you need quickly and comfortably."
|
||||
animationType="slide-up"
|
||||
@@ -109,7 +111,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactText
|
||||
background={{ variant: "plain" }}
|
||||
text="Request a Callback. Leave your details and we’ll contact you shortly to book your appointment."
|
||||
buttons={[{ text: "Call Now to Book Appointment", href: "tel:08072982811" }]}
|
||||
@@ -117,7 +119,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<ContactText
|
||||
<ContactText
|
||||
background={{ variant: "plain" }}
|
||||
text="Don’t Delay Your Dental Health. Book your appointment today and experience painless, professional care."
|
||||
buttons={[{ text: "Call Now to Book Appointment", href: "tel:08072982811" }]}
|
||||
@@ -125,7 +127,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBase
|
||||
logoText="The House of Dentistry"
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "No:69, Hemavathi Complex, Perambur, Chennai", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user