Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df80a2bebb | |||
| 1d1b1d61ad |
@@ -6,7 +6,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
@@ -31,9 +30,9 @@ export default function HomePage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect", items: [
|
title: "Connect", items: [
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Calendly", href: "https://calendly.com/karu-navolab/growth-engine-demo-navo-lab" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "Substack", href: "https://substack.com/@karuthompson" },
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "X", href: "https://x.com/KaruThompson" },
|
||||||
{ label: "Email", href: "mailto:hello@example.com" },
|
{ label: "Email", href: "mailto:hello@example.com" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -74,8 +73,6 @@ export default function HomePage() {
|
|||||||
title="Building ideas into reality"
|
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."
|
description="A collection of projects, thoughts, and vision. Explore what's in progress, subscribe to my writing, or let's connect."
|
||||||
background={{ variant: "plain" }}
|
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"
|
mediaAnimation="blur-reveal"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -86,6 +83,9 @@ export default function HomePage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore My Work", href: "/projects" },
|
{ text: "Explore My Work", href: "/projects" },
|
||||||
{ text: "Subscribe", href: "#" },
|
{ 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"
|
buttonAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -136,29 +136,13 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="connect" data-section="connect">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Connect With Me"
|
title="Connect With Me"
|
||||||
description="Let's explore ideas together. Reach out through any of these channels."
|
description="Let's explore ideas together. Reach out through any of these channels."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={["Twitter", "LinkedIn", "Instagram", "Email", "Newsletter"]}
|
names={["Calendly", "Substack", "X", "Email", "Newsletter"]}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user