Merge version_1 into main #4
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Analyze", id: "#analyze"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Analyze", id: "#analyze" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Project Analyzer"
|
||||
/>
|
||||
@@ -44,15 +40,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ 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: "Learn More", href: "#about"},
|
||||
{ text: "Analyze Project", href: "#analyze" },
|
||||
{ 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"
|
||||
/>
|
||||
@@ -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." }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,15 +111,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ 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: "#"},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user