diff --git a/src/app/page.tsx b/src/app/page.tsx
index f76bac9..50f21b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -30,92 +29,55 @@ export default function LandingPage() {
@@ -126,9 +88,7 @@ export default function LandingPage() {
title="Most businesses are running on outdated systems, leaking revenue every day."
buttons={[
{
- text: "Stop the Leak",
- href: "#contact",
- },
+ text: "Stop the Leak", href: "#contact"},
]}
/>
@@ -140,33 +100,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Web Design",
- subtitle: "High-Converting Websites",
- category: "Growth",
- value: "100%",
- },
+ id: "f1", title: "Web Design", subtitle: "High-Converting Websites", category: "Growth", value: "100%"},
{
- id: "f2",
- title: "Automation",
- subtitle: "Business Automation Systems",
- category: "Efficiency",
- value: "24/7",
- },
+ id: "f2", title: "Automation", subtitle: "Business Automation Systems", category: "Efficiency", value: "24/7"},
{
- id: "f3",
- title: "Lead Gen",
- subtitle: "Lead Generation Funnels",
- category: "Revenue",
- value: "3x",
- },
+ id: "f3", title: "Lead Gen", subtitle: "Lead Generation Funnels", category: "Revenue", value: "3x"},
{
- id: "f4",
- title: "CRM",
- subtitle: "Workflow Integration",
- category: "Operations",
- value: "Sync",
- },
+ id: "f4", title: "CRM", subtitle: "Workflow Integration", category: "Operations", value: "Sync"},
]}
title="The Tradely Growth Engine"
description="Comprehensive automation and development services built for scale."
@@ -180,34 +120,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "01",
- title: "Audit & Strategy",
- items: [
- "Deep business analysis",
- "Gap identification",
- "Growth roadmap",
- ],
+ id: "m1", value: "01", title: "Audit & Strategy", items: [
+ "Deep business analysis", "Gap identification", "Growth roadmap"],
},
{
- id: "m2",
- value: "02",
- title: "Build & Automate",
- items: [
- "System deployment",
- "Integration setup",
- "Funnel construction",
- ],
+ id: "m2", value: "02", title: "Build & Automate", items: [
+ "System deployment", "Integration setup", "Funnel construction"],
},
{
- id: "m3",
- value: "03",
- title: "Scale & Optimise",
- items: [
- "Performance tracking",
- "Continuous improvement",
- "Revenue acceleration",
- ],
+ id: "m3", value: "03", title: "Scale & Optimise", items: [
+ "Performance tracking", "Continuous improvement", "Revenue acceleration"],
},
]}
title="Simple 3-Step System"
@@ -215,57 +137,6 @@ export default function LandingPage() {
/>
-
-
-
-
@@ -300,4 +163,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file