Merge version_1 into main #1
@@ -7,7 +7,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -25,32 +25,17 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "/courses",
|
||||
},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "/tools",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Courses", id: "/courses" },
|
||||
{ name: "Tools", id: "/tools" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="GrowthLab"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Marketing Insights"
|
||||
/>
|
||||
<TextAbout useInvertedBackground={false} title="Marketing Insights" />
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
@@ -59,43 +44,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Read our latest articles"
|
||||
description="Stay updated with industry trends."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Author A", testimonial: "Insights on marketing." },
|
||||
{ id: "2", name: "Author B", testimonial: "More trends covered." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="GrowthLab"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Courses",
|
||||
href: "/courses",
|
||||
},
|
||||
{
|
||||
label: "Tools",
|
||||
href: "/tools",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FooterBaseReveal logoText="GrowthLab" columns={[{ title: "Platform", items: [{ label: "Courses", href: "/courses" }, { label: "Tools", href: "/tools" }] }, { title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "FAQ", href: "/faq" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
222
src/app/page.tsx
222
src/app/page.tsx
@@ -9,6 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Zap, Award, Shield, MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "/courses",
|
||||
},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "/tools",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Courses", id: "/courses" },
|
||||
{ name: "Tools", id: "/tools" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="GrowthLab"
|
||||
/>
|
||||
@@ -51,66 +40,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Become Job-Ready in Marketing & Sales"
|
||||
description="Master practical skills with real case studies and interview training. Learn in simple Hinglish and build the career you deserve."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "/courses",
|
||||
},
|
||||
{
|
||||
text: "Explore Courses",
|
||||
href: "/courses",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Learning", href: "/courses" }, { text: "Explore Courses", href: "/courses" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-lady-designer-sitting-office-night_171337-15584.jpg",
|
||||
alt: "Student profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-spending-time-home_23-2150671565.jpg",
|
||||
alt: "Student profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105266.jpg",
|
||||
alt: "Student profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-shop-mirror-night-out_23-2149143996.jpg",
|
||||
alt: "Student profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-elegant-young-woman-with-sunglasses-near-fence_23-2148068426.jpg",
|
||||
alt: "Student profile 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Marketing Strategy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sales Funnels",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "SEO Mastery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Growth Hacking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Content Marketing",
|
||||
},
|
||||
]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/happy-young-lady-designer-sitting-office-night_171337-15584.jpg", alt: "Student profile 1" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-spending-time-home_23-2150671565.jpg", alt: "Student profile 2" }, { src: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105266.jpg", alt: "Student profile 3" }, { src: "http://img.b2bpic.net/free-photo/man-looking-shop-mirror-night-out_23-2149143996.jpg", alt: "Student profile 4" }, { src: "http://img.b2bpic.net/free-photo/cheerful-elegant-young-woman-with-sunglasses-near-fence_23-2148068426.jpg", alt: "Student profile 5" }]}
|
||||
marqueeItems={[{ type: "text", text: "Marketing Strategy" }, { type: "text", text: "Sales Funnels" }, { type: "text", text: "SEO Mastery" }, { type: "text", text: "Growth Hacking" }, { type: "text", text: "Content Marketing" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,30 +55,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Practical Learning",
|
||||
description: "Hands-on projects that teach you real-world application, not just theory.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/web-business-steps-vector_23-2147499378.jpg",
|
||||
},
|
||||
{
|
||||
title: "Real Case Studies",
|
||||
description: "Analyze actual marketing campaigns from top brands and learn the 'why' behind them.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-infographic_23-2147515898.jpg",
|
||||
},
|
||||
{
|
||||
title: "Interview Prep",
|
||||
description: "Get ready with mock interviews, resume tips, and curated HR question banks.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seo-square-compositions-set_1284-16359.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hinglish Learning",
|
||||
description: "Complex marketing concepts explained simply in Hinglish for better retention.",
|
||||
buttonIcon: "MessageCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/2x2-concept-set-webinar-icons_1284-6038.jpg",
|
||||
},
|
||||
{ title: "Practical Learning", description: "Hands-on projects that teach you real-world application, not just theory.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-vector/web-business-steps-vector_23-2147499378.jpg" },
|
||||
{ title: "Real Case Studies", description: "Analyze actual marketing campaigns from top brands and learn the 'why' behind them.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-vector/marketing-infographic_23-2147515898.jpg" },
|
||||
{ title: "Interview Prep", description: "Get ready with mock interviews, resume tips, and curated HR question banks.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-vector/seo-square-compositions-set_1284-16359.jpg" },
|
||||
{ title: "Hinglish Learning", description: "Complex marketing concepts explained simply in Hinglish for better retention.", buttonIcon: MessageCircle, imageSrc: "http://img.b2bpic.net/free-vector/2x2-concept-set-webinar-icons_1284-6038.jpg" }
|
||||
]}
|
||||
title="Why GrowthLab Works"
|
||||
description="Our curriculum is designed to make you industry-ready from day one."
|
||||
@@ -156,34 +72,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Digital Marketing Basics",
|
||||
price: "Free",
|
||||
variant: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-elegant-smart-goals-marketing-general-infographic-template_23-2149229345.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Social Media Marketing",
|
||||
price: "$49",
|
||||
variant: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketer-online-service-platform-advertising-promotion-marketing-strategy-communucation-with-customer-isolated-flat-vector-illustration_613284-3311.jpg",
|
||||
},
|
||||
{
|
||||
id: "s1",
|
||||
name: "Sales Fundamentals",
|
||||
price: "$49",
|
||||
variant: "Sales",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-marketing-elements-background_23-2147737463.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Lead Generation",
|
||||
price: "$79",
|
||||
variant: "Sales",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-words-online-marketing_1134-439.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Digital Marketing Basics", price: "Free", variant: "Marketing", imageSrc: "http://img.b2bpic.net/free-vector/flat-elegant-smart-goals-marketing-general-infographic-template_23-2149229345.jpg" },
|
||||
{ id: "m2", name: "Social Media Marketing", price: "$49", variant: "Marketing", imageSrc: "http://img.b2bpic.net/free-vector/marketer-online-service-platform-advertising-promotion-marketing-strategy-communucation-with-customer-isolated-flat-vector-illustration_613284-3311.jpg" },
|
||||
{ id: "s1", name: "Sales Fundamentals", price: "$49", variant: "Sales", imageSrc: "http://img.b2bpic.net/free-vector/modern-marketing-elements-background_23-2147737463.jpg" },
|
||||
{ id: "s2", name: "Lead Generation", price: "$79", variant: "Sales", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-words-online-marketing_1134-439.jpg" }
|
||||
]}
|
||||
title="Top Courses"
|
||||
description="Start your career journey with these curated modules."
|
||||
@@ -196,41 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Sharma",
|
||||
handle: "@rahul_marketing",
|
||||
testimonial: "GrowthLab's case studies helped me land my first job at a top agency!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-having-business-meeting_53876-20851.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Gupta",
|
||||
handle: "@priya_sales",
|
||||
testimonial: "The negotiation techniques taught here are absolute game changers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-three-young-multi-ethnic-successful-business-people-sitting-coworking-space-talking-about-new-project-competitor-team-making-plans-bypass-their-project_176420-8311.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aman Verma",
|
||||
handle: "@aman_digital",
|
||||
testimonial: "I loved the Hinglish approach—so much easier to grasp than textbooks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5039.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sita Rao",
|
||||
handle: "@sita_growth",
|
||||
testimonial: "Interview preparation modules are worth every single penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1686.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram_dev",
|
||||
testimonial: "Practical assignments helped me build a real portfolio in weeks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-young-woman-with-sunglasses-near-fence_23-2148068426.jpg",
|
||||
},
|
||||
{ id: "1", name: "Rahul Sharma", handle: "@rahul_marketing", testimonial: "GrowthLab's case studies helped me land my first job at a top agency!", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-having-business-meeting_53876-20851.jpg" },
|
||||
{ id: "2", name: "Priya Gupta", handle: "@priya_sales", testimonial: "The negotiation techniques taught here are absolute game changers.", imageSrc: "http://img.b2bpic.net/free-photo/group-three-young-multi-ethnic-successful-business-people-sitting-coworking-space-talking-about-new-project-competitor-team-making-plans-bypass-their-project_176420-8311.jpg" },
|
||||
{ id: "3", name: "Aman Verma", handle: "@aman_digital", testimonial: "I loved the Hinglish approach—so much easier to grasp than textbooks.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5039.jpg" },
|
||||
{ id: "4", name: "Sita Rao", handle: "@sita_growth", testimonial: "Interview preparation modules are worth every single penny.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1686.jpg" },
|
||||
{ id: "5", name: "Vikram Singh", handle: "@vikram_dev", testimonial: "Practical assignments helped me build a real portfolio in weeks.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-young-woman-with-sunglasses-near-fence_23-2148068426.jpg" }
|
||||
]}
|
||||
title="Student Stories"
|
||||
description="See how our students landed their dream roles."
|
||||
@@ -238,47 +100,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Empowering the next generation of marketing leaders through accessible education."
|
||||
tag="About Us"
|
||||
/>
|
||||
<TextAbout useInvertedBackground={false} title="Empowering the next generation of marketing leaders through accessible education." tag="About Us" />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="GrowthLab"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Courses",
|
||||
href: "/courses",
|
||||
},
|
||||
{
|
||||
label: "Tools",
|
||||
href: "/tools",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FooterBaseReveal logoText="GrowthLab" columns={[{ title: "Platform", items: [{ label: "Courses", href: "/courses" }, { label: "Tools", href: "/tools" }] }, { title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "FAQ", href: "/faq" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ToolsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -25,32 +25,17 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "/courses",
|
||||
},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "/tools",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Courses", id: "/courses" },
|
||||
{ name: "Tools", id: "/tools" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="GrowthLab"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Marketing Tools"
|
||||
/>
|
||||
<TextAbout useInvertedBackground={false} title="Marketing Tools" />
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
@@ -60,43 +45,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Utility Suite"
|
||||
description="Boost your productivity."
|
||||
features={[
|
||||
{ title: "Tool 1", description: "Description 1", buttonIcon: () => null },
|
||||
{ title: "Tool 2", description: "Description 2", buttonIcon: () => null }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="GrowthLab"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Courses",
|
||||
href: "/courses",
|
||||
},
|
||||
{
|
||||
label: "Tools",
|
||||
href: "/tools",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FooterBaseReveal logoText="GrowthLab" columns={[{ title: "Platform", items: [{ label: "Courses", href: "/courses" }, { label: "Tools", href: "/tools" }] }, { title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "FAQ", href: "/faq" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user