Merge version_1 into main #2
321
src/app/page.tsx
321
src/app/page.tsx
@@ -32,28 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Catalog", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DigitalRise"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Get Started", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,40 +48,16 @@ export default function LandingPage() {
|
||||
logoText="DigitalRise"
|
||||
description="Master the digital economy. High-performance courses and guides for the next generation of online entrepreneurs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=1",
|
||||
imageAlt: "digital finance charts glowing blue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/users-agreement-terms-conditions-rule-policy-regulation-concept_53876-147700.jpg?_wi=1",
|
||||
imageAlt: "network technology lines background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page_23-2148911431.jpg",
|
||||
imageAlt: "isometric digital products stack",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg",
|
||||
imageAlt: "saas dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-young-male-entrepreneur-dressed-blue-shirt-smiling-developing-new-start-up-business-project-his-workplace-having-great-ideas-plans-using-modern-electronic-devices_343059-1582.jpg",
|
||||
imageAlt: "digital entrepreneur workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-green-orange-lights_181624-32751.jpg",
|
||||
imageAlt: "abstract blue particle tunnel",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "digital finance charts glowing blue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/users-agreement-terms-conditions-rule-policy-regulation-concept_53876-147700.jpg", imageAlt: "network technology lines background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page_23-2148911431.jpg", imageAlt: "isometric digital products stack" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", imageAlt: "saas dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-young-male-entrepreneur-dressed-blue-shirt-smiling-developing-new-start-up-business-project-his-workplace-having-great-ideas-plans-using-modern-electronic-devices_343059-1582.jpg", imageAlt: "digital entrepreneur workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-green-orange-lights_181624-32751.jpg", imageAlt: "abstract blue particle tunnel" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,25 +66,12 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built for the ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-excited-senior-man-sitting-workplace-looking-laptop_23-2147935531.jpg",
|
||||
alt: "young digital entrepreneur work",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " digital generation.",
|
||||
},
|
||||
{ type: "text", content: "Built for the " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/smiling-excited-senior-man-sitting-workplace-looking-laptop_23-2147935531.jpg", alt: "young digital entrepreneur work" },
|
||||
{ type: "text", content: " digital generation." },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join the Community",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Join the Community", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,60 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Ebook",
|
||||
name: "Financial Freedom 101",
|
||||
price: "$29",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6446.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Course",
|
||||
name: "Dropshipping Masterclass",
|
||||
price: "$149",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-education-e-learning-distance-training-graduation-icons-flat-set-isolated-vector-illustration_98292-594.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Ebook",
|
||||
name: "Trading Signals Guide",
|
||||
price: "$49",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-economy-with-piggy-bank-laptop_23-2148525303.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Course",
|
||||
name: "Affiliate Marketing Pro",
|
||||
price: "$99",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-creation-made-from-geometric-shapes_23-2150829225.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Guide",
|
||||
name: "SaaS Blueprint",
|
||||
price: "$79",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Guide",
|
||||
name: "Freelance Success Kit",
|
||||
price: "$39",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749880.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Ebook", name: "Financial Freedom 101", price: "$29", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6446.jpg" },
|
||||
{ id: "p2", brand: "Course", name: "Dropshipping Masterclass", price: "$149", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-vector/online-education-e-learning-distance-training-graduation-icons-flat-set-isolated-vector-illustration_98292-594.jpg" },
|
||||
{ id: "p3", brand: "Ebook", name: "Trading Signals Guide", price: "$49", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/concept-economy-with-piggy-bank-laptop_23-2148525303.jpg" },
|
||||
{ id: "p4", brand: "Course", name: "Affiliate Marketing Pro", price: "$99", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-creation-made-from-geometric-shapes_23-2150829225.jpg" },
|
||||
{ id: "p5", brand: "Guide", name: "SaaS Blueprint", price: "$79", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg" },
|
||||
{ id: "p6", brand: "Guide", name: "Freelance Success Kit", price: "$39", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749880.jpg" },
|
||||
]}
|
||||
title="Our Digital Library"
|
||||
description="Premium resources designed to help you start, scale, and thrive online."
|
||||
@@ -201,28 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Learn from industry professionals who have scaled multiple 7-figure businesses.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
|
||||
imageAlt: "Growth Status Technology Online Website Concept",
|
||||
title: "Expert Guidance", description: "Learn from industry professionals who have scaled multiple 7-figure businesses.", bentoComponent: "reveal-icon", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Actionable Steps",
|
||||
description: "No fluff. Every guide and course provides a clear, step-by-step roadmap to success.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=2",
|
||||
imageAlt: "Growth Status Technology Online Website Concept",
|
||||
title: "Actionable Steps", description: "No fluff. Every guide and course provides a clear, step-by-step roadmap to success.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Community Access",
|
||||
description: "Join thousands of like-minded entrepreneurs scaling their ventures.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/users-agreement-terms-conditions-rule-policy-regulation-concept_53876-147700.jpg?_wi=2",
|
||||
imageAlt: "Growth Status Technology Online Website Concept",
|
||||
title: "Community Access", description: "Join thousands of like-minded entrepreneurs scaling their ventures.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Why DigitalRise?"
|
||||
@@ -236,27 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
title: "Students",
|
||||
description: "Trained and counting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-woman-computer-internet-laptop_1303-1558.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
title: "Digital Assets",
|
||||
description: "Resources and guides",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwtska",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "$5M+",
|
||||
title: "Revenue Generated",
|
||||
description: "By our community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg",
|
||||
},
|
||||
{ id: "m1", value: "15k+", title: "Students", description: "Trained and counting", imageSrc: "http://img.b2bpic.net/free-photo/using-woman-computer-internet-laptop_1303-1558.jpg" },
|
||||
{ id: "m2", value: "200+", title: "Digital Assets", description: "Resources and guides", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwtska" },
|
||||
{ id: "m3", value: "$5M+", title: "Revenue Generated", description: "By our community", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg" },
|
||||
]}
|
||||
title="Proven Impact"
|
||||
description="The numbers behind our success stories."
|
||||
@@ -269,60 +137,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Entrepreneur",
|
||||
company: "ScaleUp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201907.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark Wilson",
|
||||
role: "Creative",
|
||||
company: "DesignLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-businessman-glasses_1262-3810.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Chen",
|
||||
role: "Student",
|
||||
company: "Uni-Project",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Park",
|
||||
role: "Marketing",
|
||||
company: "Growth-Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-copyspace_23-2148131686.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa Ray",
|
||||
role: "Freelancer",
|
||||
company: "Studio-R",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-female-photographer-holding-phone-smiling_176420-6924.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", role: "Entrepreneur", company: "ScaleUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201907.jpg" },
|
||||
{ id: "t2", name: "Mark Wilson", role: "Creative", company: "DesignLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-businessman-glasses_1262-3810.jpg" },
|
||||
{ id: "t3", name: "Emily Chen", role: "Student", company: "Uni-Project", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg" },
|
||||
{ id: "t4", name: "David Park", role: "Marketing", company: "Growth-Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-copyspace_23-2148131686.jpg" },
|
||||
{ id: "t5", name: "Lisa Ray", role: "Freelancer", company: "Studio-R", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-female-photographer-holding-phone-smiling_176420-6924.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Customer Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Success Stories",
|
||||
},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{ value: "98%", label: "Customer Satisfaction" },
|
||||
{ value: "500+", label: "Success Stories" },
|
||||
{ value: "4.9/5", label: "Average Rating" },
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Real people hitting real results with our digital products."
|
||||
@@ -334,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are these products lifetime access?",
|
||||
content: "Yes, all our digital guides and courses provide lifetime access once purchased.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer refunds?",
|
||||
content: "We offer a 14-day money-back guarantee on all our products if you're not satisfied.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I use these on mobile?",
|
||||
content: "Our courses and ebooks are fully optimized for all devices, including tablets and mobile phones.",
|
||||
},
|
||||
{ id: "f1", title: "Are these products lifetime access?", content: "Yes, all our digital guides and courses provide lifetime access once purchased." },
|
||||
{ id: "f2", title: "Do you offer refunds?", content: "We offer a 14-day money-back guarantee on all our products if you're not satisfied." },
|
||||
{ id: "f3", title: "Can I use these on mobile?", content: "Our courses and ebooks are fully optimized for all devices, including tablets and mobile phones." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hacker-holding-ssd-with-undetectable-malware-used-get-past-antivirus-protection_482257-134611.jpg"
|
||||
title="Got Questions?"
|
||||
@@ -360,9 +172,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Stay Updated"
|
||||
title="Join the Newsletter"
|
||||
description="Get exclusive tips, strategies, and early access to new product releases directly to your inbox."
|
||||
@@ -375,50 +185,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Ebooks",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Guides",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "Ebooks", href: "#products" },
|
||||
{ label: "Courses", href: "#products" },
|
||||
{ label: "Guides", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user