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 PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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."
|
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"
|
tag="Smart Recommendations"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="none"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "#" },
|
{ text: "Get Started", href: "#" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ 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"
|
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"
|
imageAlt="FlickPick app interface showing movie recommendations"
|
||||||
mediaAnimation="entrance-slide"
|
mediaAnimation="none"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "10M+", label: "Movies & Shows" },
|
{ 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: Shield, label: "100% Free", value: "No subscriptions or hidden fees" },
|
||||||
{ icon: Heart, label: "Personalized", value: "Learns from your preferences" }
|
{ icon: Heart, label: "Personalized", value: "Learns from your preferences" }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="entrance-slide"
|
metricsAnimation="none"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
description="Everything you need to find your next binge-worthy show or movie, all in one intuitive app."
|
||||||
tag="Core Features"
|
tag="Core Features"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="none"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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."
|
description="Our recommendation engine powers discovery for millions of users every day, delivering accurate, personalized suggestions."
|
||||||
tag="Our Impact"
|
tag="Our Impact"
|
||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="none"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: Users, title: "Active Users", value: "500K+" },
|
{ id: "1", icon: Users, title: "Active Users", value: "500K+" },
|
||||||
{ id: "2", icon: Database, title: "Titles Indexed", value: "10M+" },
|
{ id: "2", icon: Database, title: "Titles Indexed", value: "10M+" },
|
||||||
{ id: "3", icon: Target, title: "Match Accuracy", value: "98%" }
|
{ id: "3", icon: Target, title: "Match Accuracy", value: "98%" }
|
||||||
]}
|
]}
|
||||||
animationType="entrance-slide"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -161,12 +161,12 @@ export default function LandingPage() {
|
|||||||
{ value: "50K+", label: "Reviews" },
|
{ value: "50K+", label: "Reviews" },
|
||||||
{ value: "99%", label: "Satisfaction" }
|
{ value: "99%", label: "Satisfaction" }
|
||||||
]}
|
]}
|
||||||
animationType="entrance-slide"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="User Testimonials"
|
tag="User Testimonials"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="entrance-slide"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user