diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 2a46659..f7a8a6b 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -59,38 +44,13 @@ export default function LandingPage() {
description="Choose the perfect package for your wedding."
plans={[
{
- id: "p1",
- badge: "Essential",
- price: "Custom",
- subtitle: "Live event coverage",
- buttons: [
- {
- text: "Book",
- href: "/services",
- },
- ],
- features: [
- "On-site painting",
- "High-res scan",
- ],
+ id: "p1", badge: "Essential", price: "Custom", subtitle: "Live event coverage", buttons: [{ text: "Book", href: "/services" }],
+ features: ["On-site painting", "High-res scan"]
},
{
- id: "p2",
- badge: "Premiere",
- price: "Custom",
- subtitle: "Premium luxury service",
- buttons: [
- {
- text: "Inquire",
- href: "/services",
- },
- ],
- features: [
- "On-site painting",
- "Studio finishing",
- "Framing included",
- ],
- },
+ id: "p2", badge: "Premiere", price: "Custom", subtitle: "Premium luxury service", buttons: [{ text: "Inquire", href: "/services" }],
+ features: ["On-site painting", "Studio finishing", "Framing included"]
+ }
]}
/>
@@ -101,12 +61,8 @@ export default function LandingPage() {
title="Terms of Service"
sections={[
{
- heading: "Booking Policy",
- content: {
- type: "paragraph",
- text: "A deposit is required to secure your date.",
- },
- },
+ heading: "Booking Policy", content: { text: "A deposit is required to secure your date." }
+ }
]}
/>
@@ -114,30 +70,8 @@ export default function LandingPage() {