diff --git a/src/app/page.tsx b/src/app/page.tsx
index 144e617..b7504b2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -78,19 +65,13 @@ export default function LandingPage() {
metrics={[
{
icon: BarChart2,
- label: "Projects Analyzed",
- value: "10k+",
- },
+ label: "Projects Analyzed", value: "10k+"},
{
icon: Award,
- label: "Patents Filed",
- value: "500+",
- },
+ label: "Patents Filed", value: "500+"},
{
icon: Zap,
- label: "Success Rate",
- value: "98%",
- },
+ label: "Success Rate", value: "98%"},
]}
metricsAnimation="slide-up"
/>
@@ -103,55 +84,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Smart Patent Processing",
- description: "Submit your research, get automated patent draft suggestions and legal compliance checks.",
- icon: ShieldCheck,
+ title: "Smart Patent Processing", description: "Submit your research, get automated patent draft suggestions and legal compliance checks.", icon: ShieldCheck,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-uncompleted-election-questionnaire_23-2148265538.jpg?_wi=1",
- imageAlt: "Patent interface",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-uncompleted-election-questionnaire_23-2148265538.jpg", imageAlt: "Patent interface"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-uncompleted-election-questionnaire_23-2148265538.jpg?_wi=2",
- imageAlt: "Patent analytics",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-uncompleted-election-questionnaire_23-2148265538.jpg", imageAlt: "Patent analytics"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-cyber-particles-background-with-shallow-depth-field_1048-13249.jpg?_wi=2",
- imageAlt: "data dashboard tech futuristic interface",
},
{
- title: "Project Data Analysis",
- description: "AI-driven analysis to identify core technical innovation points and research strengths.",
- icon: Lightbulb,
+ title: "Project Data Analysis", description: "AI-driven analysis to identify core technical innovation points and research strengths.", icon: Lightbulb,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/blueprint-design-ideas-creativity-decorative-construction-concept_53876-31796.jpg?_wi=1",
- imageAlt: "AI analysis dashboard",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/blueprint-design-ideas-creativity-decorative-construction-concept_53876-31796.jpg", imageAlt: "AI analysis dashboard"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/blueprint-design-ideas-creativity-decorative-construction-concept_53876-31796.jpg?_wi=2",
- imageAlt: "Smart insights",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/blueprint-design-ideas-creativity-decorative-construction-concept_53876-31796.jpg", imageAlt: "Smart insights"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-uncompleted-election-questionnaire_23-2148265538.jpg?_wi=3",
- imageAlt: "patent submission digital interface",
},
{
- title: "Secure Cloud Upload",
- description: "Upload your project assets securely to our high-performance infrastructure.",
- icon: Upload,
+ title: "Secure Cloud Upload", description: "Upload your project assets securely to our high-performance infrastructure.", icon: Upload,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/download-information-data-network-concept_53876-133979.jpg?_wi=1",
- imageAlt: "Cloud upload view",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/download-information-data-network-concept_53876-133979.jpg", imageAlt: "Cloud upload view"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/download-information-data-network-concept_53876-133979.jpg?_wi=2",
- imageAlt: "File storage",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/download-information-data-network-concept_53876-133979.jpg", imageAlt: "File storage"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/blueprint-design-ideas-creativity-decorative-construction-concept_53876-31796.jpg?_wi=3",
- imageAlt: "ai code analysis interface",
},
]}
title="Powerful Analysis Suite"
@@ -165,23 +122,11 @@ export default function LandingPage() {
title="Legal Information & Compliance"
sections={[
{
- heading: "Data Privacy Commitment",
- content: {
- type: "paragraph",
- text: "We prioritize the security and confidentiality of your research data. All uploaded projects are encrypted in transit and at rest.",
- },
+ heading: "Data Privacy Commitment", content: "We prioritize the security and confidentiality of your research data. All uploaded projects are encrypted in transit and at rest."
},
{
- heading: "Service Agreement",
- content: {
- type: "list",
- items: [
- "Unauthorized scraping is strictly prohibited.",
- "Intellectual property remains with the original researcher.",
- "API usage is subject to fair-use policies.",
- ],
- },
- },
+ heading: "Service Agreement", content: "Unauthorized scraping is strictly prohibited. Intellectual property remains with the original researcher. API usage is subject to fair-use policies."
+ }
]}
/>
@@ -190,16 +135,13 @@ export default function LandingPage() {
@@ -209,33 +151,21 @@ export default function LandingPage() {
logoText="Project Analyzer"
columns={[
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{
- label: "Analyze",
- href: "#",
- },
+ label: "Analyze", href: "#"},
{
- label: "Patent Submission",
- href: "#",
- },
+ label: "Patent Submission", href: "#"},
{
- label: "Resources",
- href: "#",
- },
+ label: "Resources", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}