Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
208
src/app/page.tsx
208
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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Overview", id: "hero" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
brandName="WebinarHub"
|
||||
/>
|
||||
@@ -48,67 +38,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Master the Future of Your Industry"
|
||||
description="Join 5,000+ professionals in our exclusive webinar. Learn cutting-edge strategies that will change how you work forever."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
alt: "Attendee 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/showing-example-whiteboard-group-people-business-conference-modern-classroom-daytime_146671-16416.jpg",
|
||||
alt: "Attendee 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-man-talking-phone-table_1262-3791.jpg",
|
||||
alt: "Attendee 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67166.jpg",
|
||||
alt: "Attendee 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8001.jpg",
|
||||
alt: "Attendee 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Attendee 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/showing-example-whiteboard-group-people-business-conference-modern-classroom-daytime_146671-16416.jpg", alt: "Attendee 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-business-man-talking-phone-table_1262-3791.jpg", alt: "Attendee 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67166.jpg", alt: "Attendee 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8001.jpg", alt: "Attendee 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ professionals already registered."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Seat",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Seat", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live Masterclass",
|
||||
icon: GraduationCap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Insights",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Networking Perks",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Actionable Tools",
|
||||
icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Career Growth",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{ type: "text-icon", text: "Live Masterclass", icon: GraduationCap },
|
||||
{ type: "text-icon", text: "Expert Insights", icon: Star },
|
||||
{ type: "text-icon", text: "Networking Perks", icon: Users },
|
||||
{ type: "text-icon", text: "Actionable Tools", icon: Wrench },
|
||||
{ type: "text-icon", text: "Career Growth", icon: TrendingUp },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is the webinar recorded?",
|
||||
content: "Yes, all registered attendees receive a high-quality recording after the session concludes.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I invite my colleagues?",
|
||||
content: "Absolutely! We encourage teams to attend together for maximum synergy.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there a Q&A section?",
|
||||
content: "Yes, we reserve the final 15 minutes for live audience Q&A.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What tools will I need?",
|
||||
content: "Just a reliable internet connection and a notepad to jot down insights.",
|
||||
},
|
||||
{ id: "q1", title: "Is the webinar recorded?", content: "Yes, all registered attendees receive a high-quality recording after the session concludes." },
|
||||
{ id: "q2", title: "Can I invite my colleagues?", content: "Absolutely! We encourage teams to attend together for maximum synergy." },
|
||||
{ id: "q3", title: "Is there a Q&A section?", content: "Yes, we reserve the final 15 minutes for live audience Q&A." },
|
||||
{ id: "q4", title: "What tools will I need?", content: "Just a reliable internet connection and a notepad to jot down insights." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Get clear answers to the most common queries about our webinar."
|
||||
@@ -230,34 +107,11 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Legal Notice"
|
||||
subtitle="Important information regarding your registration."
|
||||
sections={[
|
||||
{
|
||||
heading: "Terms of Use",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "By registering, you agree to our terms. This webinar is intended for professional use only.",
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="WebinarHub"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user