Update src/app/page.tsx

This commit is contained in:
2026-06-02 09:00:36 +00:00
parent b853904f6d
commit e54926bf39

View File

@@ -224,14 +224,14 @@ export default function LandingPage() {
{ {
id: "t5", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-with-mobile-phone-funny-expression_1194-3282.jpg", imageAlt: "David R."}, id: "t5", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-with-mobile-phone-funny-expression_1194-3282.jpg", imageAlt: "David R."},
{ {
id: "t6", name: "Chloe S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-night_23-2149144031.jpg", alt: "Close up smiley man at night"}, id: "t6", name: "Chloe S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-night_23-2149144031.jpg", imageAlt: "Close up smiley man at night"}
]} ]}
cardTitle="What Our Users Say" cardTitle="What Our Users Say"
cardTag="Trust" cardTag="Trust"
cardTagIcon={Star} cardTagIcon={Star}
buttons={[ buttons={[
{ {
text: "Read All Reviews", href: "#"}, text: "Read All Reviews", href: "#"}
]} ]}
cardAnimation="slide-up" cardAnimation="slide-up"
/> />
@@ -253,7 +253,7 @@ export default function LandingPage() {
{ {
id: "faq5", title: "What if I experience connection issues?", content: "Our 24/7 customer support team is always ready to assist you. You can reach us via live chat or email for prompt troubleshooting and assistance."}, id: "faq5", title: "What if I experience connection issues?", content: "Our 24/7 customer support team is always ready to assist you. You can reach us via live chat or email for prompt troubleshooting and assistance."},
{ {
id: "faq6", title: "Do you offer a free trial?", content: "While we don't offer a free trial, all our plans come with a 30-day money-back guarantee, allowing you to try SpeedVPN risk-free."}, id: "faq6", title: "Do you offer a free trial?", content: "While we don't offer a free trial, all our plans come with a 30-day money-back guarantee, allowing you to try SpeedVPN risk-free."}
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to the most common questions about SpeedVPN." description="Find quick answers to the most common questions about SpeedVPN."
@@ -270,17 +270,17 @@ export default function LandingPage() {
description="Have questions or need assistance? Our team is here to help you get the most out of your VPN experience." description="Have questions or need assistance? Our team is here to help you get the most out of your VPN experience."
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Your Name", required: true, name: "name", type: "text", placeholder: "Your Name", required: true
}, },
{ {
name: "email", type: "email", placeholder: "Your Email", required: true, name: "email", type: "email", placeholder: "Your Email", required: true
}, },
{ {
name: "subject", type: "text", placeholder: "Subject"}, name: "subject", type: "text", placeholder: "Subject"}
]} ]}
textarea={{ textarea={{
name: "message", placeholder: "Your Message", rows: 5, name: "message", placeholder: "Your Message", rows: 5,
required: true, required: true
}} }}
imageSrc="http://img.b2bpic.net/free-photo/techno-background-with-connecting-lines-dots_1048-6210.jpg" imageSrc="http://img.b2bpic.net/free-photo/techno-background-with-connecting-lines-dots_1048-6210.jpg"
imageAlt="Secure global network" imageAlt="Secure global network"
@@ -305,7 +305,7 @@ export default function LandingPage() {
href: "#", ariaLabel: "Facebook"}, href: "#", ariaLabel: "Facebook"},
{ {
icon: Instagram, icon: Instagram,
href: "#", ariaLabel: "Instagram"}, href: "#", ariaLabel: "Instagram"}
]} ]}
/> />
</div> </div>