Merge version_1 into main #2
@@ -79,13 +79,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "User Authentication", author: "Access Control", description: "Secure, fast user authentication with robust permission management.", tags: ["Security", "Fast"],
|
||||
id: "f1", title: "User Authentication", author: "Access Control", description: "Secure, fast user authentication with robust permission management.", tags: ["Security", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-guard-man-protecting-client_23-2148404019.jpg"},
|
||||
{
|
||||
id: "f2", title: "Article Management", author: "Content Engine", description: "Streamlined article creation, versioning, and archiving tools.", tags: ["CMS", "Articles"],
|
||||
id: "f2", title: "Article Management", author: "Content Engine", description: "Streamlined article creation, versioning, and archiving tools.", tags: ["CMS", "Articles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/system-admin-icon-set_1284-71964.jpg"},
|
||||
{
|
||||
id: "f3", title: "Newsletter Analytics", author: "Marketing Module", description: "Powerful email templates and performance dashboard built-in.", tags: ["Email", "Stats"],
|
||||
id: "f3", title: "Newsletter Analytics", author: "Marketing Module", description: "Powerful email templates and performance dashboard built-in.", tags: ["Email", "Stats"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg"},
|
||||
]}
|
||||
title="System Features"
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DataSystems", "CloudCore", "MediaPrime"]
|
||||
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DataSystems", "CloudCore", "MediaPrime"]}
|
||||
title="Trusted Infrastructure Partner"
|
||||
description="Built by professionals for production-grade environments."
|
||||
/>
|
||||
@@ -172,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user