From 7e4f2e88ded1b9c06528285b927b638d75982349 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 08:53:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 338 ++++++----------------------------------------- 1 file changed, 38 insertions(+), 300 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a3457..a6733c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,62 +33,23 @@ export default function LandingPage() {
@@ -97,9 +58,9 @@ export default function LandingPage() { @@ -149,67 +89,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "basic", - tag: "Starter", - price: "$99", - period: "/visit", - description: "Essential exam and cleaning for new patients.", - button: { - text: "Book Now", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Dental exam", - "Professional cleaning", - "Digital X-rays", - ], - }, - { - id: "pro", - tag: "Comprehensive", - price: "$299", - period: "/session", - description: "Advanced whitening and aesthetic treatments.", - button: { - text: "Book Now", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "All Starter benefits", - "Zoom whitening", - "Gum disease screening", - ], - }, + { id: "standard", tag: "Consultation", price: "--", period: "--", description: "Standard dental assessment and care planning.", button: { text: "Call to Book", href: "tel:07978401423" }, featuresTitle: "Core Services", features: ["Dental Exam", "Cleaning", "Oral Health Plan"] } ]} - title="Transparent Pricing" - description="Quality care that fits your budget. We accept most major insurance plans." + title="Transparent Care" + description="Quality dental services located in Itamati, Odisha." />
@@ -219,187 +114,30 @@ export default function LandingPage() { -
- -
- -
- -
-
); -} +} \ No newline at end of file -- 2.49.1