diff --git a/src/app/page.tsx b/src/app/page.tsx index 515f9d1..3b956b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -127,39 +75,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - label: "Security", - title: "Encrypted Transactions", - items: [ - "Fully encrypted payments", - "Private delivery", - "Money-back guarantee", - ], - }, - { - id: "f2", - label: "Speed", - title: "Instant Delivery", - items: [ - "Automated delivery system", - "24/7 account access", - "Fast migration support", - ], - }, - { - id: "f3", - label: "Support", - title: "Dedicated Support", - items: [ - "Expert tech assistance", - "Community support channels", - "Live chat availability", - ], - }, + { id: "f1", label: "Security", title: "Encrypted Transactions", items: ["Fully encrypted payments", "Private delivery", "Money-back guarantee"] }, + { id: "f2", label: "Speed", title: "Instant Delivery", items: ["Automated delivery system", "24/7 account access", "Fast migration support"] }, + { id: "f3", label: "Support", title: "Dedicated Support", items: ["Expert tech assistance", "Community support channels", "Live chat availability"] }, ]} - title="Why Choose Us" - description="We prioritize your security and user experience above all else." + title="Why Buy From Us" + description="We offer reliable, high-quality Discord accounts with customer-focused service." /> @@ -169,44 +90,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alex R.", - role: "Power User", - testimonial: "Amazing service, received my premium account in seconds. Very happy!", - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-looking-camera-blowing-kiss-air-being-lovely-sexy-love-expression_839833-3185.jpg", - }, - { - id: "2", - name: "Sarah K.", - role: "Community Manager", - testimonial: "The best place to find high-quality Discord accounts. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg", - }, - { - id: "3", - name: "Mike D.", - role: "Gamer", - testimonial: "Super secure and reliable. I've bought 5 accounts so far and never had an issue.", - imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg", - }, - { - id: "4", - name: "Jenny L.", - role: "Influencer", - testimonial: "Exceptional customer support, they helped me set up everything in minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2830.jpg", - }, - { - id: "5", - name: "David W.", - role: "Developer", - testimonial: "Simple, fast, and secure. Everything worked perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg", - }, + { id: "1", name: "Alex R.", role: "User", testimonial: "Perfect service, got my account instantly.", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-looking-camera-blowing-kiss-air-being-lovely-sexy-love-expression_839833-3185.jpg" }, + { id: "2", name: "Sarah K.", role: "User", testimonial: "Safe and reliable, highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg" }, ]} - title="What Our Customers Say" - description="Don't take our word for it, hear from the community." + title="Customer Feedback" + description="See what others say about our account marketplace." /> @@ -215,25 +103,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How long does it take?", - content: "Delivery is instant after successful payment.", - }, - { - id: "q2", - title: "Are these accounts safe?", - content: "Yes, every account is vetted and verified.", - }, - { - id: "q3", - title: "What if it doesn't work?", - content: "We offer full technical support and replacements if needed.", - }, + { id: "q1", title: "How fast is delivery?", content: "Delivery is instant via our automated system." }, + { id: "q2", title: "Are accounts verified?", content: "Yes, all accounts listed go through a verification process." }, ]} mediaAnimation="slide-up" title="Common Questions" - description="Have questions about your purchase? Check our FAQ section." + description="Everything you need to know about buying accounts." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2" /> @@ -242,12 +117,10 @@ export default function LandingPage() {