diff --git a/src/app/sponsors/page.tsx b/src/app/sponsors/page.tsx index 7d6e5c2..49c23ec 100644 --- a/src/app/sponsors/page.tsx +++ b/src/app/sponsors/page.tsx @@ -18,8 +18,7 @@ export default function SponsorsPage() { const footerColumns = [ { - title: "Podcast", - items: [ + title: "Podcast", items: [ { label: "Episodes", href: "/podcast" }, { label: "YouTube Channel", href: "https://youtube.com" }, { label: "Spotify", href: "https://spotify.com" }, @@ -27,8 +26,7 @@ export default function SponsorsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Articles", href: "/articles" }, { label: "Marketing Guides", href: "#" }, { label: "Newsletter Archive", href: "#" }, @@ -36,8 +34,7 @@ export default function SponsorsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Sponsorships", href: "/sponsors" }, { label: "Contact", href: "#contact" }, @@ -45,8 +42,7 @@ export default function SponsorsPage() { ], }, { - title: "Social", - items: [ + title: "Social", items: [ { label: "Twitter/X", href: "https://twitter.com" }, { label: "Discord", href: "https://discord.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -85,49 +81,22 @@ export default function SponsorsPage() { tagAnimation="slide-up" plans={[ { - id: "video-integration", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$1,000/mo", - subtitle: "Video integration in episodes", - buttons={[{ text: "Get Started", href: "#contact" }]} - features={[ - "Featured sponsor segment (5-10 min)", - "Logo on all episode thumbnails", - "Monthly newsletter mention", - "Social media cross-promotion", - "Access to audience analytics", - ]} + id: "video-integration", badge: "Most Popular", badgeIcon: Sparkles, + price: "$1,000/mo", subtitle: "Video integration in episodes", buttons: [{ text: "Get Started", href: "#contact" }], + features: [ + "Featured sponsor segment (5-10 min)", "Logo on all episode thumbnails", "Monthly newsletter mention", "Social media cross-promotion", "Access to audience analytics"], }, { - id: "newsletter", - badge: "Growing", - badgeIcon: TrendingUp, - price: "$500/mo", - subtitle: "Newsletter and social promotion", - buttons={[{ text: "Get Started", href: "#contact" }]} - features={[ - "Weekly newsletter feature", - "2x Twitter/X promotion per month", - "Logo in email footer", - "Audience demographics report", - "Monthly performance metrics", - ]} + id: "newsletter", badge: "Growing", badgeIcon: TrendingUp, + price: "$500/mo", subtitle: "Newsletter and social promotion", buttons: [{ text: "Get Started", href: "#contact" }], + features: [ + "Weekly newsletter feature", "2x Twitter/X promotion per month", "Logo in email footer", "Audience demographics report", "Monthly performance metrics"], }, { - id: "social-posts", - badge: "Foundation", - badgeIcon: Zap, - price: "$250/mo", - subtitle: "Social media presence", - buttons={[{ text: "Get Started", href: "#contact" }]} - features={[ - "4x social media posts/month", - "Logo placement in videos", - "Website listing", - "Monthly audience reach data", - "Dedicated contact point", - ]} + id: "social-posts", badge: "Foundation", badgeIcon: Zap, + price: "$250/mo", subtitle: "Social media presence", buttons: [{ text: "Get Started", href: "#contact" }], + features: [ + "4x social media posts/month", "Logo placement in videos", "Website listing", "Monthly audience reach data", "Dedicated contact point"], }, ]} animationType="slide-up" @@ -145,36 +114,20 @@ export default function SponsorsPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Bitget", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/bitget-cryptocurrency-exchange-logo-mode-1772536835423-469c485b.png?_wi=2", - imageAlt: "Bitget logo", - }, + id: "1", name: "Bitget", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/bitget-cryptocurrency-exchange-logo-mode-1772536835423-469c485b.png", imageAlt: "Bitget logo"}, { - id: "2", - name: "OKX", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/okx-cryptocurrency-exchange-logo-modern--1772536834417-4ef58f98.png?_wi=2", - imageAlt: "OKX logo", - }, + id: "2", name: "OKX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/okx-cryptocurrency-exchange-logo-modern--1772536834417-4ef58f98.png", imageAlt: "OKX logo"}, { - id: "3", - name: "Extended", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/extended-dex-protocol-logo-modern-blockc-1772536835042-6245667d.png?_wi=2", - imageAlt: "Extended DEX logo", - }, + id: "3", name: "Extended", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/extended-dex-protocol-logo-modern-blockc-1772536835042-6245667d.png", imageAlt: "Extended DEX logo"}, { - id: "4", - name: "TradingFi", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/tradingfi-protocol-or-platform-logo-mode-1772536834199-9d41ff77.png?_wi=2", - imageAlt: "TradingFi logo", - }, + id: "4", name: "TradingFi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/tradingfi-protocol-or-platform-logo-mode-1772536834199-9d41ff77.png", imageAlt: "TradingFi logo"}, ]} />