diff --git a/src/app/page.tsx b/src/app/page.tsx
index c4d8ba1..1b6caca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,19 +50,14 @@ export default function LandingPage() {
@@ -112,41 +91,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "PUBG Mobile 325 UC",
- price: "27 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/shooting-shooting-rangethe-woman-shooting-range-shot-from-gun_627829-8524.jpg",
- },
+ id: "1", name: "PUBG Mobile 325 UC", price: "27 DT", imageSrc: "http://img.b2bpic.net/free-photo/shooting-shooting-rangethe-woman-shooting-range-shot-from-gun_627829-8524.jpg"},
{
- id: "2",
- name: "TikTok 1000 Coins",
- price: "15 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/shopping-smiling-middle-aged-woman-showing-credit-discount-card-looking-happy-recommend-contactless-paying-buying-smth-standing-white-background_176420-46425.jpg",
- },
+ id: "2", name: "TikTok 1000 Coins", price: "15 DT", imageSrc: "http://img.b2bpic.net/free-photo/shopping-smiling-middle-aged-woman-showing-credit-discount-card-looking-happy-recommend-contactless-paying-buying-smth-standing-white-background_176420-46425.jpg"},
{
- id: "3",
- name: "Google Play 10$ USA",
- price: "31 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/pink-light-bulb-camera-with-blue-light-pink-surface_23-2148084320.jpg",
- },
+ id: "3", name: "Google Play 10$ USA", price: "31 DT", imageSrc: "http://img.b2bpic.net/free-photo/pink-light-bulb-camera-with-blue-light-pink-surface_23-2148084320.jpg"},
{
- id: "4",
- name: "Netflix 1 Month",
- price: "22 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/cinema-elements-white-frame-red-background_23-2148416759.jpg",
- },
+ id: "4", name: "Netflix 1 Month", price: "22 DT", imageSrc: "http://img.b2bpic.net/free-photo/cinema-elements-white-frame-red-background_23-2148416759.jpg"},
{
- id: "5",
- name: "Steam Wallet 10$ USA",
- price: "31 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/game-sad-gamer-playing-shooter-video-games-powerful-computer-using-rgb-keyboard-gaming-room-defeated-man-with-headphones-streaming-online-cyber-performing-through-online-tournament_482257-12479.jpg",
- },
+ id: "5", name: "Steam Wallet 10$ USA", price: "31 DT", imageSrc: "http://img.b2bpic.net/free-photo/game-sad-gamer-playing-shooter-video-games-powerful-computer-using-rgb-keyboard-gaming-room-defeated-man-with-headphones-streaming-online-cyber-performing-through-online-tournament_482257-12479.jpg"},
{
- id: "6",
- name: "Free Fire Diamonds",
- price: "19 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-discount-promotion-with-vr-boy_23-2152027049.jpg",
- },
+ id: "6", name: "Free Fire Diamonds", price: "19 DT", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-discount-promotion-with-vr-boy_23-2152027049.jpg"},
]}
title="Trending in Tunisia"
description="Discover our most popular digital assets and gaming credits."
@@ -159,20 +114,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Gaming",
- description: "Top-ups for all major titles.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-holding-condom_171337-16497.jpg",
- },
+ title: "Gaming", description: "Top-ups for all major titles.", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-holding-condom_171337-16497.jpg"},
{
- title: "Gift Cards",
- description: "Global store credits.",
- imageSrc: "http://img.b2bpic.net/free-photo/table-setting-festive-christmas-dinner_169016-16432.jpg",
- },
+ title: "Gift Cards", description: "Global store credits.", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-festive-christmas-dinner_169016-16432.jpg"},
{
- title: "Subscriptions",
- description: "Streaming & Entertainment.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-person-posing-winter-holidays_140725-135476.jpg",
- },
+ title: "Subscriptions", description: "Streaming & Entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-person-posing-winter-holidays_140725-135476.jpg"},
]}
title="Shop By Category"
description="Navigate our premium gaming and digital services marketplace."
@@ -186,34 +132,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "p1",
- badge: "Popular",
- price: "24 DT",
- subtitle: "5 USD Credits",
- features: [
- "Instant Delivery",
- "USA Region",
- ],
+ id: "p1", badge: "Popular", price: "24 DT", subtitle: "5 USD Credits", features: [
+ "Instant Delivery", "USA Region"],
},
{
- id: "p2",
- badge: "Value",
- price: "47 DT",
- subtitle: "10 USD Credits",
- features: [
- "Instant Delivery",
- "Global Support",
- ],
+ id: "p2", badge: "Value", price: "47 DT", subtitle: "10 USD Credits", features: [
+ "Instant Delivery", "Global Support"],
},
{
- id: "p3",
- badge: "Pro",
- price: "70 DT",
- subtitle: "15 USD Credits",
- features: [
- "Instant Delivery",
- "Bonus Points",
- ],
+ id: "p3", badge: "Pro", price: "70 DT", subtitle: "15 USD Credits", features: [
+ "Instant Delivery", "Bonus Points"],
},
]}
title="Best Sellers"
@@ -227,45 +155,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- title: "Great Service",
- quote: "Fast delivery in 20 minutes!",
- name: "Yassine B.",
- role: "Gamer",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-bipoc-gamer-engaging-online-competitive-multiplayer-game_482257-85713.jpg",
- },
+ id: "t1", title: "Great Service", quote: "Fast delivery in 20 minutes!", name: "Yassine B.", role: "Gamer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-bipoc-gamer-engaging-online-competitive-multiplayer-game_482257-85713.jpg"},
{
- id: "t2",
- title: "Professional",
- quote: "My Netflix account worked instantly.",
- name: "Sarah M.",
- role: "Subscriber",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-girl-showing-thumbs-up-student-with-satisfied-feedback-recommending-smth-standing_1258-120072.jpg",
- },
+ id: "t2", title: "Professional", quote: "My Netflix account worked instantly.", name: "Sarah M.", role: "Subscriber", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-girl-showing-thumbs-up-student-with-satisfied-feedback-recommending-smth-standing_1258-120072.jpg"},
{
- id: "t3",
- title: "Cheap & Reliable",
- quote: "Best prices in the country.",
- name: "Mehdi K.",
- role: "Gamer",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-glasses-futuristic-city_23-2150904667.jpg",
- },
+ id: "t3", title: "Cheap & Reliable", quote: "Best prices in the country.", name: "Mehdi K.", role: "Gamer", imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-glasses-futuristic-city_23-2150904667.jpg"},
{
- id: "t4",
- title: "Premium Support",
- quote: "Support team was super helpful.",
- name: "Ahmed T.",
- role: "Pro Player",
- imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252464.jpg",
- },
+ id: "t4", title: "Premium Support", quote: "Support team was super helpful.", name: "Ahmed T.", role: "Pro Player", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252464.jpg"},
{
- id: "t5",
- title: "Trusted Marketplace",
- quote: "Won't use anyone else.",
- name: "Layla H.",
- role: "Streamer",
- imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229592.jpg",
- },
+ id: "t5", title: "Trusted Marketplace", quote: "Won't use anyone else.", name: "Layla H.", role: "Streamer", imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229592.jpg"},
]}
title="Trusted by Gamers"
description="Hear from our satisfied Tunisian community."
@@ -277,24 +175,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How long for delivery?",
- content: "Orders are typically fulfilled within 20 minutes.",
- },
+ id: "f1", title: "How long for delivery?", content: "Orders are typically fulfilled within 20 minutes."},
{
- id: "f2",
- title: "Which payment methods?",
- content: "We support D17 and bank transfers.",
- },
+ id: "f2", title: "Which payment methods?", content: "We support D17 and bank transfers."},
{
- id: "f3",
- title: "Are products guaranteed?",
- content: "Yes, we provide 100% secure, official codes.",
- },
+ id: "f3", title: "Are products guaranteed?", content: "Yes, we provide 100% secure, official codes."},
]}
faqsAnimation="slide-up"
- title="Common Questions"
- sideTitle="Still have questions?"
+ sideTitle="Common Questions"
sideDescription="Reach out to our support team anytime."
/>
@@ -306,15 +194,9 @@ export default function LandingPage() {
description="Our team is available to help you via WhatsApp or Telegram."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiYOlCZg9DmbZPL3CBnsKY4YrQ/uploaded-1779411948624-q7urun9f.png"
/>
@@ -324,29 +206,19 @@ export default function LandingPage() {