diff --git a/src/app/page.tsx b/src/app/page.tsx index 09918a6..7e3ee11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; @@ -31,9 +30,9 @@ export default function HomePage() { }, { title: "Connect", items: [ - { label: "Twitter", href: "https://twitter.com" }, - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Instagram", href: "https://instagram.com" }, + { label: "Calendly", href: "https://calendly.com/karu-navolab/growth-engine-demo-navo-lab" }, + { label: "Substack", href: "https://substack.com/@karuthompson" }, + { label: "X", href: "https://x.com/KaruThompson" }, { label: "Email", href: "mailto:hello@example.com" }, ], }, @@ -74,8 +73,6 @@ export default function HomePage() { title="Building ideas into reality" description="A collection of projects, thoughts, and vision. Explore what's in progress, subscribe to my writing, or let's connect." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-psd/acting-agency-template-landing-page_23-2148797778.jpg" - imageAlt="Portfolio hero showcase" mediaAnimation="blur-reveal" testimonials={[ { @@ -86,6 +83,9 @@ export default function HomePage() { buttons={[ { text: "Explore My Work", href: "/projects" }, { text: "Subscribe", href: "#" }, + { text: "Calendly", href: "https://calendly.com/karu-navolab/growth-engine-demo-navo-lab" }, + { text: "Substack", href: "https://substack.com/@karuthompson" }, + { text: "X", href: "https://x.com/KaruThompson" }, ]} buttonAnimation="blur-reveal" useInvertedBackground={false} @@ -136,29 +136,13 @@ export default function HomePage() { /> -
- -
-