Merge version_1 into main #1
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
description="Access your personalized EStore dashboard securely. Register to track your orders, compare prices, and get smart recommendations."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=1",
|
||||
imageAlt: "Security Interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=2",
|
||||
imageAlt: "Data Protection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=3",
|
||||
imageAlt: "EStore Dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -83,19 +83,19 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "JWT Authentication",
|
||||
description: "Robust token-based session management for every user interaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=4",
|
||||
imageAlt: "JWT Icon",
|
||||
},
|
||||
{
|
||||
title: "MySQL Encryption",
|
||||
description: "Your user profile data is encrypted at rest within our databases.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=5",
|
||||
imageAlt: "Database Security",
|
||||
},
|
||||
{
|
||||
title: "Secure Access Logs",
|
||||
description: "Audit trails for all login attempts to detect suspicious activity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=6",
|
||||
imageAlt: "Security Logs",
|
||||
},
|
||||
]}
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to common questions about your secure EStore account."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=7"
|
||||
imageAlt="Support Illustration"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user