diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ef6b2a..fd6907f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -151,38 +113,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", - badge: "Essential", - price: "$5,000", - subtitle: "Perfect for startups", - buttons: [ + id: "p1", badge: "Essential", price: "$5,000", subtitle: "Perfect for startups", buttons: [ { - text: "Inquire", - href: "#contact", - }, + text: "Inquire", href: "#contact"}, ], features: [ - "Basic AI Chatbot", - "Single Landing Page", - "Support", - ], + "Basic AI Chatbot", "Single Landing Page", "Support"], }, { - id: "p2", - badge: "Pro", - price: "$12,000", - subtitle: "For growing businesses", - buttons: [ + id: "p2", badge: "Pro", price: "$12,000", subtitle: "For growing businesses", buttons: [ { - text: "Inquire", - href: "#contact", - }, + text: "Inquire", href: "#contact"}, ], features: [ - "Advanced LLM Bot", - "Multi-page Site", - "Full Interaction Design", - ], + "Advanced LLM Bot", "Multi-page Site", "Full Interaction Design"], }, ]} title="Investment Packages" @@ -196,22 +140,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you work with existing tech?", - content: "Yes, we integrate seamlessly with existing infrastructure.", - }, + id: "f1", title: "Do you work with existing tech?", content: "Yes, we integrate seamlessly with existing infrastructure."}, { - id: "f2", - title: "How long is a typical project?", - content: "Projects generally range from 4 to 12 weeks.", - }, + id: "f2", title: "How long is a typical project?", content: "Projects generally range from 4 to 12 weeks."}, ]} ctaTitle="Ready to Launch?" ctaDescription="Let's discuss how we can transform your digital strategy with cutting-edge AI." ctaButton={{ - text: "Email Agency", - href: "mailto:hello@agency.com", - }} + text: "Email Agency", href: "mailto:hello@agency.com"}} ctaIcon={Mail} />
@@ -222,25 +158,17 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Process", - href: "#how-it-works", - }, + label: "Process", href: "#how-it-works"}, ], }, { items: [ { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}