Merge version_1 into main #1
171
src/app/page.tsx
171
src/app/page.tsx
@@ -32,23 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "features",
|
||||
},
|
||||
name: "Overview", id: "features"},
|
||||
{
|
||||
name: "Author",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Author", id: "metrics"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="EbookLaunch"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,32 +51,20 @@ export default function LandingPage() {
|
||||
description="Unlock the secrets to building high-growth tech ventures with our comprehensive guide. Perfect for founders, developers, and product visionaries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Download Ebook",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Download Ebook", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement-side-view_23-2149765710.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6525.jpg",
|
||||
alt: "Ebook reader over yellow background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6525.jpg", alt: "Ebook reader over yellow background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-office-with-laptop_1157-34482.jpg",
|
||||
alt: "Girl sitting in the office with a laptop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-office-with-laptop_1157-34482.jpg", alt: "Girl sitting in the office with a laptop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6531.jpg",
|
||||
alt: "Ebook reader over yellow background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6531.jpg", alt: "Ebook reader over yellow background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6445.jpg",
|
||||
alt: "Ebook reader over yellow background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6445.jpg", alt: "Ebook reader over yellow background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tablet-books-arrangement-high-angle_23-2149765803.jpg",
|
||||
alt: "Tablet and books arrangement high angle",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tablet-books-arrangement-high-angle_23-2149765803.jpg", alt: "Tablet and books arrangement high angle"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ founders"
|
||||
/>
|
||||
@@ -96,29 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Scaling Infrastructure",
|
||||
tags: [
|
||||
"Strategy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analysis-innovation-opportunities-strengths-strategic_53876-14003.jpg",
|
||||
},
|
||||
id: "f1", title: "Scaling Infrastructure", tags: [
|
||||
"Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analysis-innovation-opportunities-strengths-strategic_53876-14003.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Advanced Analytics",
|
||||
tags: [
|
||||
"Tech",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-padlock-protection-concept_23-2152004113.jpg",
|
||||
},
|
||||
id: "f2", title: "Advanced Analytics", tags: [
|
||||
"Tech"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-padlock-protection-concept_23-2152004113.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Team Dynamics",
|
||||
tags: [
|
||||
"Leadership",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-tech-venture-company-securing-funding-pioneering-software_482257-125200.jpg",
|
||||
},
|
||||
id: "f3", title: "Team Dynamics", tags: [
|
||||
"Leadership"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-tech-venture-company-securing-funding-pioneering-software_482257-125200.jpg"},
|
||||
]}
|
||||
title="What's Inside"
|
||||
description="Key insights packed into every chapter."
|
||||
@@ -133,25 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Expert insights",
|
||||
icon: Award,
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Expert insights", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k+",
|
||||
title: "Active Readers",
|
||||
description: "Global community",
|
||||
icon: Users,
|
||||
id: "m2", value: "10k+", title: "Active Readers", description: "Global community", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Case Studies",
|
||||
description: "Real world examples",
|
||||
icon: BookOpen,
|
||||
id: "m3", value: "50+", title: "Case Studies", description: "Real world examples", icon: BookOpen,
|
||||
},
|
||||
]}
|
||||
title="Expert Knowledge"
|
||||
@@ -164,14 +121,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCrunch",
|
||||
"Forbes",
|
||||
"The Verge",
|
||||
"Wired",
|
||||
"VentureBeat",
|
||||
"Bloomberg",
|
||||
"Business Insider",
|
||||
]}
|
||||
"TechCrunch", "Forbes", "The Verge", "Wired", "VentureBeat", "Bloomberg", "Business Insider"]}
|
||||
title="Featured In"
|
||||
description="Recognized by industry leaders."
|
||||
/>
|
||||
@@ -182,30 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-smiling-hipster-man-city-cafe-lunch-time-with-notebook-suit_158538-8068.jpg",
|
||||
},
|
||||
id: "2", name: "Mike", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-smiling-hipster-man-city-cafe-lunch-time-with-notebook-suit_158538-8068.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg",
|
||||
},
|
||||
id: "3", name: "Jessica", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-futuristic-office_23-2150946795.jpg",
|
||||
},
|
||||
id: "4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/person-working-futuristic-office_23-2150946795.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg",
|
||||
},
|
||||
id: "5", name: "Elena", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg"},
|
||||
]}
|
||||
cardTitle="Reader Testimonials"
|
||||
cardTag="Praise"
|
||||
@@ -218,24 +153,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is this ebook for beginners?",
|
||||
content: "Absolutely! Designed for all levels.",
|
||||
},
|
||||
id: "1", title: "Is this ebook for beginners?", content: "Absolutely! Designed for all levels."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Will it be updated?",
|
||||
content: "Yes, we provide free lifetime updates.",
|
||||
},
|
||||
id: "2", title: "Will it be updated?", content: "Yes, we provide free lifetime updates."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I get a refund?",
|
||||
content: "Satisfaction guaranteed within 30 days.",
|
||||
},
|
||||
id: "3", title: "Can I get a refund?", content: "Satisfaction guaranteed within 30 days."},
|
||||
]}
|
||||
sideTitle="FAQ"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Common Questions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -246,16 +171,10 @@ export default function LandingPage() {
|
||||
description="Enter your email to receive your copy immediately."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-lens-flare-effect-background_1017-15281.jpg"
|
||||
@@ -268,29 +187,19 @@ export default function LandingPage() {
|
||||
logoText="EbookLaunch"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", 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