Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 285e2cf5da | |||
| 34f8a0f43c | |||
| ff83b7852d | |||
| bf6c977d39 | |||
| b913854918 | |||
| 41d61ff7f4 |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
170
src/app/page.tsx
170
src/app/page.tsx
@@ -42,7 +42,8 @@ export default function HomePage() {
|
||||
brandName="JunkClear"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "https://app.junkclear.com/signup"}}
|
||||
text: "Get Started", href: "https://app.junkclear.com/signup"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,22 +58,29 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cart-with-tree-logs-rural-landscape-back-view_169016-18167.jpg", imageAlt: "Professional junk removal team cleaning residential property"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cart-with-tree-logs-rural-landscape-back-view_169016-18167.jpg", imageAlt: "Professional junk removal team cleaning residential property"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489770.jpg", imageAlt: "truck loaded with sorted recyclable materials donation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489770.jpg", imageAlt: "truck loaded with sorted recyclable materials donation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-mop_23-2147758723.jpg", imageAlt: "before and after home clearance transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-mop_23-2147758723.jpg", imageAlt: "before and after home clearance transformation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg", imageAlt: "safe disposal of construction debris and materials"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg", imageAlt: "safe disposal of construction debris and materials"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149493824.jpg", imageAlt: "eco-friendly recycling and donation processing center"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149493824.jpg", imageAlt: "eco-friendly recycling and donation processing center"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Quote", href: "https://app.junkclear.com/quote"},
|
||||
text: "Get Free Quote", href: "https://app.junkclear.com/quote"
|
||||
},
|
||||
{
|
||||
text: "Schedule Pickup", href: "https://app.junkclear.com/schedule"},
|
||||
text: "Schedule Pickup", href: "https://app.junkclear.com/schedule"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
@@ -89,22 +97,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Residential", title: "Home Cleanouts", subtitle: "Complete house or room-by-room junk removal", description: "We remove furniture, appliances, yard waste, construction debris, and general clutter from homes. Our team handles heavy lifting safely and disposes of items responsibly through recycling and donations.", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-pillow-woman-s-head-rest-after-moving-new-home_23-2149086878.jpg?_wi=1", imageAlt: "residential home cleanout junk removal service"},
|
||||
tag: "Residential", title: "Home Cleanouts", subtitle: "Complete house or room-by-room junk removal", description: "We remove furniture, appliances, yard waste, construction debris, and general clutter from homes. Our team handles heavy lifting safely and disposes of items responsibly through recycling and donations.", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-pillow-woman-s-head-rest-after-moving-new-home_23-2149086878.jpg?_wi=1", imageAlt: "residential home cleanout junk removal service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Commercial", title: "Business Waste Removal", subtitle: "Office cleanups and facility waste management", description: "Commercial junk removal for offices, warehouses, and retail spaces. We work around your schedule and ensure minimal disruption to your business operations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454494.jpg?_wi=1", imageAlt: "commercial office junk removal and waste management"},
|
||||
tag: "Commercial", title: "Business Waste Removal", subtitle: "Office cleanups and facility waste management", description: "Commercial junk removal for offices, warehouses, and retail spaces. We work around your schedule and ensure minimal disruption to your business operations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454494.jpg?_wi=1", imageAlt: "commercial office junk removal and waste management"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Construction", title: "Debris Cleanup", subtitle: "Post-construction and renovation waste", description: "We specialize in construction debris removal including drywall, metal, wood, and other waste materials from renovation and demolition projects.", imageSrc: "http://img.b2bpic.net/free-photo/rusty-train-left-nature_23-2147770338.jpg?_wi=1", imageAlt: "construction debris removal post renovation cleanup"},
|
||||
tag: "Construction", title: "Debris Cleanup", subtitle: "Post-construction and renovation waste", description: "We specialize in construction debris removal including drywall, metal, wood, and other waste materials from renovation and demolition projects.", imageSrc: "http://img.b2bpic.net/free-photo/rusty-train-left-nature_23-2147770338.jpg?_wi=1", imageAlt: "construction debris removal post renovation cleanup"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Estate", title: "Estate Cleanings", subtitle: "Compassionate handling of personal items", description: "Sensitive estate and attic cleanouts with careful sorting of valuable items, donations, and responsible disposal. We work with families and estates with utmost care.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530865.jpg", imageAlt: "estate cleaning compassionate property clearance"},
|
||||
tag: "Estate", title: "Estate Cleanings", subtitle: "Compassionate handling of personal items", description: "Sensitive estate and attic cleanouts with careful sorting of valuable items, donations, and responsible disposal. We work with families and estates with utmost care.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530865.jpg", imageAlt: "estate cleaning compassionate property clearance"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Eco-Friendly", title: "Green Disposal", subtitle: "Sustainable waste management practices", description: "Up to 75% of removed items are recycled or donated. We prioritize environmental responsibility and minimize landfill impact.", imageSrc: "http://img.b2bpic.net/free-photo/men-women-help-each-other-collect-garbage_1150-23968.jpg", imageAlt: "eco-friendly junk removal sustainable practices"},
|
||||
tag: "Eco-Friendly", title: "Green Disposal", subtitle: "Sustainable waste management practices", description: "Up to 75% of removed items are recycled or donated. We prioritize environmental responsibility and minimize landfill impact.", imageSrc: "http://img.b2bpic.net/free-photo/men-women-help-each-other-collect-garbage_1150-23968.jpg", imageAlt: "eco-friendly junk removal sustainable practices"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Urgent", title: "Same-Day Service", subtitle: "Emergency junk removal available", description: "Need immediate cleanup? We offer same-day and next-day emergency removal services for urgent situations. Call for availability.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-box_23-2149103404.jpg", imageAlt: "urgent same day junk removal emergency service"},
|
||||
tag: "Urgent", title: "Same-Day Service", subtitle: "Emergency junk removal available", description: "Need immediate cleanup? We offer same-day and next-day emergency removal services for urgent situations. Call for availability.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-box_23-2149103404.jpg", imageAlt: "urgent same day junk removal emergency service"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -123,7 +137,8 @@ export default function HomePage() {
|
||||
imageAlt="JunkClear business platform dashboard interface"
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign Up Free", href: "https://app.junkclear.com/signup"},
|
||||
text: "Sign Up Free", href: "https://app.junkclear.com/signup"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
@@ -142,22 +157,26 @@ export default function HomePage() {
|
||||
{
|
||||
id: "basic", badge: "Starter", badgeIcon: Package,
|
||||
price: "$99/mo", subtitle: "Perfect for small teams", features: [
|
||||
"Up to 50 monthly jobs", "Basic invoicing & receipts", "Customer database", "Email delivery", "Payment processing (2.9% + $0.30)", "Mobile app access"],
|
||||
"Up to 50 monthly jobs", "Basic invoicing & receipts", "Customer database", "Email delivery", "Payment processing (2.9% + $0.30)", "Mobile app access"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$249/mo", subtitle: "Best for growing businesses", features: [
|
||||
"Up to 500 monthly jobs", "Advanced invoicing & receipts", "Unlimited customer profiles", "Bulk email delivery", "Payment processing (2.5% + $0.25)", "Mobile app & web access", "GPS tracking", "Automated reminders"],
|
||||
"Up to 500 monthly jobs", "Advanced invoicing & receipts", "Unlimited customer profiles", "Bulk email delivery", "Payment processing (2.5% + $0.25)", "Mobile app & web access", "GPS tracking", "Automated reminders"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Premium", badgeIcon: Crown,
|
||||
price: "$499/mo", subtitle: "For large operations", features: [
|
||||
"Unlimited monthly jobs", "Custom invoicing templates", "Team management (up to 10 users)", "Unlimited email & SMS", "Payment processing (2.2% + $0.20)", "API access", "Real-time analytics", "White-label options", "24/7 phone support"],
|
||||
"Unlimited monthly jobs", "Custom invoicing templates", "Team management (up to 10 users)", "Unlimited email & SMS", "Payment processing (2.2% + $0.20)", "API access", "Real-time analytics", "White-label options", "24/7 phone support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "custom", badge: "Enterprise", badgeIcon: Zap,
|
||||
price: "Custom", subtitle: "For enterprise needs", features: [
|
||||
"Dedicated account manager", "Custom integrations", "On-premise deployment", "Multi-location support", "Custom reporting", "Training & onboarding", "Priority API support"],
|
||||
"Dedicated account manager", "Custom integrations", "On-premise deployment", "Multi-location support", "Custom reporting", "Training & onboarding", "Priority API support"
|
||||
]
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -176,17 +195,23 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Streamlined Our Payment Processing", quote: "JunkClear made it incredibly easy to accept deposits and process payments. Our customers love how transparent everything is, and we've reduced paperwork by 80%. The invoice generation is a lifesaver.", name: "Mike Richardson", role: "Owner, EcoHaul Junk Removal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=1", imageAlt: "Mike Richardson, EcoHaul Junk Removal owner"},
|
||||
id: "1", title: "Streamlined Our Payment Processing", quote: "JunkClear made it incredibly easy to accept deposits and process payments. Our customers love how transparent everything is, and we've reduced paperwork by 80%. The invoice generation is a lifesaver.", name: "Mike Richardson", role: "Owner, EcoHaul Junk Removal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=1", imageAlt: "Mike Richardson, EcoHaul Junk Removal owner"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Email Delivery Changed Our Business", quote: "Being able to send invoices and receipts directly to customers from the platform is fantastic. Our customers receive documentation instantly, and we maintain complete records. It's professional and efficient.", name: "Sarah Mitchell", role: "Manager, ClearSpace Services", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=1", imageAlt: "Sarah Mitchell, ClearSpace Services manager"},
|
||||
id: "2", title: "Email Delivery Changed Our Business", quote: "Being able to send invoices and receipts directly to customers from the platform is fantastic. Our customers receive documentation instantly, and we maintain complete records. It's professional and efficient.", name: "Sarah Mitchell", role: "Manager, ClearSpace Services", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=1", imageAlt: "Sarah Mitchell, ClearSpace Services manager"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Customer Database is Invaluable", quote: "Having all customer information stored securely in one place has been transformative. We track service history, preferences, and payment records effortlessly. The system is reliable and intuitive.", name: "James Chen", role: "Operations Director, Premier Waste Solutions", imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg?_wi=1", imageAlt: "James Chen, Premier Waste Solutions"},
|
||||
id: "3", title: "Customer Database is Invaluable", quote: "Having all customer information stored securely in one place has been transformative. We track service history, preferences, and payment records effortlessly. The system is reliable and intuitive.", name: "James Chen", role: "Operations Director, Premier Waste Solutions", imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg?_wi=1", imageAlt: "James Chen, Premier Waste Solutions"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Professional Platform, Personal Support", quote: "From day one, the JunkClear team has been responsive and helpful. The platform is feature-rich yet easy to navigate. Our team adopted it in less than a week, and it's already saving us hours monthly.", name: "Amanda Rodriguez", role: "Founder, GreenClean Disposal", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg?_wi=1", imageAlt: "Amanda Rodriguez, GreenClean Disposal founder"},
|
||||
id: "4", title: "Professional Platform, Personal Support", quote: "From day one, the JunkClear team has been responsive and helpful. The platform is feature-rich yet easy to navigate. Our team adopted it in less than a week, and it's already saving us hours monthly.", name: "Amanda Rodriguez", role: "Founder, GreenClean Disposal", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg?_wi=1", imageAlt: "Amanda Rodriguez, GreenClean Disposal founder"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Best Investment for Our Growth", quote: "We tripled our business in 6 months, and JunkClear scaled with us. The payment processing is secure, invoicing is automated, and our customers trust the system. Highly recommended.", name: "David Thompson", role: "CEO, Regional Junk Removal Network", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=1", imageAlt: "David Thompson, Regional Junk Removal Network CEO"},
|
||||
id: "5", title: "Best Investment for Our Growth", quote: "We tripled our business in 6 months, and JunkClear scaled with us. The payment processing is secure, invoicing is automated, and our customers trust the system. Highly recommended.", name: "David Thompson", role: "CEO, Regional Junk Removal Network", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=1", imageAlt: "David Thompson, Regional Junk Removal Network CEO"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Complete Business Solution", quote: "No more chasing clients for payment details or manually creating receipts. Everything is integrated, secure, and cloud-based. This is the only platform we've found that truly understands junk removal services.", name: "Lisa Anderson", role: "Owner, Fast Track Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280724.jpg?_wi=1", imageAlt: "Lisa Anderson, Fast Track Cleanup owner"},
|
||||
id: "6", title: "Complete Business Solution", quote: "No more chasing clients for payment details or manually creating receipts. Everything is integrated, secure, and cloud-based. This is the only platform we've found that truly understands junk removal services.", name: "Lisa Anderson", role: "Owner, Fast Track Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280724.jpg?_wi=1", imageAlt: "Lisa Anderson, Fast Track Cleanup owner"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -203,17 +228,23 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "2,500+", description: "Active Service Providers"},
|
||||
id: "1", value: "2,500+", description: "Active Service Providers"
|
||||
},
|
||||
{
|
||||
id: "2", value: "150K+", description: "Successful Transactions"},
|
||||
id: "2", value: "150K+", description: "Successful Transactions"
|
||||
},
|
||||
{
|
||||
id: "3", value: "$25M+", description: "Annual Payments Processed"},
|
||||
id: "3", value: "$25M+", description: "Annual Payments Processed"
|
||||
},
|
||||
{
|
||||
id: "4", value: "99.9%", description: "Platform Uptime"},
|
||||
id: "4", value: "99.9%", description: "Platform Uptime"
|
||||
},
|
||||
{
|
||||
id: "5", value: "15K+", description: "Invoices Generated Monthly"},
|
||||
id: "5", value: "15K+", description: "Invoices Generated Monthly"
|
||||
},
|
||||
{
|
||||
id: "6", value: "24/7", description: "Customer Support Available"},
|
||||
id: "6", value: "24/7", description: "Customer Support Available"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
@@ -232,25 +263,35 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do deposits and payments work?", content: "JunkClear accepts all major credit cards, bank transfers, and digital wallets. Customers can pay deposits upfront to secure their appointment, with the remaining balance due upon service completion. All transactions are encrypted and PCI-compliant for security."},
|
||||
id: "1", title: "How do deposits and payments work?", content: "JunkClear accepts all major credit cards, bank transfers, and digital wallets. Customers can pay deposits upfront to secure their appointment, with the remaining balance due upon service completion. All transactions are encrypted and PCI-compliant for security."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can I customize invoices and receipts?", content: "Yes! Our invoicing system allows you to customize templates with your logo, business details, payment terms, and service descriptions. You can create professional, branded documents that reflect your business identity."},
|
||||
id: "2", title: "Can I customize invoices and receipts?", content: "Yes! Our invoicing system allows you to customize templates with your logo, business details, payment terms, and service descriptions. You can create professional, branded documents that reflect your business identity."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How are invoices and receipts sent to customers?", content: "Invoices and receipts are automatically generated and can be emailed directly to customers with a single click. Customers receive PDF documents they can print or save. You maintain a complete record in your dashboard."},
|
||||
id: "3", title: "How are invoices and receipts sent to customers?", content: "Invoices and receipts are automatically generated and can be emailed directly to customers with a single click. Customers receive PDF documents they can print or save. You maintain a complete record in your dashboard."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What customer information can I store?", content: "Store complete customer profiles including contact information, service history, preferences, payment records, property details, and notes. All data is encrypted and backed up securely. You can search and filter customers instantly."},
|
||||
id: "4", title: "What customer information can I store?", content: "Store complete customer profiles including contact information, service history, preferences, payment records, property details, and notes. All data is encrypted and backed up securely. You can search and filter customers instantly."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Is my data secure?", content: "Absolutely. JunkClear uses enterprise-grade encryption, regular security audits, and complies with GDPR and CCPA regulations. We maintain multiple redundant backups and never share your customer data with third parties."},
|
||||
id: "5", title: "Is my data secure?", content: "Absolutely. JunkClear uses enterprise-grade encryption, regular security audits, and complies with GDPR and CCPA regulations. We maintain multiple redundant backups and never share your customer data with third parties."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can multiple team members access the platform?", content: "Yes, depending on your plan. Our Pro and Enterprise plans support team management with role-based access controls. You can grant permissions to dispatchers, service teams, and administrative staff as needed."},
|
||||
id: "6", title: "Can multiple team members access the platform?", content: "Yes, depending on your plan. Our Pro and Enterprise plans support team management with role-based access controls. You can grant permissions to dispatchers, service teams, and administrative staff as needed."
|
||||
},
|
||||
{
|
||||
id: "7", title: "What payment processing fees do you charge?", content: "Fees are tiered by plan: Starter 2.9% + $0.30, Pro 2.5% + $0.25, Enterprise 2.2% + $0.20. These are competitive rates in the industry. No hidden fees or setup charges."},
|
||||
id: "7", title: "What payment processing fees do you charge?", content: "Fees are tiered by plan: Starter 2.9% + $0.30, Pro 2.5% + $0.25, Enterprise 2.2% + $0.20. These are competitive rates in the industry. No hidden fees or setup charges."
|
||||
},
|
||||
{
|
||||
id: "8", title: "Do you offer mobile app access?", content: "Yes, our mobile app is available for iOS and Android. Service teams can receive job details, communicate with dispatch, capture before/after photos, and send invoices on-site. Full cloud sync keeps everything updated."},
|
||||
id: "8", title: "Do you offer mobile app access?", content: "Yes, our mobile app is available for iOS and Android. Service teams can receive job details, communicate with dispatch, capture before/after photos, and send invoices on-site. Full cloud sync keeps everything updated."
|
||||
},
|
||||
{
|
||||
id: "9", title: "What if I need API access for custom integrations?", content: "Our Enterprise plan includes full API access with comprehensive documentation. You can integrate JunkClear with accounting software, CRM systems, scheduling tools, and other business applications."},
|
||||
id: "9", title: "What if I need API access for custom integrations?", content: "Our Enterprise plan includes full API access with comprehensive documentation. You can integrate JunkClear with accounting software, CRM systems, scheduling tools, and other business applications."
|
||||
},
|
||||
{
|
||||
id: "10", title: "How do I get started?", content: "Sign up for a free trial on our website—no credit card required. You'll get immediate access to the dashboard, sample data, and our onboarding guides. Our support team can walk you through setup within 24 hours."},
|
||||
id: "10", title: "How do I get started?", content: "Sign up for a free trial on our website—no credit card required. You'll get immediate access to the dashboard, sample data, and our onboarding guides. Our support team can walk you through setup within 24 hours."
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -285,47 +326,62 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
label: "Features", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Pricing", href: "#pricing"},
|
||||
label: "Pricing", href: "#pricing"
|
||||
},
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
label: "Services", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "API Documentation", href: "https://docs.junkclear.com"},
|
||||
label: "API Documentation", href: "https://docs.junkclear.com"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Blog", href: "/blog"},
|
||||
label: "Blog", href: "/blog"
|
||||
},
|
||||
{
|
||||
label: "Careers", href: "/careers"},
|
||||
label: "Careers", href: "/careers"
|
||||
},
|
||||
{
|
||||
label: "Press", href: "/press"},
|
||||
label: "Press", href: "/press"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center", href: "https://support.junkclear.com"},
|
||||
label: "Help Center", href: "https://support.junkclear.com"
|
||||
},
|
||||
{
|
||||
label: "Contact Support", href: "https://support.junkclear.com/contact"},
|
||||
label: "Contact Support", href: "https://support.junkclear.com/contact"
|
||||
},
|
||||
{
|
||||
label: "Status Page", href: "https://status.junkclear.com"},
|
||||
label: "Status Page", href: "https://status.junkclear.com"
|
||||
},
|
||||
{
|
||||
label: "Report Security Issue", href: "https://security.junkclear.com"},
|
||||
label: "Report Security Issue", href: "https://security.junkclear.com"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
label: "Privacy Policy", href: "/privacy"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
label: "Terms of Service", href: "/terms"
|
||||
},
|
||||
{
|
||||
label: "Cookie Policy", href: "/cookies"},
|
||||
label: "Cookie Policy", href: "/cookies"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -333,4 +389,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user