Update src/app/page.tsx

This commit is contained in:
2026-03-19 19:27:46 +00:00
parent 9522cad45c
commit 1f2639e889

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"
@@ -168,9 +169,11 @@ export default function LandingPage() {
tag="Proven Impact"
tagIcon={BarChart3}
tagAnimation="opacity"
textboxLayout="default"
textboxLayout="centered"
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>