Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5823a4ae78 | |||
| f0f70439eb | |||
| 98d61b6ddd | |||
| bd99a1abb7 | |||
| 380f9ec530 | |||
| 92e374a37f |
154
src/app/page.tsx
154
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Digital Marketing", href: "#digital-marketing" },
|
{ label: "Digital Marketing", href: "#digital-marketing" },
|
||||||
{ label: "Finance Track", href: "#finance" },
|
{ label: "Finance Track", href: "#finance" },
|
||||||
{ label: "Export Track", href: "#export" },
|
{ label: "Export Track", href: "#export" },
|
||||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "#" },
|
{ label: "Our Team", href: "#" },
|
||||||
{ label: "Testimonials", href: "#" },
|
{ label: "Testimonials", href: "#" },
|
||||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "Support", href: "#" },
|
{ label: "Support", href: "#" },
|
||||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Cookie Policy", href: "#" },
|
{ label: "Cookie Policy", href: "#" },
|
||||||
@@ -80,9 +76,7 @@ export default function HomePage() {
|
|||||||
brandName="Growpreneur"
|
brandName="Growpreneur"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Enroll Now",
|
text: "Enroll Now", href: "contact"}}
|
||||||
href: "contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -135,29 +129,11 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "digital-marketing",
|
id: "digital-marketing", title: "Digital Marketing", description: "Master social media strategy, content creation, analytics, SEO, and paid advertising. Learn to build and execute campaigns that drive real business results.", tag: "10 Modules", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063150.jpg?_wi=1", imageAlt: "Digital Marketing Track"},
|
||||||
title: "Digital Marketing",
|
|
||||||
description: "Master social media strategy, content creation, analytics, SEO, and paid advertising. Learn to build and execute campaigns that drive real business results.",
|
|
||||||
tag: "10 Modules",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063150.jpg?_wi=1",
|
|
||||||
imageAlt: "Digital Marketing Track",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "finance",
|
id: "finance", title: "Finance & Accounting", description: "Understand financial statements, budgeting, cash flow management, and business accounting. Build a strong foundation for financial decision-making.", tag: "8 Modules", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg?_wi=1", imageAlt: "Finance Track"},
|
||||||
title: "Finance & Accounting",
|
|
||||||
description: "Understand financial statements, budgeting, cash flow management, and business accounting. Build a strong foundation for financial decision-making.",
|
|
||||||
tag: "8 Modules",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg?_wi=1",
|
|
||||||
imageAlt: "Finance Track",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "export",
|
id: "export", title: "Export & Trade", description: "Navigate international business, export compliance, logistics, and trade documentation. Expand your business beyond borders with confidence.", tag: "7 Modules", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg?_wi=1", imageAlt: "Export Track"},
|
||||||
title: "Export & Trade",
|
|
||||||
description: "Navigate international business, export compliance, logistics, and trade documentation. Expand your business beyond borders with confidence.",
|
|
||||||
tag: "7 Modules",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg?_wi=1",
|
|
||||||
imageAlt: "Export Track",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -180,25 +156,13 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "85%", description: "of graduates successfully launch their own businesses within 6 months"},
|
||||||
value: "85%",
|
|
||||||
description: "of graduates successfully launch their own businesses within 6 months",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "3x", description: "average revenue growth for participants who complete all modules"},
|
||||||
value: "3x",
|
|
||||||
description: "average revenue growth for participants who complete all modules",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "500+", description: "certified entrepreneurs across all three curriculum tracks"},
|
||||||
value: "500+",
|
|
||||||
description: "certified entrepreneurs across all three curriculum tracks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "95%", description: "satisfaction rate from bootcamp graduates and alumni network"},
|
||||||
value: "95%",
|
|
||||||
description: "satisfaction rate from bootcamp graduates and alumni network",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -216,41 +180,13 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Digital Marketing Changed My Business", quote: "The digital marketing track gave me the tools to scale my online presence from zero to 10,000 engaged followers in just 3 months. The video modules were clear, practical, and immediately applicable to my business.", name: "Rini Wijaya", role: "E-commerce Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", imageAlt: "Rini Wijaya"},
|
||||||
title: "Digital Marketing Changed My Business",
|
|
||||||
quote: "The digital marketing track gave me the tools to scale my online presence from zero to 10,000 engaged followers in just 3 months. The video modules were clear, practical, and immediately applicable to my business.",
|
|
||||||
name: "Rini Wijaya",
|
|
||||||
role: "E-commerce Entrepreneur",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
|
||||||
imageAlt: "Rini Wijaya",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Finance Knowledge Transformed My Business", quote: "I used to run my business without understanding my own financials. Growpreneur's finance track equipped me with the knowledge to make data-driven decisions and increase profitability by 40%.", name: "Budi Santoso", role: "SME Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg", imageAlt: "Budi Santoso"},
|
||||||
title: "Finance Knowledge Transformed My Business",
|
|
||||||
quote: "I used to run my business without understanding my own financials. Growpreneur's finance track equipped me with the knowledge to make data-driven decisions and increase profitability by 40%.",
|
|
||||||
name: "Budi Santoso",
|
|
||||||
role: "SME Owner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg",
|
|
||||||
imageAlt: "Budi Santoso",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Export Track Opened Global Markets", quote: "As someone with zero export experience, I was intimidated. But the structured export curriculum made international trade understandable. I now export to 3 countries and revenue has tripled!", name: "Siti Nurhaliza", role: "Manufacturing Founder", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "Siti Nurhaliza"},
|
||||||
title: "Export Track Opened Global Markets",
|
|
||||||
quote: "As someone with zero export experience, I was intimidated. But the structured export curriculum made international trade understandable. I now export to 3 countries and revenue has tripled!",
|
|
||||||
name: "Siti Nurhaliza",
|
|
||||||
role: "Manufacturing Founder",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
|
|
||||||
imageAlt: "Siti Nurhaliza",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Comprehensive Learning Experience", quote: "What impressed me most is how all three tracks complement each other. I learned marketing, finance, and export - the complete entrepreneurial toolkit. Highly recommend for anyone serious about growing their business.", name: "Ahmad Rizki", role: "Tech Startup Founder", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", imageAlt: "Ahmad Rizki"},
|
||||||
title: "Comprehensive Learning Experience",
|
|
||||||
quote: "What impressed me most is how all three tracks complement each other. I learned marketing, finance, and export - the complete entrepreneurial toolkit. Highly recommend for anyone serious about growing their business.",
|
|
||||||
name: "Ahmad Rizki",
|
|
||||||
role: "Tech Startup Founder",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
|
|
||||||
imageAlt: "Ahmad Rizki",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -267,35 +203,17 @@ export default function HomePage() {
|
|||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "How long does each curriculum track take to complete?", content: "Digital Marketing typically takes 6-8 weeks, Finance & Accounting 5-7 weeks, and Export & Trade 4-6 weeks. The timeline depends on your learning pace and availability. You can start and stop anytime, making it flexible for working entrepreneurs."},
|
||||||
title: "How long does each curriculum track take to complete?",
|
|
||||||
content: "Digital Marketing typically takes 6-8 weeks, Finance & Accounting 5-7 weeks, and Export & Trade 4-6 weeks. The timeline depends on your learning pace and availability. You can start and stop anytime, making it flexible for working entrepreneurs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What happens if I don't complete all modules?", content: "Each curriculum has specific modules that must be completed to earn your certificate. You'll track your progress in your dashboard. Incomplete modules can be revisited anytime, and you'll receive reminders to keep you on track."},
|
||||||
title: "What happens if I don't complete all modules?",
|
|
||||||
content: "Each curriculum has specific modules that must be completed to earn your certificate. You'll track your progress in your dashboard. Incomplete modules can be revisited anytime, and you'll receive reminders to keep you on track.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Are there any prerequisites for joining?", content: "No prerequisites are required! Growpreneur is designed for beginners through advanced entrepreneurs. Each track starts with foundational concepts and progresses to advanced strategies. You can enroll in any or all three tracks."},
|
||||||
title: "Are there any prerequisites for joining?",
|
|
||||||
content: "No prerequisites are required! Growpreneur is designed for beginners through advanced entrepreneurs. Each track starts with foundational concepts and progresses to advanced strategies. You can enroll in any or all three tracks.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "What certifications do I receive?", content: "Upon completing all modules in a track, you receive an official Growpreneur Certificate by BRI Member. This demonstrates your expertise and can be shared on LinkedIn and professional profiles. Complete all three tracks for the Master Entrepreneur Certificate."},
|
||||||
title: "What certifications do I receive?",
|
|
||||||
content: "Upon completing all modules in a track, you receive an official Growpreneur Certificate by BRI Member. This demonstrates your expertise and can be shared on LinkedIn and professional profiles. Complete all three tracks for the Master Entrepreneur Certificate.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Can I access the videos after completion?", content: "Yes! All paid members retain lifetime access to all video modules. You can review content anytime to refresh your knowledge or learn new concepts as your business evolves."},
|
||||||
title: "Can I access the videos after completion?",
|
|
||||||
content: "Yes! All paid members retain lifetime access to all video modules. You can review content anytime to refresh your knowledge or learn new concepts as your business evolves.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Is there community support or mentoring?", content: "All bootcamp participants get access to our community forum where you can ask questions, share experiences, and network with other entrepreneurs. Premium members also receive monthly mentoring sessions with industry experts."},
|
||||||
title: "Is there community support or mentoring?",
|
|
||||||
content: "All bootcamp participants get access to our community forum where you can ask questions, share experiences, and network with other entrepreneurs. Premium members also receive monthly mentoring sessions with industry experts.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -303,38 +221,24 @@ export default function HomePage() {
|
|||||||
{/* Contact Section */}
|
{/* Contact Section */}
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Ready to Transform Your Business?"
|
title="Start Your Growpreneur Journey Today"
|
||||||
description="Join hundreds of successful entrepreneurs who have completed Growpreneur bootcamp. Fill out the form below to get started on your learning journey."
|
description="Join hundreds of successful entrepreneurs in our next cohort. Limited spots available per cohort with application deadlines—secure your place now to transform your business through our proven three-track bootcamp."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "fullName",
|
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||||
type: "tel",
|
|
||||||
placeholder: "Phone Number",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "curriculumInterest",
|
name: "curriculumInterest", type: "text", placeholder: "Which track interests you? (Digital Marketing / Finance / Export)", required: false,
|
||||||
type: "text",
|
|
||||||
placeholder: "Which track interests you? (Digital Marketing / Finance / Export)",
|
|
||||||
required: false,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us about your business and what you hope to achieve", rows: 5,
|
||||||
placeholder: "Tell us about your business and what you hope to achieve",
|
|
||||||
rows: 5,
|
|
||||||
required: false,
|
required: false,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user