Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:27:38 +00:00
parent 483afac2f7
commit 784b59683e

View File

@@ -126,16 +126,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", brand: "Facebook", name: "Page Business Engagée", price: "2,500,000 F CFA", rating: 4.8,
id: "p1", brand: "Facebook", name: "Page Business Engagée", price: "140 000 F CFA", rating: 4.8,
reviewCount: "120 avis", imageSrc: "http://img.b2bpic.net/free-photo/realistic-phone-studio-social-media-concept_23-2151459585.jpg", imageAlt: "Facebook Business Page"},
{
id: "p2", brand: "Instagram", name: "Compte Influenceur Premium", price: "5,000,000 F CFA", rating: 4.9,
id: "p2", brand: "Instagram", name: "Compte Influenceur Premium", price: "250,000 F CFA", rating: 4.9,
reviewCount: "250 avis", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-heart-shaped-macarons-planes-with-smartphone_23-2149428226.jpg", imageAlt: "Instagram Influencer Account"},
{
id: "p3", brand: "YouTube", name: "Chaîne Vidéo en Croissance", price: "3,200,000 F CFA", rating: 4.7,
id: "p3", brand: "YouTube", name: "Chaîne Vidéo en Croissance", price: "200 000 F CFA", rating: 4.7,
reviewCount: "90 avis", imageSrc: "http://img.b2bpic.net/free-photo/excited-influencer-while-recording-his-vlog-living-room-famous-creative-man_482257-24869.jpg", imageAlt: "YouTube Growing Channel"},
{
id: "p4", brand: "TikTok", name: "Profil Créateur Viral", price: "1,800,000 F CFA", rating: 4.6,
id: "p4", brand: "TikTok", name: "Profil Créateur Viral", price: "180,000 F CFA", rating: 4.6,
reviewCount: "180 avis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149445868.jpg", imageAlt: "TikTok Viral Creator Profile"},
{
id: "p5", brand: "Twitter/X", name: "Compte d'Actualités Actif", price: "1,000,000 F CFA", rating: 4.5,
@@ -157,7 +157,7 @@ export default function LandingPage() {
plans={[
{
id: "basic-premium", badge: "Standard", badgeIcon: Star,
price: "5,000 F CFA / mois", subtitle: "Pour les débutants ambitieux", buttons: [
price: "3,000 F CFA / mois", subtitle: "Pour les débutants ambitieux", buttons: [
{
text: "Choisir le plan Standard"},
],
@@ -166,7 +166,7 @@ export default function LandingPage() {
},
{
id: "pro-premium", badge: "Recommandé", badgeIcon: Award,
price: "10,000 F CFA / mois", subtitle: "Pour les professionnels aguerris", buttons: [
price: "8,000 F CFA / mois", subtitle: "Pour les professionnels aguerris", buttons: [
{
text: "Choisir le plan Pro"},
],