diff --git a/src/app/page.tsx b/src/app/page.tsx
index b96df70..8df4d69 100644
--- a/src/app/page.tsx
+++ b/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() {
-
@@ -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."
/>
-
@@ -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"
/>
console.log(email)}
- tag="Contact Us"
- imageAlt="modern communication office aesthetic"
+ />
+
+
+
+