Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afb0563415 |
@@ -12,6 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, ArrowRight, Users } from "lucide-react";
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -220,6 +221,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FooterBase
|
||||
logoText="Peak Productions"
|
||||
|
||||
Reference in New Issue
Block a user