4 Commits

Author SHA1 Message Date
e59cbc4341 Update src/app/page.tsx 2026-03-19 19:28:20 +00:00
63af7bd42d Update src/app/styles/variables.css 2026-03-19 19:27:47 +00:00
1f2639e889 Update src/app/page.tsx 2026-03-19 19:27:46 +00:00
9522cad45c Merge version_1 into main
Merge version_1 into main
2026-03-19 19:15:07 +00:00
2 changed files with 14 additions and 10 deletions

View File

@@ -133,11 +133,12 @@ export default function LandingPage() {
<TestimonialCardTen
title="Student Wins That Prove Results"
description="Real people. Real businesses. Real revenue. These are our students' unfiltered testimonials."
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
tag="Proven Success"
tagIcon={TrendingUp}
tagAnimation="slide-up"
buttonAnimation="blur-reveal"
testimonials={[
{
id: "1", title: "Best institute for those who want to earn online", quote: "E-Business Zone transformed my understanding of Amazon FBA. Within 6 months, I scaled from zero to $50K monthly revenue. The mentorship and real case studies made all the difference.", name: "Sub4unlock", role: "Amazon FBA Seller", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-mature-businessman-outdoors_23-2147955297.jpg", imageAlt: "Sub4unlock"
@@ -171,6 +172,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
animationType="scale-rotate"
buttons={[{ text: "Join the Elite", href: "#contact" }]}
buttonAnimation="blur-reveal"
metrics={[
{
id: "students", title: "Active Students", subtitle: "Enrolled & Learning", category: "Community", value: "5,000+", buttons: []
@@ -195,7 +198,7 @@ export default function LandingPage() {
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="opacity"
buttons={[{ text: "Still Have Questions?" }]}
buttons={[{ text: "Still Have Questions?", href: "#contact" }]}
buttonAnimation="blur-reveal"
faqs={[
{
@@ -222,8 +225,9 @@ export default function LandingPage() {
mediaAnimation="opacity"
mediaPosition="right"
faqsAnimation="slide-up"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
showCard={true}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #C9B98F;
--background: #1a1a2e;
--card: #16213e;
--foreground: #f5f5f5;
--primary-cta: #d4af37;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #0f3460;
--secondary-cta-text: #f0f8ffe6;
--accent: #C9B98F;
--background-accent: #595959;
--accent: #d4af37;
--background-accent: #2a2a4e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);