Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
237
src/app/page.tsx
237
src/app/page.tsx
@@ -32,68 +32,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ProDigi"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Get Started", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Premium Digital Solutions for Professionals"
|
||||
description="Access high-quality, ready-to-use digital assets that accelerate your workflow and elevate your professional output."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Browse Catalog", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg",
|
||||
imageAlt: "Digital Product Showcase 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg", imageAlt: "Digital Product Showcase 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-code-blue-screen-icon_53876-124041.jpg",
|
||||
imageAlt: "Digital Product Showcase 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-code-blue-screen-icon_53876-124041.jpg", imageAlt: "Digital Product Showcase 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599250.jpg",
|
||||
imageAlt: "Digital Product Showcase 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599250.jpg", imageAlt: "Digital Product Showcase 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-notebook-grey-table_23-2148036942.jpg",
|
||||
imageAlt: "Tablet and smartphone with notebook on grey table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-notebook-grey-table_23-2148036942.jpg", imageAlt: "Tablet and smartphone with notebook on grey table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg",
|
||||
imageAlt: "Business man pointing at tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg", imageAlt: "Business man pointing at tablet"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,23 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bulletproof Security",
|
||||
description: "Enterprise-grade protection for all your digital assets and data transfers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cloud-storage-idea-online-computing-internet-database-backup-server-programming-equipment-limited-access-control-pass-privacy-settings-vector-isolated-concept-metaphor-illustration_335657-4337.jpg",
|
||||
imageAlt: "Security icon",
|
||||
},
|
||||
title: "Bulletproof Security", description: "Enterprise-grade protection for all your digital assets and data transfers.", imageSrc: "http://img.b2bpic.net/free-vector/cloud-storage-idea-online-computing-internet-database-backup-server-programming-equipment-limited-access-control-pass-privacy-settings-vector-isolated-concept-metaphor-illustration_335657-4337.jpg", imageAlt: "Security icon"},
|
||||
{
|
||||
title: "Instant Delivery",
|
||||
description: "Get access to your digital files immediately after purchase, 24/7.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-chart-collection_53876-118085.jpg",
|
||||
imageAlt: "Speed icon",
|
||||
},
|
||||
title: "Instant Delivery", description: "Get access to your digital files immediately after purchase, 24/7.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-chart-collection_53876-118085.jpg", imageAlt: "Speed icon"},
|
||||
{
|
||||
title: "Cloud Sync Ready",
|
||||
description: "Seamless integration with popular cloud platforms for instant collaboration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimal-cloud-icon-vector-digital-networking-system_53876-111840.jpg",
|
||||
imageAlt: "Cloud icon",
|
||||
},
|
||||
title: "Cloud Sync Ready", description: "Seamless integration with popular cloud platforms for instant collaboration.", imageSrc: "http://img.b2bpic.net/free-vector/minimal-cloud-icon-vector-digital-networking-system_53876-111840.jpg", imageAlt: "Cloud icon"},
|
||||
]}
|
||||
title="Why Choose Our Products?"
|
||||
description="Engineered for excellence, our digital products are designed to streamline your operations and deliver superior results."
|
||||
@@ -136,41 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Corporate eBook Kit",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brochure-with-blue-squares_1017-4244.jpg",
|
||||
},
|
||||
id: "p1", name: "Corporate eBook Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-vector/brochure-with-blue-squares_1017-4244.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "UI/UX Starter Pack",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg",
|
||||
},
|
||||
id: "p2", name: "UI/UX Starter Pack", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pro Code Plugin",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
},
|
||||
id: "p3", name: "Pro Code Plugin", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Design Assets Bundle",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/design-25-flat-color-icon-pack-including-layers-ruler-creative-measure-web-design_1142-23243.jpg",
|
||||
},
|
||||
id: "p4", name: "Design Assets Bundle", price: "$199", imageSrc: "http://img.b2bpic.net/free-vector/design-25-flat-color-icon-pack-including-layers-ruler-creative-measure-web-design_1142-23243.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Professional Course",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-call-vacant-spacious-office_482257-119429.jpg",
|
||||
},
|
||||
id: "p5", name: "Professional Course", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/virtual-call-vacant-spacious-office_482257-119429.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Audio Asset Library",
|
||||
price: "$79",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimal-sound-wave-banner-design-background_1048-21256.jpg",
|
||||
},
|
||||
id: "p6", name: "Audio Asset Library", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/minimal-sound-wave-banner-design-background_1048-21256.jpg"},
|
||||
]}
|
||||
title="Our Digital Catalog"
|
||||
description="Explore our curated collection of professional templates, assets, and tools."
|
||||
@@ -184,52 +123,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "$49/mo",
|
||||
name: "Essential",
|
||||
buttons: [
|
||||
id: "basic", price: "$49/mo", name: "Essential", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Plan", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"10 Assets/mo",
|
||||
"Community access",
|
||||
"Standard support",
|
||||
],
|
||||
"10 Assets/mo", "Community access", "Standard support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
price: "$99/mo",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "pro", price: "$99/mo", name: "Professional", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Plan", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Assets",
|
||||
"Priority support",
|
||||
"Full Commercial License",
|
||||
],
|
||||
"Unlimited Assets", "Priority support", "Full Commercial License"],
|
||||
},
|
||||
{
|
||||
id: "ent",
|
||||
price: "$299/mo",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "ent", price: "$299/mo", name: "Enterprise", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Plan", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Dedicated Account Mgr",
|
||||
"Custom assets",
|
||||
"Team dashboard",
|
||||
],
|
||||
"Dedicated Account Mgr", "Custom assets", "Team dashboard"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Membership Plans"
|
||||
@@ -244,20 +159,11 @@ export default function LandingPage() {
|
||||
tag="Trusted by thousands"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "m1", value: "15k+", description: "Happy Clients"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
description: "Uptime Rate",
|
||||
},
|
||||
id: "m2", value: "99.9%", description: "Uptime Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Expert Support",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Expert Support"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -271,25 +177,15 @@ export default function LandingPage() {
|
||||
author="Marcus Thorne, Design Director"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-notebook-grey-table_23-2148036942.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-notebook-grey-table_23-2148036942.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443522.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443522.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-earphone-eyeglasses-coffee-cup-blank-screen-digital-tablet-gray-desk_23-2148052568.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/white-earphone-eyeglasses-coffee-cup-blank-screen-digital-tablet-gray-desk_23-2148052568.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250227.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250227.jpg", alt: "User 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -302,20 +198,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is commercial license included?",
|
||||
content: "Yes, all our Pro assets come with full commercial rights for your business.",
|
||||
},
|
||||
id: "q1", title: "Is commercial license included?", content: "Yes, all our Pro assets come with full commercial rights for your business."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I download my purchases?",
|
||||
content: "You will receive an instant download link in your email after completing your order.",
|
||||
},
|
||||
id: "q2", title: "How do I download my purchases?", content: "You will receive an instant download link in your email after completing your order."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer refunds?",
|
||||
content: "We offer a 30-day money-back guarantee for all digital product purchases.",
|
||||
},
|
||||
id: "q3", title: "Do you offer refunds?", content: "We offer a 30-day money-back guarantee for all digital product purchases."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-120083.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -328,14 +215,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to get started? Reach out to our team for custom solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,42 +228,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user