diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4c8889c..3a555ed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,10 +6,9 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
-import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { GraduationCap, Star, TrendingUp, Users, Wrench } from "lucide-react";
+import { GraduationCap, Star, TrendingUp, Users, Wrench, Zap, Shield, Award, Circle } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,18 +28,9 @@ export default function LandingPage() {
@@ -48,67 +38,25 @@ export default function LandingPage() {
@@ -118,30 +66,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Advanced Frameworks",
- description: "Proven methodologies that accelerate your growth.",
- imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Strategic Toolkits",
- description: "Hands-on tools for immediate application in daily workflows.",
- imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-tool-box_23-2149908689.jpg",
- buttonIcon: "Shield",
- },
- {
- title: "Expert Analytics",
- description: "Understand data-driven decisions that drive real results.",
- imageSrc: "http://img.b2bpic.net/free-vector/creative-data-logo-template_23-2149217525.jpg",
- buttonIcon: "Star",
- },
- {
- title: "Global Networking",
- description: "Connect with an elite group of peers and industry leaders.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037209.jpg",
- buttonIcon: "Award",
- },
+ { title: "Advanced Frameworks", description: "Proven methodologies that accelerate your growth.", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg", buttonIcon: Zap },
+ { title: "Strategic Toolkits", description: "Hands-on tools for immediate application in daily workflows.", imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-tool-box_23-2149908689.jpg", buttonIcon: Shield },
+ { title: "Expert Analytics", description: "Understand data-driven decisions that drive real results.", imageSrc: "http://img.b2bpic.net/free-vector/creative-data-logo-template_23-2149217525.jpg", buttonIcon: Star },
+ { title: "Global Networking", description: "Connect with an elite group of peers and industry leaders.", imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037209.jpg", buttonIcon: Award },
]}
title="Everything You'll Learn"
description="Our webinar covers the essential pillars to scale your professional impact effectively."
@@ -153,46 +81,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- title: "Game Changer!",
- quote: "The insights gained in this webinar were absolutely transformative.",
- name: "Sarah Johnson",
- role: "CEO at TechCorp",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
- },
- {
- id: "2",
- title: "Highly Recommended",
- quote: "I've applied these strategies and seen immediate growth in my team.",
- name: "Michael Chen",
- role: "CTO at InnovateLab",
- imageSrc: "http://img.b2bpic.net/free-photo/showing-example-whiteboard-group-people-business-conference-modern-classroom-daytime_146671-16416.jpg",
- },
- {
- id: "3",
- title: "Exceptional Quality",
- quote: "The depth of information provided is second to none.",
- name: "Emily Rodriguez",
- role: "Marketing Director",
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-man-talking-phone-table_1262-3791.jpg",
- },
- {
- id: "4",
- title: "Simply Brilliant",
- quote: "I feel empowered and equipped to take on new professional challenges.",
- name: "David Kim",
- role: "Product Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67166.jpg",
- },
- {
- id: "5",
- title: "Essential Learning",
- quote: "Every minute of this webinar was worth my time. Truly actionable.",
- name: "Amanda Smith",
- role: "Head of Operations",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8001.jpg",
- },
+ { id: "1", title: "Game Changer!", quote: "The insights gained in this webinar were absolutely transformative.", name: "Sarah Johnson", role: "CEO at TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" },
+ { id: "2", title: "Highly Recommended", quote: "I've applied these strategies and seen immediate growth in my team.", name: "Michael Chen", role: "CTO at InnovateLab", imageSrc: "http://img.b2bpic.net/free-photo/showing-example-whiteboard-group-people-business-conference-modern-classroom-daytime_146671-16416.jpg" },
+ { id: "3", title: "Exceptional Quality", quote: "The depth of information provided is second to none.", name: "Emily Rodriguez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-man-talking-phone-table_1262-3791.jpg" },
+ { id: "4", title: "Simply Brilliant", quote: "I feel empowered and equipped to take on new professional challenges.", name: "David Kim", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67166.jpg" },
+ { id: "5", title: "Essential Learning", quote: "Every minute of this webinar was worth my time. Truly actionable.", name: "Amanda Smith", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8001.jpg" },
]}
title="Success Stories"
description="Hear from those who have transformed their careers through our platform."
@@ -203,26 +96,10 @@ export default function LandingPage() {
-