diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4220452..732e136 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,39 +44,14 @@ export default function LandingPage() {
@@ -194,55 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "starter",
- badge: "Essential",
- price: "$3,500",
- subtitle: "For small businesses starting out",
- buttons: [
- {
- text: "Inquire",
- },
- ],
- features: [
- "Custom Landing Page",
- "Responsive Layout",
- "Basic SEO Optimization",
- ],
+ id: "starter", badge: "Essential", price: "$3,500", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire" }],
+ features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"]
},
{
- id: "growth",
- badge: "Popular",
- price: "$7,500",
- subtitle: "For established brands scaling up",
- buttons: [
- {
- text: "Inquire",
- },
- ],
- features: [
- "Full Website Design",
- "Content Strategy",
- "Advanced SEO Setup",
- "Speed Optimization",
- ],
+ id: "growth", badge: "Popular", price: "$7,500", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire" }],
+ features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"]
},
{
- id: "enterprise",
- badge: "Custom",
- price: "Custom",
- subtitle: "For ambitious enterprise needs",
- buttons: [
- {
- text: "Get a Quote",
- },
- ],
- features: [
- "Full Identity Systems",
- "Enterprise Architecture",
- "Ongoing Maintenance",
- "Direct Support",
- ],
- },
+ id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote" }],
+ features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"]
+ }
]}
title="Straightforward Investment Packages"
description="Choose the level of engagement that aligns with your current growth phase."
@@ -256,21 +134,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "40%",
- description: "Avg. increase in conversion rate",
- },
- {
- id: "m2",
- value: "2x",
- description: "Faster load times on launch",
- },
- {
- id: "m3",
- value: "100%",
- description: "Custom design satisfaction",
- },
+ { id: "m1", value: "40%", description: "Avg. increase in conversion rate" },
+ { id: "m2", value: "2x", description: "Faster load times on launch" },
+ { id: "m3", value: "100%", description: "Custom design satisfaction" }
]}
title="Impact by the Numbers"
description="Our work drives tangible business growth through strategic design."
@@ -282,21 +148,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How long does a project take?",
- content: "Most projects take 4-8 weeks depending on the complexity of your requirements.",
- },
- {
- id: "f2",
- title: "What tools do you use?",
- content: "We leverage modern web technologies such as Next.js and Tailwind CSS for optimal speed and performance.",
- },
- {
- id: "f3",
- title: "Do you offer maintenance?",
- content: "Yes, we provide ongoing care packages to ensure your digital platform stays current and optimized.",
- },
+ { id: "f1", title: "How long does a project take?", content: "Most projects take 4-8 weeks depending on the complexity of your requirements." },
+ { id: "f2", title: "What tools do you use?", content: "We leverage modern web technologies such as Next.js and Tailwind CSS for optimal speed and performance." },
+ { id: "f3", title: "Do you offer maintenance?", content: "Yes, we provide ongoing care packages to ensure your digital platform stays current and optimized." }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-with-newspaper-sitting-caf_23-2147876727.jpg"
mediaAnimation="blur-reveal"
@@ -309,9 +163,7 @@ export default function LandingPage() {