17 Commits

Author SHA1 Message Date
7238059d3a Update src/app/page.tsx 2026-03-08 11:19:13 +00:00
6d7ce432d8 Update src/app/page.tsx 2026-03-08 11:17:18 +00:00
b2a68abf0f Update src/app/page.tsx 2026-03-08 11:15:58 +00:00
aae3bdbf85 Update src/app/page.tsx 2026-03-08 11:09:57 +00:00
745b2ace95 Switch to version 13: modified src/app/page.tsx 2026-03-08 11:07:48 +00:00
da7d5d9ab1 Merge version_14 into main
Merge version_14 into main
2026-03-08 11:06:24 +00:00
c6eb8b12e0 Update src/app/page.tsx 2026-03-08 11:06:20 +00:00
8cc9ced337 Merge version_13 into main
Merge version_13 into main
2026-03-08 11:02:37 +00:00
69e7433f0d Update src/app/page.tsx 2026-03-08 11:02:33 +00:00
67c2990a0a Merge version_13 into main
Merge version_13 into main
2026-03-08 11:01:47 +00:00
4a0ee9b760 Update src/app/page.tsx 2026-03-08 11:01:37 +00:00
58aa4e2826 Merge version_13 into main
Merge version_13 into main
2026-03-08 11:00:23 +00:00
365fc9cd08 Update src/app/page.tsx 2026-03-08 11:00:19 +00:00
94baf45fca Merge version_12 into main
Merge version_12 into main
2026-03-08 10:55:18 +00:00
c3e9abf50d Update src/app/page.tsx 2026-03-08 10:55:13 +00:00
38399bfa69 Update src/app/layout.tsx 2026-03-08 10:55:13 +00:00
4c8dfab588 Merge version_11 into main
Merge version_11 into main
2026-03-08 10:51:16 +00:00
2 changed files with 61 additions and 1425 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
@@ -12,6 +12,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Heart, Shield, Award } from 'lucide-react';
export default function LandingPage() {
const handleBookAppointment = () => {
@@ -74,7 +75,7 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureCardTwentyThree
<FeatureCardTwentyFive
title="Our Dental Services"
description="Comprehensive dental treatments designed to meet all your oral health needs, from routine care to advanced procedures."
tag="Services"
@@ -84,28 +85,48 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "1", title: "Dental Fillings & Extraction", tags: ["General", "Affordable"],
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment"
title: "Dental Fillings & Extraction", description: "Professional general dentistry services", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772967571338-v5aoe4qr.png?_wi=1", imageAlt: "Dental procedure"
}
]
},
{
id: "2", title: "Scaling & Polishing", tags: ["Cleaning", "Preventive"],
imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing"
title: "Scaling & Polishing", description: "Professional cleaning and preventive care", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772967571338-v5aoe4qr.png?_wi=2", imageAlt: "Polishing procedure"
}
]
},
{
id: "3", title: "Root Canal Treatment (RCT)", tags: ["Advanced", "Endodontics"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment"
title: "Root Canal Treatment (RCT)", description: "Advanced endodontic specialist services", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772967571338-v5aoe4qr.png?_wi=3", imageAlt: "Treatment showcase"
}
]
},
{
id: "4", title: "Ceramic Crowns & Bridges", tags: ["Restoration", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration"
},
{
id: "5", title: "Dental Implant Fixing", tags: ["Advanced", "Implants"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg?_wi=1", imageAlt: "Dental implant procedure"
},
{
id: "6", title: "Ceramic Veneers", tags: ["Cosmetic", "Enhancement"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772964710494-hdlmhmg0.png", imageAlt: "Ceramic veneers cosmetic treatment"
title: "Ceramic Crowns & Bridges", description: "Premium restoration and cosmetic solutions", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772967571338-v5aoe4qr.png?_wi=4", imageAlt: "Crown showcase"
}
]
}
]}
/>
@@ -188,8 +209,8 @@ export default function LandingPage() {
<div id="feature-hover" data-section="feature-hover">
<FeatureCardMedia
title="Feature Hover Pattern"
description="Interactive features showcasing our commitment to excellence and patient care."
title="Dental Excellnece "
description="Dental excellence with compassionate patient care and cutting-edge treatments."
tag="Special Features"
tagAnimation="slide-up"
textboxLayout="default"
@@ -283,7 +304,8 @@ export default function LandingPage() {
<ContactSplit
tag="Get In Touch"
title="Book Your Appointment Today"
description="Located in Gajuwaka, Visakhapatnam. Visit us at Sri Surya Complex, Ground Floor 101, beside HDFC Bank. Open Monday to Sunday, 10 AM 9 PM."
description="Located in Gajuwaka, Visakhapatnam. Visit us at Sri Surya Complex, Ground Floor 101, beside HDFC Bank. Open Monday to Sunday, 10 AM 9 PM. Contact number
099663 43333 "
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -302,8 +324,10 @@ export default function LandingPage() {
logoText="Expert Dental Care"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
className="py-12 md:py-16"
wrapperClassName="py-12 md:py-16"
/>
</div>
</ThemeProvider>
);
}
}