Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-04 23:34:13 +00:00

View File

@@ -28,14 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home", id: "hero"},
{
name: "Features", id: "features"},
{
name: "Shop", id: "catalog"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Catalog", id: "catalog" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="FinanceEbooks"
/>
@@ -43,20 +40,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
title="Master Your Finances with Expert Guides"
description="Unlock the secrets to wealth management, investing, and financial independence with our comprehensive collection of digital ebooks."
tag="Trusted Finance Education"
buttons={[
{
text: "Shop Ebooks", href: "#catalog"},
]}
buttons={[{ text: "Shop Ebooks", href: "#catalog" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg", imageAlt: "Financial growth charts"},
{
imageSrc: "http://img.b2bpic.net/free-photo/college-woman-library_23-2147678894.jpg", imageAlt: "Modern library desk"}
{ imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg", imageAlt: "Financial growth charts" },
{ imageSrc: "http://img.b2bpic.net/free-photo/college-woman-library_23-2147678894.jpg", imageAlt: "Modern library desk" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -70,18 +61,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
features={[
{
id: "f1", title: "Actionable Insights", tags: [
"Practical", "Finance"],
imageSrc: "http://img.b2bpic.net/free-photo/math-formula-calculation-education-graphic_53876-133596.jpg"},
{
id: "f2", title: "Expert Strategies", tags: [
"Wealth", "Growth"],
imageSrc: "http://img.b2bpic.net/free-photo/calculator-with-coin-icon_23-2152012412.jpg"},
{
id: "f3", title: "Easy to Understand", tags: [
"Beginner-friendly"],
imageSrc: "http://img.b2bpic.net/free-photo/drawn-arrows-pointing-up-chalkboard-background_23-2148445464.jpg"},
{ id: "f1", title: "Actionable Insights", tags: ["Practical", "Finance"], imageSrc: "http://img.b2bpic.net/free-photo/math-formula-calculation-education-graphic_53876-133596.jpg" },
{ id: "f2", title: "Expert Strategies", tags: ["Wealth", "Growth"], imageSrc: "http://img.b2bpic.net/free-photo/calculator-with-coin-icon_23-2152012412.jpg" },
{ id: "f3", title: "Easy to Understand", tags: ["Beginner-friendly"], imageSrc: "http://img.b2bpic.net/free-photo/drawn-arrows-pointing-up-chalkboard-background_23-2148445464.jpg" },
]}
title="Why Choose Our Finance Ebooks"
description="Practical knowledge, expert insights, and clear strategies to help you reach your financial goals faster."
@@ -95,24 +77,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1", brand: "FinanceEbooks", name: "Stock Market Secrets", price: "$29.99", rating: 5,
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-money-tree_23-2151575404.jpg"},
{
id: "p2", brand: "FinanceEbooks", name: "Personal Finance Mastery", price: "$19.99", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/blank-notebook-workplace_1101-222.jpg"},
{
id: "p3", brand: "FinanceEbooks", name: "Retirement Roadmap", price: "$34.99", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/grandparents-learning-use-technology_23-2149402570.jpg"},
{
id: "p4", brand: "FinanceEbooks", name: "Advanced Tax Strategies", price: "$49.99", rating: 5,
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg"},
{
id: "p5", brand: "FinanceEbooks", name: "Passive Income Engines", price: "$24.99", rating: 4,
reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/architects-using-smartphone-design-construction-layout-with-building-model-blueprints-man-woman-working-with-mobile-phone-plan-architectural-structure-development_482257-38870.jpg"},
{
id: "p6", brand: "FinanceEbooks", name: "Crypto Wealth 101", price: "$39.99", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-bitcoin-illustration_23-2151611170.jpg"},
{ id: "p1", brand: "FinanceEbooks", name: "Stock Market Secrets", price: "$29.99", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-money-tree_23-2151575404.jpg" },
{ id: "p2", brand: "FinanceEbooks", name: "Personal Finance Mastery", price: "$19.99", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/blank-notebook-workplace_1101-222.jpg" },
{ id: "p3", brand: "FinanceEbooks", name: "Retirement Roadmap", price: "$34.99", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/grandparents-learning-use-technology_23-2149402570.jpg" },
]}
title="Explore Our Best Sellers"
description="Browse our curated selection of finance ebooks tailored for every stage of your wealth-building journey."
@@ -125,29 +92,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah Miller", role: "Investigator", company: "Global Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098617.jpg"},
{
id: "t2", name: "James Chen", role: "Marketing", company: "Innovate", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
{
id: "t3", name: "Emily Davis", role: "Manager", company: "Startup Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg"},
{
id: "t4", name: "Robert Wilson", role: "CEO", company: "Tech Firm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"},
{
id: "t5", name: "Alice Thompson", role: "Consultant", company: "Advice Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-executives-working-with-tablet_1098-3984.jpg"},
{ id: "t1", name: "Sarah Miller", role: "Investigator", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098617.jpg" },
{ id: "t2", name: "James Chen", role: "Marketing", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" }
]}
kpiItems={[
{
value: "10k+", label: "Happy Readers"},
{
value: "50+", label: "Ebooks Published"},
{
value: "4.9/5", label: "Average Rating"},
{ value: "10k+", label: "Happy Readers" },
{ value: "50+", label: "Ebooks Published" },
{ value: "4.9/5", label: "Average Rating" },
]}
title="What Our Readers Say"
description="Join thousands of successful readers who transformed their financial future."
@@ -157,8 +108,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Stay Updated"
title="Join Our Finance Newsletter"
description="Get exclusive financial tips, updates, and early access to new ebook releases directly in your inbox."
@@ -172,34 +122,13 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16772.jpg"
logoText="FinanceEbooks"
columns={[
{
title: "Store", items: [
{
label: "Shop All", href: "#catalog"},
{
label: "My Account", href: "#"},
],
},
{
title: "Support", items: [
{
label: "FAQ", href: "#"},
{
label: "Contact Us", href: "#contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ title: "Store", items: [{ label: "Shop All", href: "#catalog" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}