Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { BarChart3, BookOpen, Brain, CreditCard, Lightbulb, Sparkles, Star, Target, TrendingUp, Users, Zap, Award } from 'lucide-react';
|
||||
import { BarChart3, BookOpen, Brain, CreditCard, Lightbulb, Sparkles, Star, Target, TrendingUp, Users, Zap, Award, Zap as Lightning } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Instant Problem Solving", description: "Get immediate answers to any math problem with comprehensive solutions and multiple solving approaches", icon: Lightning,
|
||||
title: "Instant Problem Solving", description: "Get immediate answers to any math problem with comprehensive solutions and multiple solving approaches", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-clean-interface-showing-instant-mathem-1773503608244-e8c5302b.png", imageAlt: "Instant Solutions" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-clean-interface-showing-instant-mathem-1773503608244-e8c5302b.png", imageAlt: "Solution Display" }
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Chen", role: "High School Student", company: "Lincoln High School", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-professional-portrait-of-a-confident-y-1773503606668-cfaafef6.png", imageAlt: "Sarah Chen", companyClassName: "text-sm opacity-60" },
|
||||
{ id: "t1", name: "Sarah Chen", role: "High School Student", company: "Lincoln High School", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-professional-portrait-of-a-confident-y-1773503606668-cfaafef6.png", imageAlt: "Sarah Chen" },
|
||||
{ id: "t2", name: "Marcus Johnson", role: "Mathematics Tutor", company: "Premier Education Center", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-professional-portrait-of-an-experience-1773503607053-55d0efc2.png", imageAlt: "Marcus Johnson" },
|
||||
{ id: "t3", name: "Priya Patel", role: "College Student", company: "State University", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-professional-portrait-of-a-diverse-you-1773503607503-83337a77.png", imageAlt: "Priya Patel" },
|
||||
{ id: "t4", name: "Dr. James Wilson", role: "Mathematics Department Head", company: "Central Academy", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwVGCgiOlF6OWpAYiYTDevw0en/a-professional-portrait-of-another-educa-1773503607073-4610eba2.png", imageAlt: "Dr. James Wilson" },
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", name: "Starter", price: "Free", badge: "Perfect for Testing", badgeIcon: Lightning,
|
||||
id: "starter", name: "Starter", price: "Free", badge: "Perfect for Testing", badgeIcon: Zap,
|
||||
buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: ["Limited daily problems", "Basic problem solving", "Standard explanations", "Progress tracking", "Mobile access"]
|
||||
},
|
||||
@@ -219,6 +219,7 @@ export default function LandingPage() {
|
||||
nameClassName="text-2xl font-bold"
|
||||
priceClassName="text-3xl font-bold"
|
||||
featureItemClassName="flex items-center gap-2"
|
||||
companyClassName="text-sm opacity-60"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user