3 Commits

2 changed files with 29 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -41,30 +41,25 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Transform Your Business with Proven Strategies"
description="I help entrepreneurs and executives unlock their full potential and build thriving businesses through personalized coaching and strategic guidance."
<HeroBillboard
title="Unlock Your Leadership Potential"
description="Elevate your executive presence and drive business growth with tailored coaching solutions."
background={{ variant: "gradient-bars" }}
tag="Executive Coaching"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/happy-workers-holding-laptop_1098-4100.jpg", imageAlt: "Business coaching session"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Business growth and success"
}
]}
rating={5}
ratingText="Rated by 50+ Satisfied Clients"
buttons={[
{ text: "Schedule Free Consultation", href: "#contact" },
{ text: "Learn More", href: "#features" }
{ label: "Schedule Free Consultation", href: "#contact", dataWebildId: "btn_consultation" },
{ label: "Learn More", href: "#features", dataWebildId: "btn_learn_more" }
]}
buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
imageAlt="Executive coaching session"
mediaAnimation="slide-up"
ariaLabel="Executive coaching hero section"
marqueeItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", alt: "Client testimonial" },
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg", alt: "Client testimonial" },
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930734.jpg", alt: "Client testimonial" }
]}
marqueeSpeed={2}
showMarqueeCard={true}
/>
</div>

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;; */
--card: #000000;;
--foreground: #ffd700;;
--primary-cta: #ffd700;;
--secondary-cta: #000000;;
--accent: #ffd700;;
--background-accent: #000000;; */
--background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;;
--background: #000000;;
--card: #000000;;
--foreground: #ffd700;;
--primary-cta: #ffd700;;
--secondary-cta: #000000;;
--accent: #ffd700;;
--background-accent: #000000;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);