Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Brain, Crown, Database, DollarSign, Heart, Instagram, Facebook, Rocket, Shield, Sparkles, Star, Target, Trending, TrendingUp, Twitter, Users, Zap } from 'lucide-react';
|
||||
import { Brain, Crown, Database, DollarSign, Heart, Instagram, Facebook, Rocket, Shield, Sparkles, Star, Target, TrendingUp, Twitter, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,15 +45,15 @@ export default function LandingPage() {
|
||||
description="Enter your preferences and let FlickPick recommend movies and TV series you'll absolutely love. No endless scrolling—just smart, personalized suggestions tailored to your taste."
|
||||
tag="Smart Recommendations"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBEBVTGvSYiFEtb6vz2h6rbijZ/a-vibrant-modern-movie-recommendation-ap-1773953999058-4b475b7f.png"
|
||||
imageAlt="FlickPick app interface showing movie recommendations"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="none"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
kpis={[
|
||||
{ value: "10M+", label: "Movies & Shows" },
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
{ icon: Shield, label: "100% Free", value: "No subscriptions or hidden fees" },
|
||||
{ icon: Heart, label: "Personalized", value: "Learns from your preferences" }
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
description="Everything you need to find your next binge-worthy show or movie, all in one intuitive app."
|
||||
tag="Core Features"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -114,13 +114,13 @@ export default function LandingPage() {
|
||||
description="Our recommendation engine powers discovery for millions of users every day, delivering accurate, personalized suggestions."
|
||||
tag="Our Impact"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
metrics={[
|
||||
{ id: "1", icon: Users, title: "Active Users", value: "500K+" },
|
||||
{ id: "2", icon: Database, title: "Titles Indexed", value: "10M+" },
|
||||
{ id: "3", icon: Target, title: "Match Accuracy", value: "98%" }
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -161,12 +161,12 @@ export default function LandingPage() {
|
||||
{ value: "50K+", label: "Reviews" },
|
||||
{ value: "99%", label: "Satisfaction" }
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="User Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user