diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index f54121c..9205698 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -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 (
-
+
@@ -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." }
+ ]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 96286b9..87d87fb 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -51,66 +40,13 @@ export default function LandingPage() {
@@ -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() {