Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function BlogPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function BlogPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Patent Registration", href: "/services" },
|
||||
{ label: "Trademark Protection", href: "/services" },
|
||||
{ label: "Copyright Services", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function BlogPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/results" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog Articles", href: "/blog" },
|
||||
@@ -46,8 +43,7 @@ export default function BlogPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -63,7 +59,7 @@ export default function BlogPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -74,9 +70,7 @@ export default function BlogPage() {
|
||||
brandName="PatentPro"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,47 +85,20 @@ export default function BlogPage() {
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Patent Law",
|
||||
title: "Patent Prosecution Timeline: What to Expect During Patent Application Review",
|
||||
excerpt:
|
||||
"Understanding the patent office examination process helps you prepare for each stage. Learn what to expect, common office actions, and how to respond effectively.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325869.jpg",
|
||||
imageAlt: "Patent Prosecution Guide",
|
||||
authorName: "James Mitchell",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
date: "January 15, 2025",
|
||||
},
|
||||
id: "1", category: "Patent Law", title: "Patent Prosecution Timeline: What to Expect During Patent Application Review", excerpt:
|
||||
"Understanding the patent office examination process helps you prepare for each stage. Learn what to expect, common office actions, and how to respond effectively.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325869.jpg", imageAlt: "Patent Prosecution Guide", authorName: "James Mitchell", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", date: "January 15, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Trademark Strategy",
|
||||
title: "Building Your Global Trademark Portfolio: A Strategic Approach",
|
||||
excerpt:
|
||||
"Expanding internationally? Discover the strategic approach to trademark registration that protects your brand while minimizing costs and legal risks.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-pointing-finger-digital-tablet-hold-by-his-partner-workplace_23-2147899923.jpg",
|
||||
imageAlt: "Trademark Strategy",
|
||||
authorName: "Lisa Chen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
date: "January 10, 2025",
|
||||
},
|
||||
id: "2", category: "Trademark Strategy", title: "Building Your Global Trademark Portfolio: A Strategic Approach", excerpt:
|
||||
"Expanding internationally? Discover the strategic approach to trademark registration that protects your brand while minimizing costs and legal risks.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-pointing-finger-digital-tablet-hold-by-his-partner-workplace_23-2147899923.jpg", imageAlt: "Trademark Strategy", authorName: "Lisa Chen", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", date: "January 10, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Copyright Protection",
|
||||
title: "Copyright Protection for Digital Content: Rights, Licensing, and Enforcement",
|
||||
excerpt:
|
||||
"Creators and agencies face unique copyright challenges in the digital age. Learn how to protect your work, license it effectively, and defend against infringement.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325846.jpg",
|
||||
imageAlt: "Copyright Protection",
|
||||
authorName: "Robert Williams",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
date: "January 5, 2025",
|
||||
},
|
||||
id: "3", category: "Copyright Protection", title: "Copyright Protection for Digital Content: Rights, Licensing, and Enforcement", excerpt:
|
||||
"Creators and agencies face unique copyright challenges in the digital age. Learn how to protect your work, license it effectively, and defend against infringement.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325846.jpg", imageAlt: "Copyright Protection", authorName: "Robert Williams", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "January 5, 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,7 +113,7 @@ export default function BlogPage() {
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "View Services", href: "/services" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Patent Registration", href: "/services" },
|
||||
{ label: "Trademark Protection", href: "/services" },
|
||||
{ label: "Copyright Services", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/results" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog Articles", href: "/blog" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -63,7 +59,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -74,9 +70,7 @@ export default function ContactPage() {
|
||||
brandName="PatentPro"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +84,7 @@ export default function ContactPage() {
|
||||
{ text: "Book Consultation", href: "tel:+1-800-IP-LEGAL" },
|
||||
{ text: "Contact Form", href: "#contact-form" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,41 +101,23 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly can I schedule a consultation?",
|
||||
content:
|
||||
"We typically accommodate consultation requests within 24-48 hours. For urgent matters, please call us directly at 1-800-IP-LEGAL. Most initial consultations are free and can be conducted via phone, video, or in-person.",
|
||||
},
|
||||
id: "1", title: "How quickly can I schedule a consultation?", content:
|
||||
"We typically accommodate consultation requests within 24-48 hours. For urgent matters, please call us directly at 1-800-IP-LEGAL. Most initial consultations are free and can be conducted via phone, video, or in-person."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is my initial consultation confidential?",
|
||||
content:
|
||||
"Absolutely. All consultations are subject to attorney-client privilege and confidentiality. We maintain strict privacy standards and will never share your information without explicit consent.",
|
||||
},
|
||||
id: "2", title: "Is my initial consultation confidential?", content:
|
||||
"Absolutely. All consultations are subject to attorney-client privilege and confidentiality. We maintain strict privacy standards and will never share your information without explicit consent."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What should I bring to my consultation?",
|
||||
content:
|
||||
"Please bring any existing documentation related to your intellectual property, including invention descriptions, prototypes, marketing materials, or previous IP filings. The more information you provide, the better recommendations we can make.",
|
||||
},
|
||||
id: "3", title: "What should I bring to my consultation?", content:
|
||||
"Please bring any existing documentation related to your intellectual property, including invention descriptions, prototypes, marketing materials, or previous IP filings. The more information you provide, the better recommendations we can make."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer virtual consultations?",
|
||||
content:
|
||||
"Yes, we offer consultations via phone, video conferencing, or in-person meetings. Choose the format that works best for you. Virtual consultations are just as comprehensive as in-person meetings.",
|
||||
},
|
||||
id: "4", title: "Do you offer virtual consultations?", content:
|
||||
"Yes, we offer consultations via phone, video conferencing, or in-person meetings. Choose the format that works best for you. Virtual consultations are just as comprehensive as in-person meetings."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What are your business hours?",
|
||||
content:
|
||||
"Our offices are open Monday through Friday, 9 AM to 6 PM EST. We also offer after-hours consultations by appointment. For emergency matters, please contact our support line.",
|
||||
},
|
||||
id: "5", title: "What are your business hours?", content:
|
||||
"Our offices are open Monday through Friday, 9 AM to 6 PM EST. We also offer after-hours consultations by appointment. For emergency matters, please contact our support line."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How can I reach your team?",
|
||||
content:
|
||||
"You can reach us by phone at 1-800-IP-LEGAL, email at info@patentpro.com, or through this contact form. You can also schedule consultations directly through our website.",
|
||||
},
|
||||
id: "6", title: "How can I reach your team?", content:
|
||||
"You can reach us by phone at 1-800-IP-LEGAL, email at info@patentpro.com, or through this contact form. You can also schedule consultations directly through our website."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
173
src/app/page.tsx
173
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Patent Registration", href: "/services" },
|
||||
{ label: "Trademark Protection", href: "/services" },
|
||||
{ label: "Copyright Services", href: "/services" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/results" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog Articles", href: "/blog" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -68,7 +64,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -79,9 +75,7 @@ export default function HomePage() {
|
||||
brandName="PatentPro"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,21 +86,17 @@ export default function HomePage() {
|
||||
tag="Trusted IP Protection"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg"
|
||||
imageAlt="Patent and Intellectual Property Protection"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Michael Chen",
|
||||
handle: "Founder, TechVentures Inc.",
|
||||
testimonial:
|
||||
"PatentPro secured our core patent portfolio within 6 months. Their expertise is unmatched in the industry.",
|
||||
rating: 5,
|
||||
name: "Dr. Michael Chen", handle: "Founder, TechVentures Inc.", testimonial:
|
||||
"PatentPro secured our core patent portfolio within 6 months. Their expertise is unmatched in the industry.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Free Consultation", href: "/contact" },
|
||||
@@ -138,29 +128,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Patent Registration & Protection",
|
||||
tags: ["Utility Patents", "Design Patents"],
|
||||
id: "1", title: "Patent Registration & Protection", tags: ["Utility Patents", "Design Patents"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg?_wi=1",
|
||||
imageAlt: "Patent Registration Services",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg", imageAlt: "Patent Registration Services"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Trademark Registration & Maintenance",
|
||||
tags: ["Branding", "Protection"],
|
||||
id: "2", title: "Trademark Registration & Maintenance", tags: ["Branding", "Protection"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-businessman-holding-hands-together_1262-4959.jpg?_wi=1",
|
||||
imageAlt: "Trademark Services",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-businessman-holding-hands-together_1262-4959.jpg", imageAlt: "Trademark Services"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Copyright Protection & Licensing",
|
||||
tags: ["Creative Works", "Licensing"],
|
||||
id: "3", title: "Copyright Protection & Licensing", tags: ["Creative Works", "Licensing"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/copyright-landing-page_23-2148691966.jpg?_wi=1",
|
||||
imageAlt: "Copyright Protection Services",
|
||||
},
|
||||
"http://img.b2bpic.net/free-vector/copyright-landing-page_23-2148691966.jpg", imageAlt: "Copyright Protection Services"},
|
||||
]}
|
||||
buttons={[{ text: "Explore All Services", href: "/services" }]}
|
||||
/>
|
||||
@@ -177,28 +155,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "SaaS Startup - Patent Portfolio",
|
||||
subtitle: "AI-powered Analytics Platform",
|
||||
category: "Technology",
|
||||
value: "12 Patents Granted",
|
||||
buttons: [{ text: "View Case Study", href: "/results" }],
|
||||
id: "1", title: "SaaS Startup - Patent Portfolio", subtitle: "AI-powered Analytics Platform", category: "Technology", value: "12 Patents Granted", buttons: [{ text: "View Case Study", href: "/results" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Consumer Brand - Trademark Victory",
|
||||
subtitle: "Global Brand Identity Protection",
|
||||
category: "Branding",
|
||||
value: "45 Trademarks Registered",
|
||||
buttons: [{ text: "View Case Study", href: "/results" }],
|
||||
id: "2", title: "Consumer Brand - Trademark Victory", subtitle: "Global Brand Identity Protection", category: "Branding", value: "45 Trademarks Registered", buttons: [{ text: "View Case Study", href: "/results" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Creative Agency - Copyright Portfolio",
|
||||
subtitle: "Digital Content & Media Protection",
|
||||
category: "Licensing",
|
||||
value: "200+ Works Protected",
|
||||
buttons: [{ text: "View Case Study", href: "/results" }],
|
||||
id: "3", title: "Creative Agency - Copyright Portfolio", subtitle: "Digital Content & Media Protection", category: "Licensing", value: "200+ Works Protected", buttons: [{ text: "View Case Study", href: "/results" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -214,49 +177,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Patent Strategy",
|
||||
quote:
|
||||
"PatentPro's team transformed our entire patent strategy. Within the first year, we went from 0 patents to a robust portfolio protecting our core innovations. Their attention to detail and industry knowledge is exceptional.",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO & Founder, InnovateLab",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", title: "Exceptional Patent Strategy", quote:
|
||||
"PatentPro's team transformed our entire patent strategy. Within the first year, we went from 0 patents to a robust portfolio protecting our core innovations. Their attention to detail and industry knowledge is exceptional.", name: "Sarah Johnson", role: "CEO & Founder, InnovateLab", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Trademark Protection Made Easy",
|
||||
quote:
|
||||
"We needed to protect our brand across 12 countries. PatentPro handled the entire process seamlessly and efficiently. Their expertise in international trademark law saved us months of work and significant costs.",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Founder, Global Brands Co.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3",
|
||||
imageAlt: "Michael Rodriguez",
|
||||
},
|
||||
id: "2", title: "Trademark Protection Made Easy", quote:
|
||||
"We needed to protect our brand across 12 countries. PatentPro handled the entire process seamlessly and efficiently. Their expertise in international trademark law saved us months of work and significant costs.", name: "Michael Rodriguez", role: "Founder, Global Brands Co.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comprehensive IP Protection",
|
||||
quote:
|
||||
"As a creative agency, protecting our client work is crucial. PatentPro provides us with comprehensive copyright and licensing strategies that give us peace of mind. They're proactive and always thinking ahead.",
|
||||
name: "Emily Watson",
|
||||
role: "Managing Director, Creative Studios",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Emily Watson",
|
||||
},
|
||||
id: "3", title: "Comprehensive IP Protection", quote:
|
||||
"As a creative agency, protecting our client work is crucial. PatentPro provides us with comprehensive copyright and licensing strategies that give us peace of mind. They're proactive and always thinking ahead.", name: "Emily Watson", role: "Managing Director, Creative Studios", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Industry-Leading Expertise",
|
||||
quote:
|
||||
"Working with PatentPro is like having a world-class IP department in-house. Their team combines legal expertise with business acumen. I recommend them to every entrepreneur I meet.",
|
||||
name: "David Kim",
|
||||
role: "Venture Capitalist, TechFund Partners",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", title: "Industry-Leading Expertise", quote:
|
||||
"Working with PatentPro is like having a world-class IP department in-house. Their team combines legal expertise with business acumen. I recommend them to every entrepreneur I meet.", name: "David Kim", role: "Venture Capitalist, TechFund Partners", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -273,42 +208,24 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does the patent registration process take?",
|
||||
content:
|
||||
"Patent registration typically takes 2-4 years depending on the complexity of your invention and the patent office's workload. We handle all the paperwork and communicate with patent examiners to expedite the process where possible. Our team provides regular updates throughout the entire journey.",
|
||||
},
|
||||
id: "1", title: "How long does the patent registration process take?", content:
|
||||
"Patent registration typically takes 2-4 years depending on the complexity of your invention and the patent office's workload. We handle all the paperwork and communicate with patent examiners to expedite the process where possible. Our team provides regular updates throughout the entire journey."},
|
||||
{
|
||||
id: "2",
|
||||
title:
|
||||
"What's the difference between a patent, trademark, and copyright?",
|
||||
content:
|
||||
"Patents protect inventions and innovations for 20 years. Trademarks protect brand names, logos, and distinctive marks. Copyrights protect original creative works like literature, music, and art. Each provides different protections and has different registration requirements. We can help determine which protections are right for your business.",
|
||||
},
|
||||
id: "2", title:
|
||||
"What's the difference between a patent, trademark, and copyright?", content:
|
||||
"Patents protect inventions and innovations for 20 years. Trademarks protect brand names, logos, and distinctive marks. Copyrights protect original creative works like literature, music, and art. Each provides different protections and has different registration requirements. We can help determine which protections are right for your business."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How much does patent registration cost?",
|
||||
content:
|
||||
"Patent costs vary based on the complexity of your invention, the type of patent, and the countries where you seek protection. Utility patents typically range from $5,000-$15,000 in total fees. We provide transparent cost estimates upfront and discuss your budget to find the best strategy for your needs.",
|
||||
},
|
||||
id: "3", title: "How much does patent registration cost?", content:
|
||||
"Patent costs vary based on the complexity of your invention, the type of patent, and the countries where you seek protection. Utility patents typically range from $5,000-$15,000 in total fees. We provide transparent cost estimates upfront and discuss your budget to find the best strategy for your needs."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I patent my software or mobile app?",
|
||||
content:
|
||||
"Yes, software and apps can be patented if they meet specific criteria. We evaluate the innovation, non-obviousness, and utility of your software to determine if patent protection is appropriate. We also discuss alternative protections like trade secrets and copyrights.",
|
||||
},
|
||||
id: "4", title: "Can I patent my software or mobile app?", content:
|
||||
"Yes, software and apps can be patented if they meet specific criteria. We evaluate the innovation, non-obviousness, and utility of your software to determine if patent protection is appropriate. We also discuss alternative protections like trade secrets and copyrights."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What happens if someone infringes my patent?",
|
||||
content:
|
||||
"If your patent is infringed, we help you enforce your rights through cease-and-desist letters, negotiation, or litigation if necessary. We assess the strength of your patent and develop enforcement strategies tailored to your business goals and budget.",
|
||||
},
|
||||
id: "5", title: "What happens if someone infringes my patent?", content:
|
||||
"If your patent is infringed, we help you enforce your rights through cease-and-desist letters, negotiation, or litigation if necessary. We assess the strength of your patent and develop enforcement strategies tailored to your business goals and budget."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I protect my trademark internationally?",
|
||||
content:
|
||||
"You can file a trademark application through the World Intellectual Property Organization (WIPO) to protect your mark in multiple countries at once. We guide you through the Madrid Protocol process and handle all filings to ensure comprehensive international protection for your brand.",
|
||||
},
|
||||
id: "6", title: "How do I protect my trademark internationally?", content:
|
||||
"You can file a trademark application through the World Intellectual Property Organization (WIPO) to protect your mark in multiple countries at once. We guide you through the Madrid Protocol process and handle all filings to ensure comprehensive international protection for your brand."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -323,7 +240,7 @@ export default function HomePage() {
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Call Us Now", href: "tel:+1-800-IP-LEGAL" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ResultsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ export default function ResultsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Patent Registration", href: "/services" },
|
||||
{ label: "Trademark Protection", href: "/services" },
|
||||
{ label: "Copyright Services", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function ResultsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/results" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog Articles", href: "/blog" },
|
||||
@@ -47,8 +44,7 @@ export default function ResultsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function ResultsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,9 +71,7 @@ export default function ResultsPage() {
|
||||
brandName="PatentPro"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,28 +86,13 @@ export default function ResultsPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "TechVentures Inc. - Patent Portfolio",
|
||||
subtitle: "AI-powered analytics platform protecting core innovations",
|
||||
category: "Technology",
|
||||
value: "12 Patents Granted",
|
||||
buttons: [{ text: "Read Case Study", href: "/results" }],
|
||||
id: "1", title: "TechVentures Inc. - Patent Portfolio", subtitle: "AI-powered analytics platform protecting core innovations", category: "Technology", value: "12 Patents Granted", buttons: [{ text: "Read Case Study", href: "/results" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Global Brands Co. - International Expansion",
|
||||
subtitle: "Multi-country trademark protection and brand identity strategy",
|
||||
category: "Branding",
|
||||
value: "45 Trademarks Registered",
|
||||
buttons: [{ text: "Read Case Study", href: "/results" }],
|
||||
id: "2", title: "Global Brands Co. - International Expansion", subtitle: "Multi-country trademark protection and brand identity strategy", category: "Branding", value: "45 Trademarks Registered", buttons: [{ text: "Read Case Study", href: "/results" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Creative Studios - Content Protection",
|
||||
subtitle: "Comprehensive copyright portfolio for digital and media content",
|
||||
category: "Licensing",
|
||||
value: "200+ Works Protected",
|
||||
buttons: [{ text: "Read Case Study", href: "/results" }],
|
||||
id: "3", title: "Creative Studios - Content Protection", subtitle: "Comprehensive copyright portfolio for digital and media content", category: "Licensing", value: "200+ Works Protected", buttons: [{ text: "Read Case Study", href: "/results" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,38 +108,17 @@ export default function ResultsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "From Zero to Robust Portfolio",
|
||||
quote:
|
||||
"When we started, we had zero patents. PatentPro built our entire IP strategy from scratch. Today, our 12-patent portfolio is our greatest competitive advantage. The team's expertise is unmatched.",
|
||||
name: "Dr. Michael Chen",
|
||||
role: "Founder & CEO, TechVentures Inc.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=7",
|
||||
imageAlt: "Dr. Michael Chen",
|
||||
},
|
||||
id: "1", title: "From Zero to Robust Portfolio", quote:
|
||||
"When we started, we had zero patents. PatentPro built our entire IP strategy from scratch. Today, our 12-patent portfolio is our greatest competitive advantage. The team's expertise is unmatched.", name: "Dr. Michael Chen", role: "Founder & CEO, TechVentures Inc.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Dr. Michael Chen"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Global Brand Protection Simplified",
|
||||
quote:
|
||||
"Expanding globally requires protecting your brand in multiple jurisdictions. PatentPro handled 45 trademark filings across 15 countries. Their efficiency and knowledge of local requirements saved us months and significant costs.",
|
||||
name: "Anna Martinez",
|
||||
role: "Brand Director, Global Brands Co.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Anna Martinez",
|
||||
},
|
||||
id: "2", title: "Global Brand Protection Simplified", quote:
|
||||
"Expanding globally requires protecting your brand in multiple jurisdictions. PatentPro handled 45 trademark filings across 15 countries. Their efficiency and knowledge of local requirements saved us months and significant costs.", name: "Anna Martinez", role: "Brand Director, Global Brands Co.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anna Martinez"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Protecting Creative Excellence",
|
||||
quote:
|
||||
"As a creative agency, our work is our business. PatentPro's comprehensive copyright protection and licensing strategies have given us the confidence to innovate freely. We're now protecting over 200 client works.",
|
||||
name: "Robert Thompson",
|
||||
role: "CEO, Creative Studios",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=8",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "3", title: "Protecting Creative Excellence", quote:
|
||||
"As a creative agency, our work is our business. PatentPro's comprehensive copyright protection and licensing strategies have given us the confidence to innovate freely. We're now protecting over 200 client works.", name: "Robert Thompson", role: "CEO, Creative Studios", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Robert Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,7 +133,7 @@ export default function ResultsPage() {
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Explore Services", href: "/services" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Patent Registration", href: "/services" },
|
||||
{ label: "Trademark Protection", href: "/services" },
|
||||
{ label: "Copyright Services", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/results" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog Articles", href: "/blog" },
|
||||
@@ -47,8 +44,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,9 +71,7 @@ export default function ServicesPage() {
|
||||
brandName="PatentPro"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,29 +86,17 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Patent Registration & Strategy",
|
||||
tags: ["Utility Patents", "Design Patents", "International Protection"],
|
||||
id: "1", title: "Patent Registration & Strategy", tags: ["Utility Patents", "Design Patents", "International Protection"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg?_wi=2",
|
||||
imageAlt: "Patent Registration",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg", imageAlt: "Patent Registration"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Trademark Protection & Maintenance",
|
||||
tags: ["Brand Registration", "Global Coverage", "Renewal Services"],
|
||||
id: "2", title: "Trademark Protection & Maintenance", tags: ["Brand Registration", "Global Coverage", "Renewal Services"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-businessman-holding-hands-together_1262-4959.jpg?_wi=2",
|
||||
imageAlt: "Trademark Protection",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-businessman-holding-hands-together_1262-4959.jpg", imageAlt: "Trademark Protection"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Copyright Protection & Licensing",
|
||||
tags: ["Content Protection", "Licensing Agreements", "Enforcement"],
|
||||
id: "3", title: "Copyright Protection & Licensing", tags: ["Content Protection", "Licensing Agreements", "Enforcement"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/copyright-landing-page_23-2148691966.jpg?_wi=2",
|
||||
imageAlt: "Copyright Services",
|
||||
},
|
||||
"http://img.b2bpic.net/free-vector/copyright-landing-page_23-2148691966.jpg", imageAlt: "Copyright Services"},
|
||||
]}
|
||||
buttons={[{ text: "Request Consultation", href: "/contact" }]}
|
||||
/>
|
||||
@@ -131,28 +113,13 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Startup IP Protection",
|
||||
subtitle: "Perfect for emerging companies and innovative teams",
|
||||
category: "Startup",
|
||||
value: "$2,999/year",
|
||||
buttons: [{ text: "Learn More", href: "/contact" }],
|
||||
id: "1", title: "Startup IP Protection", subtitle: "Perfect for emerging companies and innovative teams", category: "Startup", value: "$2,999/year", buttons: [{ text: "Learn More", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Growth Business Bundle",
|
||||
subtitle: "Comprehensive protection for scaling enterprises",
|
||||
category: "Growth",
|
||||
value: "$8,999/year",
|
||||
buttons: [{ text: "Learn More", href: "/contact" }],
|
||||
id: "2", title: "Growth Business Bundle", subtitle: "Comprehensive protection for scaling enterprises", category: "Growth", value: "$8,999/year", buttons: [{ text: "Learn More", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Enterprise IP Suite",
|
||||
subtitle: "Full-service strategic IP management for large organizations",
|
||||
category: "Enterprise",
|
||||
value: "Custom",
|
||||
buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
id: "3", title: "Enterprise IP Suite", subtitle: "Full-service strategic IP management for large organizations", category: "Enterprise", value: "Custom", buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -168,7 +135,7 @@ export default function ServicesPage() {
|
||||
{ text: "Book Free Consultation", href: "/contact" },
|
||||
{ text: "View Our FAQ", href: "/#faq" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user