2 Commits

Author SHA1 Message Date
df80a2bebb Update src/app/page.tsx 2026-03-04 14:36:20 +00:00
1d1b1d61ad Merge version_4 into main
Merge version_4 into main
2026-03-04 14:21:46 +00:00

View File

@@ -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() {
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen
testimonial="An exceptional creative mind who transforms complex ideas into visually compelling narratives. Working with them elevated our entire brand presence."
rating={5}
author="Creative Director, Strategic Brand Partners"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1772588138755-nsxcu3nt.png", alt: "Creative collaborator"
},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
<div id="connect" data-section="connect">
<SocialProofOne
title="Connect With Me"
description="Let's explore ideas together. Reach out through any of these channels."
textboxLayout="default"
useInvertedBackground={false}
names={["Twitter", "LinkedIn", "Instagram", "Email", "Newsletter"]}
names={["Calendly", "Substack", "X", "Email", "Newsletter"]}
speed={40}
showCard={true}
/>