Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 13:42:07 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Analyze",
id: "#analyze",
},
name: "Analyze", id: "#analyze"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Project Analyzer"
/>
@@ -53,21 +45,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Revolutionize Your Research with Project Analyzer"
description="The ultimate platform to analyze project data, receive smart suggestions, upload your research, and streamline your patent submission process."
buttons={[
{
text: "Analyze Project",
href: "#analyze",
},
text: "Analyze Project", href: "#analyze"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-cyber-particles-background-with-shallow-depth-field_1048-13249.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-cyber-particles-background-with-shallow-depth-field_1048-13249.jpg"
/>
</div>
@@ -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."
}
]}
/>
</div>
@@ -190,16 +135,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get Started"
title="Ready to Protect Your Innovation?"
description="Join thousands of researchers using Project Analyzer to validate and patent their work."
buttons={[
{
text: "Contact Us",
href: "#",
},
text: "Contact Us", href: "#"},
]}
/>
</div>
@@ -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: "#"},
],
},
]}