Update src/app/page.tsx

This commit is contained in:
2026-04-09 10:02:42 +00:00
parent f284cfcb5f
commit ccb35cfe87

View File

@@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, CreditCard, Search, ShieldCheck, Smile, MapPin, Clock, Stethoscope } from "lucide-react";
import { Clock, MapPin, Stethoscope } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,9 +43,9 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplit
background={{ variant: "plain" }}
title="Sabka Dentist - Quality Dental Care"
description="Providing comprehensive dental treatments, including root canals, implants, and routine care. Your smile is our priority."
background={{ variant: "plain" }}
buttons={[{ text: "Book Now", href: "#contact" }]}
imageSrc="https://images.unsplash.com/photo-1606811841689-23dfddce3e95?q=80&w=2000"
imageAlt="Sabka Dentist Clinic"
@@ -54,6 +54,7 @@ export default function LandingPage() {
{ type: "text-icon", text: "Located in HSR Layout, Bengaluru", icon: MapPin },
{ type: "text-icon", text: "Expert Dental Surgeons", icon: Stethoscope }
]}
mediaAnimation="slide-up"
/>
</div>
@@ -63,6 +64,7 @@ export default function LandingPage() {
description={[
"Sabka Dentist in HSR Layout, Bengaluru, is committed to providing affordable, high-quality dental care. We specialize in root canal treatments, dental implants, and cosmetic dentistry.", "Our clinic is equipped with modern technology and staffed by experienced dental professionals dedicated to patient comfort."
]}
useInvertedBackground={false}
/>
</div>
@@ -102,6 +104,8 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
description="Find answers to common questions about our dental services."
faqs={[
{ id: "f1", title: "What are your operating hours?", content: "We are open daily from 10:00 AM to 9:00 PM." },
{ id: "f2", title: "Where is the clinic located?", content: "We are conveniently located in HSR Layout, Bengaluru." },
@@ -122,6 +126,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email", required: true }
]}
textarea={{ name: "message", placeholder: "Details regarding your dental needs", rows: 3 }}
useInvertedBackground={false}
/>
</div>