Merge version_1 into main #1
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,64 +32,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Core",
|
||||
id: "modules",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Tech",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Core", id: "modules" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Tech", id: "metrics" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="GoMovement CMS"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional Content Management System"
|
||||
description="Enterprise-grade engine engineered for performance, security, and scalability. Modern MVC architecture with API-first design."
|
||||
tag="Architecture"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background-with-shallow-depth-field_1048-12413.jpg",
|
||||
imageAlt: "CMS Engine Architecture",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/server-rack-isolated-isometric-vector-icon-equipment-cloud-computing-information-storage_107791-4530.jpg",
|
||||
imageAlt: "Management Module",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139262.jpg",
|
||||
imageAlt: "Blurred night lights",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cyber-dots-abstract-background-with-rainbow-coloured-flowing-particles_1048-11880.jpg",
|
||||
imageAlt: "3D cyber dots abstract background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-sine-waves-create-futuristic-backdrop-design-generated-by-ai_188544-36480.jpg",
|
||||
imageAlt: "Glowing sine waves",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background-with-shallow-depth-field_1048-12413.jpg", imageAlt: "CMS Engine Architecture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/server-rack-isolated-isometric-vector-icon-equipment-cloud-computing-information-storage_107791-4530.jpg", imageAlt: "Management Module" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -102,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Core Engine Modules"
|
||||
metrics={[
|
||||
{
|
||||
icon: Database,
|
||||
label: "Database Engine",
|
||||
value: "Modern ORM",
|
||||
},
|
||||
{
|
||||
icon: FileText,
|
||||
label: "File Management",
|
||||
value: "Advanced API",
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
label: "Newsletter API",
|
||||
value: "Real-time Analytics",
|
||||
},
|
||||
{ icon: Database, label: "Database Engine", value: "Modern ORM" },
|
||||
{ icon: FileText, label: "File Management", value: "Advanced API" },
|
||||
{ icon: Mail, label: "Newsletter API", value: "Real-time Analytics" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -129,38 +79,14 @@ 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",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-guard-man-protecting-client_23-2148404019.jpg",
|
||||
},
|
||||
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",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/system-admin-icon-set_1284-71964.jpg",
|
||||
},
|
||||
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",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg",
|
||||
},
|
||||
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"
|
||||
description="Comprehensive tools for your organization content infrastructure."
|
||||
@@ -174,21 +100,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Uptime Reliability",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Support Availability",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "<50ms",
|
||||
description: "Average API Latency",
|
||||
},
|
||||
{ id: "m1", value: "99.9%", description: "Uptime Reliability" },
|
||||
{ id: "m2", value: "24/7", description: "Support Availability" },
|
||||
{ id: "m3", value: "<50ms", description: "Average API Latency" },
|
||||
]}
|
||||
title="Technical Performance"
|
||||
description="Real-time metrics for system efficiency."
|
||||
@@ -202,60 +116,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Support",
|
||||
name: "Tri-annual Maintenance",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines_1048-14148.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "DevOps",
|
||||
name: "Perpetual Updates",
|
||||
price: "7%",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Hosting",
|
||||
name: "Domain & Management",
|
||||
price: "Yearly",
|
||||
rating: 5,
|
||||
reviewCount: "30+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Extras",
|
||||
name: "Email Auto-Forwarding",
|
||||
price: "Complimentary",
|
||||
rating: 5,
|
||||
reviewCount: "80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-server-data-icon-flat-isolated-white-big-data-computer-rack-cloud-workstation-vector_90220-2661.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Technical",
|
||||
name: "On-Call Bug Fixes",
|
||||
price: "Support",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038912.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "General",
|
||||
name: "Documentation",
|
||||
price: "Standard",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-uses-intercom_1398-1601.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Support", name: "Tri-annual Maintenance", price: "Included", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines_1048-14148.jpg" },
|
||||
{ id: "p2", brand: "DevOps", name: "Perpetual Updates", price: "7%", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg" },
|
||||
{ id: "p3", brand: "Hosting", name: "Domain & Management", price: "Yearly", rating: 5, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg" },
|
||||
]}
|
||||
title="Maintenance & Support Roadmap"
|
||||
description="We ensure your system stays optimized and bug-free with perpetual updates."
|
||||
@@ -266,15 +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."
|
||||
/>
|
||||
@@ -284,22 +139,12 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Common Questions"
|
||||
description="Answers to frequently asked questions about our system."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often are backups performed?",
|
||||
content: "Database backups are handled tri-annually as part of our maintenance agreement.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide support?",
|
||||
content: "Yes, we offer perpetual updates and on-call bug fixes for 7% of total development cost.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you migrate my database?",
|
||||
content: "Our modern ORM approach ensures system compatibility for future database migrations.",
|
||||
},
|
||||
{ id: "q1", title: "How often are backups performed?", content: "Database backups are handled tri-annually as part of our maintenance agreement." },
|
||||
{ id: "q2", title: "Do you provide support?", content: "Yes, we offer perpetual updates and on-call bug fixes for 7% of total development cost." },
|
||||
{ id: "q3", title: "Can you migrate my database?", content: "Our modern ORM approach ensures system compatibility for future database migrations." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -308,9 +153,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Inquire"
|
||||
title="Ready to deploy?"
|
||||
description="Send us your technical requirements to begin the implementation process."
|
||||
@@ -320,32 +163,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Support", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="GoMovement CMS"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user