From 2135d1ee1f21522c69d78155ed8e7342cacd76f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 14:04:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++-------------------------------- 1 file changed, 29 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a46709..fa99908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,18 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Zap, Shield, TrendingUp, Cloud, CreditCard, Mail } from 'lucide-react'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; export default function LandingPage() { @@ -34,14 +27,10 @@ export default function LandingPage() { @@ -81,16 +63,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ - { - id: "prod1", name: "Growth Funnel Kit", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/paperwork-report-graphs-market-business_1232-3838.jpg", imageAlt: "Growth Kit" - }, - { - id: "prod2", name: "Automation Scripts Pack", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg", imageAlt: "Automation Scripts" - }, - { - id: "prod3", name: "Strategy Session", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg", imageAlt: "Strategy Session" - } + { id: "prod1", name: "Growth Funnel Kit", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/paperwork-report-graphs-market-business_1232-3838.jpg", imageAlt: "Growth Kit" }, + { id: "prod2", name: "Automation Scripts Pack", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg", imageAlt: "Automation Scripts" }, + { id: "prod3", name: "Strategy Session", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg", imageAlt: "Strategy Session" } ]} /> @@ -102,23 +79,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", title: "Accelerator", price: "$2,999", period: "/mo", features: [ - "1-on-1 Strategy", "Funnel Automation", "Support"], - button: { - text: "Secure Checkout", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg"}, + id: "p1", title: "Accelerator", price: "$2,999", period: "/mo", features: [ "1-on-1 Strategy", "Funnel Automation", "Support" ], + button: { text: "Secure Checkout", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg" + }, { - id: "p2", title: "Growth Engine", price: "$5,999", period: "/mo", features: [ - "Everything in Accelerator", "Custom Automation", "Priority"], - button: { - text: "Secure Checkout", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=2"}, + id: "p2", title: "Growth Engine", price: "$5,999", period: "/mo", features: [ "Everything in Accelerator", "Custom Automation", "Priority" ], + button: { text: "Secure Checkout", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=2" + }, { - id: "p3", title: "Enterprise Elite", price: "$10,999", period: "/mo", features: [ - "Everything in Growth", "Full Dedicated Team", "24/7 Support"], - button: { - text: "Contact Sales", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=2"}, + id: "p3", title: "Enterprise Elite", price: "$10,999", period: "/mo", features: [ "Everything in Growth", "Full Dedicated Team", "24/7 Support" ], + button: { text: "Contact Sales", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=2" + }, ]} title="Transparent Growth Plans" description="Secure your success with industry-leading systems." @@ -141,10 +115,8 @@ export default function LandingPage() { -- 2.49.1