diff --git a/src/app/page.tsx b/src/app/page.tsx
index 971ef43..55acf19 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,101 +31,41 @@ export default function LandingPage() {
@@ -250,26 +131,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "1",
- title: "How do I book an appointment?",
- content: "You can book directly through our website contact form or stop by for a consult.",
- },
- {
- id: "2",
- title: "Is the studio clean?",
- content: "We maintain hospital-grade sanitation standards for every client.",
- },
- {
- id: "3",
- title: "Is your space LGBTQ friendly?",
- content: "Absolutely. We are a proud inclusive and affirming studio.",
- },
- {
- id: "4",
- title: "How much do tattoos cost?",
- content: "Pricing is based on design complexity and artist hourly rates. We provide quotes during consultations.",
- },
+ { id: "1", title: "How do I book an appointment?", content: "You can book directly through our website contact form or stop by for a consult." },
+ { id: "2", title: "Is the studio clean?", content: "We maintain hospital-grade sanitation standards for every client." },
+ { id: "3", title: "Is your space LGBTQ friendly?", content: "Absolutely. We are a proud inclusive and affirming studio." },
+ { id: "4", title: "How much do tattoos cost?", content: "Pricing is based on design complexity and artist hourly rates. We provide quotes during consultations." },
]}
imageSrc="http://img.b2bpic.net/free-photo/manicurist-does-procedure-trim-remove-cuticles-beauty-salon_613910-20307.jpg"
mediaAnimation="slide-up"
@@ -282,17 +147,12 @@ export default function LandingPage() {
@@ -301,50 +161,23 @@ export default function LandingPage() {