diff --git a/src/app/page.tsx b/src/app/page.tsx
index d9127c3..98613e2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,103 +33,31 @@ export default function LandingPage() {
@@ -137,23 +65,14 @@ export default function LandingPage() {
@@ -165,76 +84,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
- {
- title: "Cloud Migration",
- description: "Seamless transition to hybrid or pure cloud environments.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212618.jpg",
- },
- {
- title: "Advanced Security",
- description: "Defensive protocols against evolving cyber threats.",
- imageSrc: "http://img.b2bpic.net/free-photo/security-shield-glows-blue-symbolizes-safety-encryption-generative-ai_188544-9418.jpg",
- },
- {
- title: "Performance Tuning",
- description: "Resource optimization to maximize hardware efficiency.",
- imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg",
- },
+ { title: "General Check-ups", description: "Routine examinations and cleaning.", imageSrc: "https://img.b2bpic.net/free-photo/dentist-examining-teeth-clinic_23-2148753236.jpg" },
+ { title: "Cosmetic Dentistry", description: "Whitening, veneers, and smile makeovers.", imageSrc: "https://img.b2bpic.net/free-photo/dentist-fixing-teeth-clinic_23-2148753237.jpg" },
+ { title: "Orthodontics", description: "Clear aligners and braces for all ages.", imageSrc: "https://img.b2bpic.net/free-photo/orthodontist-checking-teeth-patient_23-2148753238.jpg" },
]}
- title="Comprehensive Server Solutions"
- description="Our expertise spans across modern cloud infrastructure and legacy hardware maintenance."
- />
-
-
-
-
-
-
-
-
@@ -244,42 +99,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "starter",
- badge: "Core",
- price: "$1,500/mo",
- subtitle: "Foundation management",
- features: [
- "Hardware monitoring",
- "OS updates",
- "Basic security",
- ],
- },
- {
- id: "pro",
- badge: "Enhanced",
- price: "$3,500/mo",
- subtitle: "Operational excellence",
- features: [
- "Full infrastructure audit",
- "24/7 incident response",
- "Scaling support",
- ],
- },
- {
- id: "enterprise",
- badge: "Custom",
- price: "Custom",
- subtitle: "Total control",
- features: [
- "On-site visits",
- "Architectural planning",
- "Compliance management",
- ],
- },
+ { id: "checkup", badge: "Essentials", price: "£65", subtitle: "Routine Check-up", features: ["Dental exam", "Full mouth assessment", "Oral hygiene advice"] },
+ { id: "cleaning", badge: "Hygiene", price: "£95", subtitle: "Hygienist Visit", features: ["Professional clean", "Stain removal", "Gum health screening"] },
+ { id: "whitening", badge: "Cosmetic", price: "£350", subtitle: "Teeth Whitening", features: ["Custom trays", "Professional formula", "Follow-up consult"] },
]}
- title="Transparent Engagement Tiers"
- description="Tailored packages designed to meet the exact infrastructure requirements of your business."
+ title="Transparent Dental Costs"
+ description="We believe in clear pricing for your peace of mind."
/>
@@ -289,63 +114,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Marcus Thorne",
- role: "CTO",
- company: "AlphaTech",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
- },
- {
- id: "t2",
- name: "Elena Vance",
- role: "CIO",
- company: "BetaLogics",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28940.jpg",
- },
- {
- id: "t3",
- name: "Jonathan Reed",
- role: "IT Director",
- company: "GammaCloud",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
- },
- {
- id: "t4",
- name: "Sarah Jenkins",
- role: "Operations Manager",
- company: "DeltaSystems",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-graphics-presentation-illustration_23-2151876371.jpg",
- },
- {
- id: "t5",
- name: "David Wu",
- role: "Lead Architect",
- company: "EpsilonNet",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
- },
+ { id: "t1", name: "Sarah Miller", role: "Local Resident", company: "Harrow", rating: 5 },
+ { id: "t2", name: "James Bennett", role: "Teacher", company: "Harrow", rating: 5 },
]}
kpiItems={[
- {
- value: "5.0",
- label: "Average Rating",
- },
- {
- value: "100%",
- label: "Client Retention",
- },
- {
- value: "500+",
- label: "Servers Maintained",
- },
+ { value: "5.0", label: "Average Rating" },
+ { value: "98%", label: "Satisfaction" },
+ { value: "20k", label: "Procedures" },
]}
- title="Client Success Stories"
- description="Why industry leaders trust us with their infrastructure."
+ title="Patient Success Stories"
+ description="Hear from our satisfied patients about their experiences at our surgery."
/>
@@ -353,24 +131,12 @@ export default function LandingPage() {
@@ -378,63 +144,25 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file