Merge version_1 into main #1
@@ -11,7 +11,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Brain, Sparkles, Zap, Trophy, Target, Star, Lightning } from 'lucide-react';
|
||||
import { Brain, Sparkles, Zap, Trophy, Target, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Addition Challenge", icon: Zap },
|
||||
{ type: "text-icon", text: "Geometry Master", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Speed Round", icon: Lightning },
|
||||
{ type: "text-icon", text: "Speed Round", icon: Star },
|
||||
{ type: "text-icon", text: "Algebra Pro", icon: Brain }
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
@@ -131,8 +131,7 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
cardTitleClassName="text-2xl font-bold text-[var(--foreground)] mb-3"
|
||||
cardDescriptionClassName="text-[var(--foreground)] opacity-80 mb-6"
|
||||
itemClassName="text-2xl font-bold text-[var(--foreground)] mb-3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,8 +153,8 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
carouselMode="buttons"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
valueClassName="text-4xl md:text-5xl font-bold text-[var(--primary-cta)] mb-2"
|
||||
metricDescriptionClassName="text-[var(--foreground)] opacity-75"
|
||||
/>
|
||||
@@ -188,8 +187,8 @@ export default function LandingPage() {
|
||||
id: "product-3", name: "Advanced Math Academy", price: "$9.99/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvoUjjOyqr9XNvtyixbjXDAAJ5/advanced-math-game-interface-showing-alg-1773482553974-8bbb4a7b.png", imageAlt: "Advanced Math Academy game"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
cardNameClassName="text-xl font-bold text-[var(--foreground)] mt-4"
|
||||
cardPriceClassName="text-2xl font-bold text-[var(--primary-cta)] mt-2"
|
||||
/>
|
||||
@@ -233,8 +232,8 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvoUjjOyqr9XNvtyixbjXDAAJ5/colorful-cartoon-student-avatar-bright-c-1773482555080-6cb3f86b.png", imageAlt: "David Kim avatar"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
|
||||
testimonialClassName="text-[var(--foreground)] opacity-85 italic"
|
||||
nameClassName="font-bold text-[var(--foreground)]"
|
||||
handleClassName="text-[var(--foreground)] opacity-60"
|
||||
|
||||
Reference in New Issue
Block a user