Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-13 11:49:32 +00:00

View File

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PDFConvert"
/>
@@ -49,32 +43,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Convert Images to PDF in Seconds"
description="Fast, secure, and professional-grade image to PDF converter. Transform your JPEGs, PNGs, and HEICs into high-quality PDFs with ease."
tag="Trusted by 10,000+ Users"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/organised-documents-references_23-2149396683.jpg?_wi=1",
imageAlt: "Conversion process UI",
},
imageSrc: "http://img.b2bpic.net/free-photo/organised-documents-references_23-2149396683.jpg", imageAlt: "Conversion process UI"},
{
imageSrc: "http://img.b2bpic.net/free-photo/files-are-typically-arranged-particular-order_53876-21319.jpg",
imageAlt: "File conversion concept",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241774.jpg",
imageAlt: "Elegant uber driver giving taxi ride",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-typing-into-ai-chatbot-system-automate-her-workflow-home-office_482257-122978.jpg",
imageAlt: "Person typing into an AI chatbot system to automate her workflow at home office",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-messy-office-workspace-with-tablet_23-2150282031.jpg",
imageAlt: "Top view of messy office workspace with tablet",
},
imageSrc: "http://img.b2bpic.net/free-photo/files-are-typically-arranged-particular-order_53876-21319.jpg", imageAlt: "File conversion concept"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -89,29 +66,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Drag & Drop Upload",
description: "Easily upload multiple images at once by dragging and dropping them into our interface.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg",
imageAlt: "Drag and drop interface",
},
title: "Drag & Drop Upload", description: "Easily upload multiple images at once by dragging and dropping them into our interface.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg", imageAlt: "Drag and drop interface"},
items: [
{
icon: CheckCircle,
text: "Batch processing support",
},
text: "Batch processing support"},
{
icon: CheckCircle,
text: "Supports JPG, PNG, HEIC",
},
text: "Supports JPG, PNG, HEIC"},
{
icon: CheckCircle,
text: "Instant preview",
},
text: "Instant preview"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/organised-documents-references_23-2149396683.jpg?_wi=2",
imageAlt: "batch image upload interface",
reverse: false
},
]}
title="Key Conversion Capabilities"
@@ -126,34 +94,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1.2M+",
title: "Files Converted",
items: [
"Accurate conversion",
"High speed",
"Stable processing",
],
id: "m1", value: "1.2M+", title: "Files Converted", items: [
"Accurate conversion", "High speed", "Stable processing"],
},
{
id: "m2",
value: "99.9%",
title: "Uptime",
items: [
"Always available",
"Global servers",
"Low latency",
],
id: "m2", value: "99.9%", title: "Uptime", items: [
"Always available", "Global servers", "Low latency"],
},
{
id: "m3",
value: "24/7",
title: "Support",
items: [
"Technical support",
"User guides",
"Regular updates",
],
id: "m3", value: "24/7", title: "Support", items: [
"Technical support", "User guides", "Regular updates"],
},
]}
title="Trusted by Thousands"
@@ -166,20 +116,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Is my data secure?",
content: "Yes, all files are encrypted and automatically deleted after conversion.",
},
id: "q1", title: "Is my data secure?", content: "Yes, all files are encrypted and automatically deleted after conversion."},
{
id: "q2",
title: "What image formats are supported?",
content: "We support JPEG, PNG, BMP, TIFF, and HEIC formats.",
},
id: "q2", title: "What image formats are supported?", content: "We support JPEG, PNG, BMP, TIFF, and HEIC formats."},
{
id: "q3",
title: "Is there a limit on conversions?",
content: "We offer free daily conversions with high limits for registered accounts.",
},
id: "q3", title: "Is there a limit on conversions?", content: "We offer free daily conversions with high limits for registered accounts."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Get quick answers to common questions about our conversion process."
@@ -191,8 +132,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get Started"
title="Need Advanced Features?"
description="Sign up for our newsletter to get updates on new tools and feature releases."
@@ -204,13 +144,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="PDFConvert"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>