Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0513a66e88 | |||
| e59cbc4341 | |||
| 6288d2936d | |||
| 63af7bd42d | |||
| 1f2639e889 | |||
| 9522cad45c |
@@ -133,11 +133,12 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
title="Student Wins That Prove Results"
|
title="Student Wins That Prove Results"
|
||||||
description="Real people. Real businesses. Real revenue. These are our students' unfiltered testimonials."
|
description="Real people. Real businesses. Real revenue. These are our students' unfiltered testimonials."
|
||||||
textboxLayout="default"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Proven Success"
|
tag="Proven Success"
|
||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
testimonials={[
|
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"
|
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
|
buttons={[{ text: "Join the Elite", href: "#contact" }]}
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "students", title: "Active Students", subtitle: "Enrolled & Learning", category: "Community", value: "5,000+", buttons: []
|
id: "students", title: "Active Students", subtitle: "Enrolled & Learning", category: "Community", value: "5,000+", buttons: []
|
||||||
@@ -195,7 +198,7 @@ export default function LandingPage() {
|
|||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
tagAnimation="opacity"
|
tagAnimation="opacity"
|
||||||
buttons={[{ text: "Still Have Questions?" }]}
|
buttons={[{ text: "Still Have Questions?", href: "#contact" }]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -222,8 +225,9 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #1a1a2e;
|
||||||
--card: #1a1a1a;
|
--card: #16213e;
|
||||||
--foreground: #f0f8ffe6;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #C9B98F;
|
--primary-cta: #d4af37;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #0f3460;
|
||||||
--secondary-cta-text: #f0f8ffe6;
|
--secondary-cta-text: #f0f8ffe6;
|
||||||
--accent: #C9B98F;
|
--accent: #d4af37;
|
||||||
--background-accent: #595959;
|
--background-accent: #2a2a4e;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user