diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9c70d7b..229770b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,70 +29,29 @@ export default function LandingPage() {
@@ -103,57 +62,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "tier1",
- badge: "TIER 01",
- price: "Starting at $1,000",
- subtitle: "Professional Website",
- buttons: [
- {
- text: "See what's included",
- href: "/services",
- },
- ],
- features: [
- "Professional design",
- "Mobile responsive",
- "Local SEO setup",
- ],
- },
- {
- id: "tier2",
- badge: "TIER 02 — MOST POPULAR",
- price: "Starting at $1,000",
- subtitle: "Website + Lead Automation",
- buttons: [
- {
- text: "See what's included",
- href: "/services",
- },
- ],
- features: [
- "Everything in Tier 1",
- "Instant automated text",
- "Full CRM dashboard",
- ],
- },
- {
- id: "tier3",
- badge: "TIER 03 — FULL SYSTEM",
- price: "Starting at $1,000",
- subtitle: "The Full System",
- buttons: [
- {
- text: "See what's included",
- href: "/services",
- },
- ],
- features: [
- "Everything in Tier 2",
- "AI Receptionist 24/7",
- "Automated Booking",
- ],
- },
+ { id: "tier1", badge: "TIER 01", price: "Starting at $1,000", subtitle: "Professional Website", buttons: [{ text: "See what's included", href: "/services" }], features: ["Professional design", "Mobile responsive", "Local SEO setup"] },
+ { id: "tier2", badge: "TIER 02 — MOST POPULAR", price: "Starting at $1,000", subtitle: "Website + Lead Automation", buttons: [{ text: "See what's included", href: "/services" }], features: ["Everything in Tier 1", "Instant automated text", "Full CRM dashboard"] },
]}
title="Three Levels. One Goal. More Jobs."
description="You do the work. We make sure the phone never stops ringing."
@@ -166,13 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Local Leaders"
description="We partner with businesses that demand excellence and results."
- names={[
- "Long Island HVAC",
- "Metro Construction",
- "Elite Landscaping",
- "Island Auto Repair",
- "Coastal Plumbing",
- ]}
+ names={["Long Island HVAC", "Metro Construction", "Elite Landscaping", "Island Auto Repair", "Coastal Plumbing"]}
/>
@@ -184,16 +88,8 @@ export default function LandingPage() {
description="Everything you need to know about our digital transformation process."
faqsAnimation="slide-up"
faqs={[
- {
- id: "f1",
- title: "How long does a website take?",
- content: "Most projects are completed within 2 to 4 weeks depending on complexity.",
- },
- {
- id: "f2",
- title: "Do you offer SEO?",
- content: "Yes, we build every site with local SEO best practices to ensure you get found.",
- },
+ { id: "f1", title: "How long does a website take?", content: "Most projects are completed within 2 to 4 weeks depending on complexity." },
+ { id: "f2", title: "Do you offer SEO?", content: "Yes, we build every site with local SEO best practices to ensure you get found." },
]}
/>
@@ -207,20 +103,8 @@ export default function LandingPage() {
title="Real World Results"
description="We don't just build sites; we build high-performing business engines."
metrics={[
- {
- id: "m1",
- value: "2x",
- title: "Lead Volume",
- description: "Average increase in inquiries",
- icon: TrendingUp,
- },
- {
- id: "m2",
- value: "90%",
- title: "Automation",
- description: "Task reduction for owners",
- icon: Star,
- },
+ { id: "m1", value: "2x", title: "Lead Volume", description: "Average increase in inquiries", icon: TrendingUp },
+ { id: "m2", value: "90%", title: "Automation", description: "Task reduction for owners", icon: Star },
]}
/>
@@ -229,32 +113,8 @@ export default function LandingPage() {
@@ -262,4 +122,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file