diff --git a/src/app/page.tsx b/src/app/page.tsx
index bdfc075..4f8336b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,15 +40,12 @@ export default function LandingPage() {
@@ -63,15 +56,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Data Driven Insights"
metrics={[
- {
- icon: BarChart2,
- label: "Projects Analyzed", value: "10k+"},
- {
- icon: Award,
- label: "Patents Filed", value: "500+"},
- {
- icon: Zap,
- label: "Success Rate", value: "98%"},
+ { icon: BarChart2, label: "Projects Analyzed", value: "10k+" },
+ { icon: Award, label: "Patents Filed", value: "500+" },
+ { icon: Zap, label: "Success Rate", value: "98%" },
]}
metricsAnimation="slide-up"
/>
@@ -86,28 +73,22 @@ export default function LandingPage() {
{
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", imageAlt: "Patent interface"},
- {
- 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/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", imageAlt: "Patent analytics" },
],
},
{
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", imageAlt: "AI analysis dashboard"},
- {
- 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/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", imageAlt: "Smart insights" },
],
},
{
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", imageAlt: "Cloud upload view"},
- {
- 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/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", imageAlt: "File storage" },
],
},
]}
@@ -121,8 +102,8 @@ export default function LandingPage() {
layout="section"
title="Legal Information & Compliance"
sections={[
- { heading: "Data Privacy Commitment", content: [{ text: "We prioritize the security and confidentiality of your research data. All uploaded projects are encrypted in transit and at rest." }] },
- { heading: "Service Agreement", content: [{ text: "Unauthorized scraping is strictly prohibited." }, { text: "Intellectual property remains with the original researcher." }, { text: "API usage is subject to fair-use policies." }] }
+ { 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: "Service Agreement", content: [{ type: "paragraph", text: "Unauthorized scraping is strictly prohibited." }, { type: "paragraph", text: "Intellectual property remains with the original researcher." }, { type: "paragraph", text: "API usage is subject to fair-use policies." }] }
]}
/>
@@ -130,15 +111,11 @@ export default function LandingPage() {
@@ -148,20 +125,15 @@ export default function LandingPage() {
columns={[
{
title: "Platform", items: [
- {
- label: "Analyze", href: "#"},
- {
- label: "Patent Submission", href: "#"},
- {
- label: "Resources", href: "#"},
+ { label: "Analyze", href: "#" },
+ { label: "Patent Submission", href: "#" },
+ { label: "Resources", href: "#" },
],
},
{
title: "Legal", items: [
- {
- label: "Privacy Policy", href: "#"},
- {
- label: "Terms of Service", href: "#"},
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}
@@ -170,4 +142,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file