Merge version_2 into main #1
285
src/app/page.tsx
285
src/app/page.tsx
@@ -3,13 +3,14 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,39 +31,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="THE NERD DAILY"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="THE NERD DAILY"
|
||||
description="Connecting writers, readers, and entertainment lovers through expert book promotion, exclusive author interviews, and insightful literary content."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Promoted",
|
||||
href: "#contact",
|
||||
},
|
||||
<HeroBillboardTestimonial
|
||||
title="Elevating Your Literary Voice"
|
||||
description="Expert promotion and storytelling for authors and publishers who want to connect with a passionate, worldwide community."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "@author", testimonial: "Unmatched visibility and expert team.", rating: 5 },
|
||||
{ name: "Mark D.", handle: "@publisher", testimonial: "Reliable and professional engagement.", rating: 5 }
|
||||
]}
|
||||
buttons={[{ text: "Get Promoted", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-device-studio_23-2150756320.jpg"
|
||||
imageAlt="modern book promotion platform hero"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,170 +60,52 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Book Promotion Campaigns",
|
||||
descriptions: [
|
||||
"Strategic online exposure for new releases.",
|
||||
"Direct engagement with our dedicated audience.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/copyright-law-day-banner-design_1308-123278.jpg",
|
||||
imageAlt: "book promotion creative service concept",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Author Features & Interviews",
|
||||
descriptions: [
|
||||
"Exclusive content highlighting your journey.",
|
||||
"Deep-dive interviews to connect with readers.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063079.jpg",
|
||||
imageAlt: "online media blogging platform",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Publisher Collaborations",
|
||||
descriptions: [
|
||||
"High-level partnerships with industry leaders.",
|
||||
"Coordinated campaigns across our platform.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104553.jpg",
|
||||
imageAlt: "publisher literary collaboration concept",
|
||||
},
|
||||
{ id: "1", title: "Strategic Book Launch", descriptions: ["Targeted outreach and PR campaigns."], imageSrc: "http://img.b2bpic.net/free-vector/copyright-law-day-banner-design_1308-123278.jpg" },
|
||||
{ id: "2", title: "Exclusive Interviews", descriptions: ["Deep-dive spotlights for your brand."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063079.jpg" },
|
||||
{ id: "3", title: "Platform Collaboration", descriptions: ["High-level partner growth strategies."], imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104553.jpg" }
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We empower authors and publishers to amplify their voice through strategic promotion and creative storytelling."
|
||||
title="Enhanced Service Suite"
|
||||
description="We offer premium tools and promotional strategies designed for the modern literary landscape."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose The Nerd Daily?"
|
||||
description={[
|
||||
"Founded by Elise Dumpleton, our platform is deeply rooted in the community. We bridge the gap between stories and the people who love them.",
|
||||
"With over 50 reviews and a 5.0 rating, we have established trust as a leading voice in literary entertainment.",
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Our Network",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
title="Why We Are The Industry Standard"
|
||||
description={["Our platform isn't just about reach; it's about authentic connections between stories and readers. With over 50 reviews and a proven track record, we offer the credibility your work deserves.", "Experience a service that puts the author's narrative at the center of the literary experience."]}
|
||||
buttons={[{ text: "Join Our Network", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Published Author",
|
||||
testimonial: "The Nerd Daily provided excellent promotion for my debut. My visibility skyrocketed!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-pigtails-white-blouse-old-library_627829-6515.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Publisher",
|
||||
testimonial: "A reliable, professional partner for our literary projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man_23-2148831082.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena V.",
|
||||
role: "Author",
|
||||
testimonial: "The author feature service is unparalleled. Truly reader-focused.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Leo C.",
|
||||
role: "Indie Writer",
|
||||
testimonial: "Great community engagement. My book reach expanded significantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200200.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria K.",
|
||||
role: "Editor",
|
||||
testimonial: "They truly understand the entertainment blogging culture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-working_23-2149741205.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Skyrocketed my visibility." },
|
||||
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "A truly professional experience." },
|
||||
{ id: "3", name: "Elena V.", handle: "@elenav", testimonial: "Reader-focused and insightful." }
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Trusted by 50+ authors and publishers."
|
||||
title="Voices of Our Community"
|
||||
description="See what authors and partners are saying about our collaboration impact."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
title="Creative Highlights"
|
||||
description="Curated visual storytelling from our platform features."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Reading Nook",
|
||||
brand: "Editorial",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Writer Desk",
|
||||
brand: "Editorial",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-natural-material-stationery_23-2148898259.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Book Collage",
|
||||
brand: "Editorial",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348553.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Brainstorming",
|
||||
brand: "Editorial",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-man-drawing-sunny-loft-listening-music-earphonesimages-with-sunny-flairs_633478-1156.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Open Novel",
|
||||
brand: "Editorial",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "350+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-notebook-wooden-office-table_53876-16357.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Podcasting",
|
||||
brand: "Editorial",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-microphone-pop-filter-studio_23-2149200002.jpg",
|
||||
},
|
||||
{ id: "1", name: "Cozy Reading", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg" },
|
||||
{ id: "2", name: "Writing Focus", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/assortment-natural-material-stationery_23-2148898259.jpg" },
|
||||
{ id: "3", name: "Storytelling", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348553.jpg" },
|
||||
{ id: "4", name: "Collaboration", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-microphone-pop-filter-studio_23-2149200002.jpg" }
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Visual highlights of our literary platform and reading culture."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,87 +114,40 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I submit a book?",
|
||||
content: "Reach out to our email with your book proposal or project details.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What kind of projects do you accept?",
|
||||
content: "We work with all types of literary projects, authors, and entertainment businesses.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long does a campaign take?",
|
||||
content: "We tailor each campaign to your specific needs and timeline.",
|
||||
},
|
||||
{ id: "1", title: "How do I submit?", content: "Simply reach out via our contact form." },
|
||||
{ id: "2", title: "Is there a timeline?", content: "We customize every campaign to fit your needs." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/books-imagination-still-life_23-2149082219.jpg"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our promotion process."
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to help you get started."
|
||||
faqsAnimation="slide-up"
|
||||
imageAlt="knowledge sharing concept tech"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/books-imagination-still-life_23-2149082219.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
title="Start Your Promotion Today"
|
||||
description="Ready to bring your work to a wider audience? Let's collaborate."
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
title="Start Your Journey"
|
||||
description="Let's elevate your project together."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adult-going-date_23-2150168958.jpg"
|
||||
onSubmit={(email) => console.log(email)}
|
||||
tag="Contact Us"
|
||||
imageAlt="modern communication office aesthetic"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<ContactText
|
||||
text="Ready to take the next step in your author journey?"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[{ text: "Get in touch now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
{
|
||||
label: "Partnerships",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Promotion",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#why-us" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Promotion", href: "#services" }] }
|
||||
]}
|
||||
logoText="THE NERD DAILY"
|
||||
/>
|
||||
@@ -332,4 +155,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user