diff --git a/src/app/page.tsx b/src/app/page.tsx
index 38c58be..2500747 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,12 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
-import FooterMedia from '@/components/sections/footer/FooterMedia';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
-import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
+import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
-import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
export default function LandingPage() {
return (
@@ -28,18 +28,10 @@ export default function LandingPage() {
@@ -48,101 +40,17 @@ export default function LandingPage() {
@@ -152,24 +60,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
features={[
- {
- title: "Curated Biz Intel",
- description: "Hand-picked high-growth business ideas refreshed daily for exclusive members.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ojz4wu",
- imageAlt: "Biz Intel Icon",
- },
- {
- title: "Scalable Wealth Models",
- description: "Proven blueprints for building luxury service brands and digital assets.",
- imageSrc: "http://img.b2bpic.net/free-photo/falling-still-life-grey-deserted-convention_1134-893.jpg",
- imageAlt: "Wealth Model Icon",
- },
- {
- title: "Elite Networking",
- description: "Access to a global syndicate of high-performers and industry pioneers.",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg",
- imageAlt: "Networking Icon",
- },
+ { title: "Curated Biz Intel", description: "Hand-picked high-growth business ideas refreshed daily for exclusive members.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ojz4wu" },
+ { title: "Scalable Wealth Models", description: "Proven blueprints for building luxury service brands and digital assets.", imageSrc: "http://img.b2bpic.net/free-photo/falling-still-life-grey-deserted-convention_1134-893.jpg" },
+ { title: "Elite Networking", description: "Access to a global syndicate of high-performers and industry pioneers.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg" },
]}
title="Designed for the Visionary"
description="Advanced tools to bridge the gap between initial concepts and scalable empires."
@@ -182,38 +75,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
- {
- id: "pro",
- tag: "Essential",
- price: "$199",
- period: "/mo",
- description: "Access to high-growth daily insights.",
- button: {
- text: "Upgrade to Pro",
- },
- featuresTitle: "Everything you need:",
- features: [
- "Daily Business Intel",
- "Community Access",
- "Growth Tracking",
- ],
- },
- {
- id: "elite",
- tag: "Elite",
- price: "$499",
- period: "/mo",
- description: "Full access, consulting, and private networking.",
- button: {
- text: "Go Elite",
- },
- featuresTitle: "Everything in Pro plus:",
- features: [
- "Private Syndicate Access",
- "1-on-1 Mentor Calls",
- "Priority Lead Gen",
- ],
- },
+ { id: "pro", tag: "Essential", price: "$199", period: "/mo", description: "Access to high-growth daily insights.", button: { text: "Upgrade to Pro" }, featuresTitle: "Everything you need:", features: ["Daily Business Intel", "Community Access", "Growth Tracking"] },
+ { id: "elite", tag: "Elite", price: "$499", period: "/mo", description: "Full access, consulting, and private networking.", button: { text: "Go Elite" }, featuresTitle: "Everything in Pro plus:", features: ["Private Syndicate Access", "1-on-1 Mentor Calls", "Priority Lead Gen"] },
]}
title="Select Your Wealth Tier"
description="Choose the level of access that aligns with your ambition."
@@ -221,148 +84,44 @@ export default function LandingPage() {