1 Commits

Author SHA1 Message Date
afb0563415 Bob AI: [Block: feature-card-eight|Feature Card Eight|/blo... 2026-01-30 10:51:07 +00:00

View File

@@ -12,6 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, ArrowRight, Users } from "lucide-react"; import { Sparkles, ArrowRight, Users } from "lucide-react";
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -220,6 +221,17 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="feature_card_eight" data-section="feature_card_eight">
<FeatureCardEight
features={[{ title: "Strategic Branding", description: "Define your brand's identity and message to captivate your audience." }, { title: "Content Creation", description: "Craft compelling narratives and visuals that resonate with your target market." }, { title: "Market Analysis", description: "Gain insights into your industry and competitors to inform your marketing strategies." }]}
title="Elevate Your Brand Strategy"
description="Discover how we blend creativity and data to drive your brand's success."
tag="Strategy"
buttons={[{ label: "Learn More", href: "#" }, { label: "Contact Us", href: "#" }]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
logoText="Peak Productions" logoText="Peak Productions"