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