diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7441297..4243341 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,66 +46,41 @@ export default function LandingPage() {
@@ -125,48 +92,27 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- label: "Fast",
- title: "Lightning Fast API",
- items: [
- "Asynchronous performance",
- "Low latency endpoints",
- "Real-time data processing",
- ],
+ id: "f1", label: "Fast", title: "Reduce API Latency by 50%", items: [
+ "Asynchronous performance", "Low latency endpoints", "Real-time data processing"],
buttons: [
{
- text: "Learn more",
- },
+ text: "Learn more"},
],
},
{
- id: "f2",
- label: "Secure",
- title: "Advanced Auth",
- items: [
- "JWT & OAuth2 support",
- "Role-based permissions",
- "Enterprise-grade encryption",
- ],
+ id: "f2", label: "Secure", title: "Advanced Auth", items: [
+ "JWT & OAuth2 support", "Role-based permissions", "Enterprise-grade encryption"],
buttons: [
{
- text: "Learn more",
- },
+ text: "Learn more"},
],
},
{
- id: "f3",
- label: "Modern",
- title: "Flexible Storage",
- items: [
- "MongoDB optimized queries",
- "Dynamic schema modeling",
- "High availability clusters",
- ],
+ id: "f3", label: "Modern", title: "Flexible Storage", items: [
+ "MongoDB optimized queries", "Dynamic schema modeling", "High availability clusters"],
buttons: [
{
- text: "Learn more",
- },
+ text: "Learn more"},
],
},
]}
@@ -182,20 +128,11 @@ export default function LandingPage() {
tag="Performance Stats"
metrics={[
{
- id: "m1",
- value: "100ms",
- description: "Avg API Response",
- },
+ id: "m1", value: "100ms", description: "Avg API Response"},
{
- id: "m2",
- value: "99.9%",
- description: "Platform Uptime",
- },
+ id: "m2", value: "99.9%", description: "Platform Uptime"},
{
- id: "m3",
- value: "1M+",
- description: "Requests Managed",
- },
+ id: "m3", value: "1M+", description: "Requests Managed"},
]}
metricsAnimation="slide-up"
/>
@@ -208,17 +145,11 @@ export default function LandingPage() {
description="Built on the most reliable modern technologies: FastAPI, MongoDB, and React."
metrics={[
{
- value: "Python",
- title: "FastAPI Core",
- },
+ value: "Python", title: "FastAPI Core"},
{
- value: "NoSQL",
- title: "MongoDB",
- },
+ value: "NoSQL", title: "MongoDB"},
{
- value: "React",
- title: "UI Layer",
- },
+ value: "React", title: "UI Layer"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004294.jpg"
mediaAnimation="slide-up"
@@ -233,40 +164,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Miller",
- handle: "@sarahdev",
- testimonial: "The performance improvements using FastAPI are unmatched.",
- imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg",
- },
+ id: "t1", name: "Sarah Miller", handle: "@sarahdev", testimonial: "The performance improvements using FastAPI are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg"},
{
- id: "t2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "Integration was seamless. Highly recommend this stack.",
- imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
- },
+ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Integration was seamless. Highly recommend this stack.", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg"},
{
- id: "t3",
- name: "Jessica Low",
- handle: "@jesslow",
- testimonial: "Finally a platform built for modern development.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
- },
+ id: "t3", name: "Jessica Low", handle: "@jesslow", testimonial: "Finally a platform built for modern development.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg"},
{
- id: "t4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Productivity has doubled since we switched.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg",
- },
+ id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Productivity has doubled since we switched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg"},
{
- id: "t5",
- name: "Emma Wilson",
- handle: "@ewilson",
- testimonial: "Stellar documentation and reliable support.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
- },
+ id: "t5", name: "Emma Wilson", handle: "@ewilson", testimonial: "Stellar documentation and reliable support.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg"},
]}
title="Trusted by Developers"
description="The platform that changed our development workflow."
@@ -279,20 +185,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is this platform scalable?",
- content: "Yes, our FastAPI and MongoDB stack is built for massive scaling.",
- },
+ id: "q1", title: "Is this platform scalable?", content: "Yes, our FastAPI and MongoDB stack is built for massive scaling."},
{
- id: "q2",
- title: "Do you support Authentication?",
- content: "We offer both JWT and OAuth2 authentication methods built-in.",
- },
+ id: "q2", title: "Do you support Authentication?", content: "We offer both JWT and OAuth2 authentication methods built-in."},
{
- id: "q3",
- title: "Is dark mode included?",
- content: "Yes, full dark mode and multi-language support (Bengali/English) are included.",
- },
+ id: "q3", title: "Is dark mode included?", content: "Yes, full dark mode and multi-language support (Bengali/English) are included."},
]}
title="Frequently Asked Questions"
description="Quick answers to common questions."
@@ -304,8 +201,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file