diff --git a/src/app/page.tsx b/src/app/page.tsx
index 47ea816..0149ba9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -64,97 +52,54 @@ export default function LandingPage() {
@@ -164,38 +109,28 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Our Philosophy of Care",
- },
+ type: "text", content: "Our Philosophy of Care"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
- alt: "Clinic logo icon",
- },
+ type: "image", src: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", alt: "Clinic logo icon"},
]}
/>
@@ -338,20 +218,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "Is there downtime?",
- content: "Downtime depends on your specific treatment; we provide full recovery guides.",
- },
+ id: "f1", title: "Is there downtime?", content: "Downtime depends on your specific treatment; we provide full recovery guides."},
{
- id: "f2",
- title: "Can I book online?",
- content: "Yes, our online booking portal is available 24/7.",
- },
+ id: "f2", title: "Can I book online?", content: "Yes, our online booking portal is available 24/7."},
{
- id: "f3",
- title: "Do I need a consult?",
- content: "A consultation is required for all injectable and laser services.",
- },
+ id: "f3", title: "Do I need a consult?", content: "A consultation is required for all injectable and laser services."},
]}
title="Frequently Asked Questions"
description="Addressing your concerns before you visit."
@@ -363,16 +234,13 @@ export default function LandingPage() {
@@ -382,29 +250,19 @@ export default function LandingPage() {
logoText="Lumière MedSpa"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}