diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0b363ed..459a7d8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,68 +33,43 @@ export default function LandingPage() {
@@ -104,49 +79,20 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
{
- id: "s1",
- name: "Routine Nail Care",
- price: "From $50",
- variant: "Check-up",
- imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg",
- },
+ id: "s1", name: "Routine Nail Care", price: "From $50", variant: "Check-up", imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg"},
{
- id: "s2",
- name: "Orthotic Consultation",
- price: "From $120",
- variant: "Custom fit",
- imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4428.jpg",
- },
+ id: "s2", name: "Orthotic Consultation", price: "From $120", variant: "Custom fit", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4428.jpg"},
{
- id: "s3",
- name: "Ingrown Nail Removal",
- price: "From $80",
- variant: "Procedure",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283805.jpg",
- },
+ id: "s3", name: "Ingrown Nail Removal", price: "From $80", variant: "Procedure", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283805.jpg"},
{
- id: "s4",
- name: "Corn & Callus Removal",
- price: "From $60",
- variant: "Comfort",
- imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-ultrasound-therapy-female-patient-knee-joint-rehabilitation_169016-71516.jpg",
- },
+ id: "s4", name: "Corn & Callus Removal", price: "From $60", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-ultrasound-therapy-female-patient-knee-joint-rehabilitation_169016-71516.jpg"},
{
- id: "s5",
- name: "Sports Injury Therapy",
- price: "From $90",
- variant: "Rehab",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-nail-polish-bottle_23-2148879280.jpg",
- },
+ id: "s5", name: "Sports Injury Therapy", price: "From $90", variant: "Rehab", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-nail-polish-bottle_23-2148879280.jpg"},
{
- id: "s6",
- name: "Diabetic Foot Care",
- price: "From $70",
- variant: "Essential",
- imageSrc: "http://img.b2bpic.net/free-photo/heart-rate-monitor_93675-128308.jpg",
- },
+ id: "s6", name: "Diabetic Foot Care", price: "From $70", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/heart-rate-monitor_93675-128308.jpg"},
]}
title="Our Clinical Services"
description="Comprehensive care for your foot and ankle needs."
@@ -158,18 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Specialists in ",
- },
+ type: "text", content: "Specialists in "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/patient-receiving-medical-treatment-from-doctor-checkup-visit-medic-giving-bottle-pills-prescription-paper-medicine-against-sickness-adult-specialist-giving-medication_482257-42660.jpg",
- alt: "Clinic",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/patient-receiving-medical-treatment-from-doctor-checkup-visit-medic-giving-bottle-pills-prescription-paper-medicine-against-sickness-adult-specialist-giving-medication_482257-42660.jpg", alt: "Clinic"},
{
- type: "text",
- content: " Foot Health",
- },
+ type: "text", content: " Foot Health"},
]}
/>
@@ -178,22 +117,17 @@ export default function LandingPage() {
@@ -305,8 +197,7 @@ export default function LandingPage() {
@@ -317,29 +208,19 @@ export default function LandingPage() {
logoText="PodologyClinic"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Address",
- href: "#",
- },
+ label: "Address", href: "#"},
{
- label: "Call Us",
- href: "#",
- },
+ label: "Call Us", href: "#"},
],
},
]}