Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
375
src/app/page.tsx
375
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Ebooks",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Ebooks", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Ebook Haven"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,46 +55,29 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Next Great Read is Here"
|
||||
description="Discover, buy, and sell a vast collection of ebooks. Dive into new worlds or share your own stories with our vibrant community."
|
||||
tag="Ebook Haven"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Ebooks",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Ebooks", href: "#products"},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become a Seller", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-woman-with-tablet_23-2148471063.jpg?_wi=1",
|
||||
imageAlt: "Digital library of ebooks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-woman-with-tablet_23-2148471063.jpg", imageAlt: "Digital library of ebooks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-tablet-table-autumn-park_23-2147883226.jpg?_wi=1",
|
||||
imageAlt: "Person reading an ebook on a tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-tablet-table-autumn-park_23-2147883226.jpg", imageAlt: "Person reading an ebook on a tablet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-library-with-tablet_1134-234.jpg?_wi=1",
|
||||
imageAlt: "Diverse genres of ebooks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-library-with-tablet_1134-234.jpg", imageAlt: "Diverse genres of ebooks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-taking-break-using-tablet-late-night-sitting-modern-kitchen-busy-focused-employee-using-modern-technology-network-wireless-doing-overtime-writing-searching_482257-14584.jpg",
|
||||
imageAlt: "User browsing ebooks on a marketplace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-taking-break-using-tablet-late-night-sitting-modern-kitchen-busy-focused-employee-using-modern-technology-network-wireless-doing-overtime-writing-searching_482257-14584.jpg", imageAlt: "User browsing ebooks on a marketplace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-technology_23-2149491806.jpg",
|
||||
imageAlt: "Author uploading an ebook",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-technology_23-2149491806.jpg", imageAlt: "Author uploading an ebook"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-menu_23-2147775843.jpg",
|
||||
imageAlt: "Secure payment for ebooks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-menu_23-2147775843.jpg", imageAlt: "Secure payment for ebooks"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -119,15 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Ebook Haven: Your Digital Library Hub",
|
||||
},
|
||||
type: "text", content: "About Ebook Haven: Your Digital Library Hub"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Learn More", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,80 +104,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Vast Selection",
|
||||
description: "Explore thousands of ebooks across every genre imaginable, from bestsellers to indie gems.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063028.jpg",
|
||||
imageAlt: "User interface for ebook search",
|
||||
},
|
||||
title: "Vast Selection", description: "Explore thousands of ebooks across every genre imaginable, from bestsellers to indie gems.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063028.jpg", imageAlt: "User interface for ebook search"},
|
||||
items: [
|
||||
{
|
||||
icon: Search,
|
||||
text: "Powerful Search Filters",
|
||||
},
|
||||
text: "Powerful Search Filters"},
|
||||
{
|
||||
icon: Book,
|
||||
text: "Diverse Genres",
|
||||
},
|
||||
text: "Diverse Genres"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Personalized Recommendations",
|
||||
},
|
||||
text: "Personalized Recommendations"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-woman-with-tablet_23-2148471063.jpg?_wi=2",
|
||||
imageAlt: "user interface for ebook search",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Easy Publishing",
|
||||
description: "Authors can easily upload and sell their ebooks, reaching a global audience with simple tools.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg",
|
||||
imageAlt: "Author writing on laptop with ebooks",
|
||||
},
|
||||
title: "Easy Publishing", description: "Authors can easily upload and sell their ebooks, reaching a global audience with simple tools.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg", imageAlt: "Author writing on laptop with ebooks"},
|
||||
items: [
|
||||
{
|
||||
icon: Upload,
|
||||
text: "Simple Upload Process",
|
||||
},
|
||||
text: "Simple Upload Process"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
text: "Fair Royalties",
|
||||
},
|
||||
text: "Fair Royalties"},
|
||||
{
|
||||
icon: BarChart,
|
||||
text: "Sales Analytics",
|
||||
},
|
||||
text: "Sales Analytics"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-tablet-table-autumn-park_23-2147883226.jpg?_wi=2",
|
||||
imageAlt: "user interface for ebook search",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Secure Transactions",
|
||||
description: "Buy and sell with confidence, knowing all transactions are secure and protected.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laptop-computer-with-electronic-business-icons_24911-45475.jpg",
|
||||
imageAlt: "Secure payment icon for online purchase",
|
||||
},
|
||||
title: "Secure Transactions", description: "Buy and sell with confidence, knowing all transactions are secure and protected.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laptop-computer-with-electronic-business-icons_24911-45475.jpg", imageAlt: "Secure payment icon for online purchase"},
|
||||
items: [
|
||||
{
|
||||
icon: Lock,
|
||||
text: "Encrypted Payments",
|
||||
},
|
||||
text: "Encrypted Payments"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Buyer Protection",
|
||||
},
|
||||
text: "Buyer Protection"},
|
||||
{
|
||||
icon: CreditCard,
|
||||
text: "Multiple Payment Options",
|
||||
},
|
||||
text: "Multiple Payment Options"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-library-with-tablet_1134-234.jpg?_wi=2",
|
||||
imageAlt: "user interface for ebook search",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Why Choose Ebook Haven?"
|
||||
description="We offer a seamless experience for readers and writers alike."
|
||||
@@ -227,47 +165,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "ebook-1",
|
||||
name: "The Crimson Key",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778572.jpg",
|
||||
imageAlt: "Fantasy novel ebook cover",
|
||||
},
|
||||
id: "ebook-1", name: "The Crimson Key", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778572.jpg", imageAlt: "Fantasy novel ebook cover"},
|
||||
{
|
||||
id: "ebook-2",
|
||||
name: "Echoes of Kepler",
|
||||
price: "$12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-90s_23-2151901188.jpg",
|
||||
imageAlt: "Science fiction ebook cover",
|
||||
},
|
||||
id: "ebook-2", name: "Echoes of Kepler", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/robot-90s_23-2151901188.jpg", imageAlt: "Science fiction ebook cover"},
|
||||
{
|
||||
id: "ebook-3",
|
||||
name: "Whispers of the Heart",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heart-book_74190-2681.jpg",
|
||||
imageAlt: "Romance novel ebook cover",
|
||||
},
|
||||
id: "ebook-3", name: "Whispers of the Heart", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/heart-book_74190-2681.jpg", imageAlt: "Romance novel ebook cover"},
|
||||
{
|
||||
id: "ebook-4",
|
||||
name: "The Silent Witness",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-background-with-blank-notebook-objects-around_23-2147604702.jpg",
|
||||
imageAlt: "Mystery thriller ebook cover",
|
||||
},
|
||||
id: "ebook-4", name: "The Silent Witness", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/wooden-background-with-blank-notebook-objects-around_23-2147604702.jpg", imageAlt: "Mystery thriller ebook cover"},
|
||||
{
|
||||
id: "ebook-5",
|
||||
name: "Mindful Living",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-spends-time-home-cozy-interior-writes-draws-notebook_1321-1684.jpg",
|
||||
imageAlt: "Self-help guide ebook cover",
|
||||
},
|
||||
id: "ebook-5", name: "Mindful Living", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-spends-time-home-cozy-interior-writes-draws-notebook_1321-1684.jpg", imageAlt: "Self-help guide ebook cover"},
|
||||
{
|
||||
id: "ebook-6",
|
||||
name: "Culinary Delights",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-composition-with-breakfast-plants_23-2147632092.jpg",
|
||||
imageAlt: "Cookbook ebook cover",
|
||||
},
|
||||
id: "ebook-6", name: "Culinary Delights", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-composition-with-breakfast-plants_23-2147632092.jpg", imageAlt: "Cookbook ebook cover"},
|
||||
]}
|
||||
title="Our Featured Ebooks"
|
||||
description="Dive into our curated collection of bestselling and trending digital books."
|
||||
@@ -281,58 +189,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Free",
|
||||
name: "Starter",
|
||||
price: "$0",
|
||||
buttons: [
|
||||
id: "starter", badge: "Free", name: "Starter", price: "$0", buttons: [
|
||||
{
|
||||
text: "Start Selling Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Selling Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"List up to 5 Ebooks",
|
||||
"Basic Sales Analytics",
|
||||
"Standard Author Profile",
|
||||
],
|
||||
"List up to 5 Ebooks", "Basic Sales Analytics", "Standard Author Profile"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
name: "Pro Seller",
|
||||
price: "$9.99/month",
|
||||
buttons: [
|
||||
id: "pro", badge: "Popular", badgeIcon: Sparkles,
|
||||
name: "Pro Seller", price: "$9.99/month", buttons: [
|
||||
{
|
||||
text: "Go Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Go Pro", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Ebook Listings",
|
||||
"Advanced Sales Analytics",
|
||||
"Premium Author Profile",
|
||||
"Priority Support",
|
||||
],
|
||||
"Unlimited Ebook Listings", "Advanced Sales Analytics", "Premium Author Profile", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
name: "Publisher Elite",
|
||||
price: "Custom",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Enterprise", name: "Publisher Elite", price: "Custom", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Custom Ebook Solutions",
|
||||
"Dedicated Account Manager",
|
||||
"Marketing Collaboration",
|
||||
"API Access",
|
||||
],
|
||||
"Custom Ebook Solutions", "Dedicated Account Manager", "Marketing Collaboration", "API Access"],
|
||||
},
|
||||
]}
|
||||
title="Become an Ebook Haven Seller"
|
||||
@@ -347,73 +226,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah J.",
|
||||
role: "Avid Reader",
|
||||
company: "Ebook Lover",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet_1170-482.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "t-1", name: "Sarah J.", role: "Avid Reader", company: "Ebook Lover", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet_1170-482.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Michael C.",
|
||||
role: "Independent Author",
|
||||
company: "Word Weaver Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-readhead-bearded-man-using-tablet-looking-screen_171337-9872.jpg",
|
||||
imageAlt: "Michael C.",
|
||||
},
|
||||
id: "t-2", name: "Michael C.", role: "Independent Author", company: "Word Weaver Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-readhead-bearded-man-using-tablet-looking-screen_171337-9872.jpg", imageAlt: "Michael C."},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily R.",
|
||||
role: "University Student",
|
||||
company: "Knowledge Seeker",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-using-laptop_23-2147777282.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "t-3", name: "Emily R.", role: "University Student", company: "Knowledge Seeker", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-using-laptop_23-2147777282.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David K.",
|
||||
role: "Ebook Collector",
|
||||
company: "Digital Bookshelf",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2148889732.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "t-4", name: "David K.", role: "Ebook Collector", company: "Digital Bookshelf", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2148889732.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica L.",
|
||||
role: "Book Blogger",
|
||||
company: "Literary Insights",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-person-young-happiness-electronic_1301-2928.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
id: "t-5", name: "Jessica L.", role: "Book Blogger", company: "Literary Insights", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-person-young-happiness-electronic_1301-2928.jpg", imageAlt: "Jessica L."},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "Robert G.",
|
||||
role: "Fiction Writer",
|
||||
company: "Storyteller's Guild",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-woman-sleepwear-headphones-smiling-holding-tablet-lying-bed_176420-12866.jpg",
|
||||
imageAlt: "Robert G.",
|
||||
},
|
||||
id: "t-6", name: "Robert G.", role: "Fiction Writer", company: "Storyteller's Guild", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-woman-sleepwear-headphones-smiling-holding-tablet-lying-bed_176420-12866.jpg", imageAlt: "Robert G."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100K+",
|
||||
label: "Ebooks Sold",
|
||||
},
|
||||
value: "100K+", label: "Ebooks Sold"},
|
||||
{
|
||||
value: "5K+",
|
||||
label: "Happy Authors",
|
||||
},
|
||||
value: "5K+", label: "Happy Authors"},
|
||||
{
|
||||
value: "1M+",
|
||||
label: "Readers Engaged",
|
||||
},
|
||||
value: "1M+", label: "Readers Engaged"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Hear from satisfied readers and successful authors about their experience with Ebook Haven."
|
||||
@@ -426,25 +263,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I buy an ebook?",
|
||||
content: "Simply browse our categories, add your desired ebook to the cart, and proceed to checkout. Once purchased, your ebook will be available for download in your library.",
|
||||
},
|
||||
id: "faq-1", title: "How do I buy an ebook?", content: "Simply browse our categories, add your desired ebook to the cart, and proceed to checkout. Once purchased, your ebook will be available for download in your library."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How can I sell my ebook?",
|
||||
content: "Register as an author, choose a seller plan, and follow our easy upload process. Your ebook will be reviewed and published, ready for our readers to discover.",
|
||||
},
|
||||
id: "faq-2", title: "How can I sell my ebook?", content: "Register as an author, choose a seller plan, and follow our easy upload process. Your ebook will be reviewed and published, ready for our readers to discover."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What file formats are supported?",
|
||||
content: "We primarily support EPUB and PDF formats, ensuring compatibility across a wide range of devices and e-readers.",
|
||||
},
|
||||
id: "faq-3", title: "What file formats are supported?", content: "We primarily support EPUB and PDF formats, ensuring compatibility across a wide range of devices and e-readers."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Is there a royalty fee for authors?",
|
||||
content: "Authors retain a significant portion of their sales. Our Pro Seller plan offers competitive royalty rates with transparent reporting.",
|
||||
},
|
||||
id: "faq-4", title: "Is there a royalty fee for authors?", content: "Authors retain a significant portion of their sales. Our Pro Seller plan offers competitive royalty rates with transparent reporting."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graphic-question-mark-asking-symbol_53876-121375.jpg"
|
||||
imageAlt="Person searching for answers on a laptop"
|
||||
@@ -460,20 +285,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Ebook Journey?"
|
||||
description="Whether you're a reader seeking your next adventure or an author ready to share your story, we're here to help. Reach out to us!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@ebookhaven.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@ebookhaven.com"},
|
||||
{
|
||||
text: "Join as an Author",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Join as an Author", href: "#pricing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -482,54 +302,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "All Ebooks",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Ebooks", href: "#products"},
|
||||
{
|
||||
label: "Genres",
|
||||
href: "#",
|
||||
},
|
||||
label: "Genres", href: "#"},
|
||||
{
|
||||
label: "Authors",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authors", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Refund Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Refund Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user