Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions app/rate-card/RateCardPricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ function PriceCard({
<p className="text-3xl font-bold text-brownDark dark:text-brown">{price}</p>
<p className="text-sm text-neutral-500 dark:text-neutral-400 mt-1 leading-snug">{description}</p>
</div>
<ul className="space-y-2 mt-auto pt-4 border-t border-neutral-100 dark:border-neutral-700">
<ul className="space-y-2 pt-4 border-t border-neutral-100 dark:border-neutral-700">
{includes.map((item) => (
<li key={item} className="flex items-start gap-2 text-sm text-neutral-600 dark:text-neutral-300">
<FaCheckCircle className="text-secondary mt-0.5 shrink-0" />
Expand Down Expand Up @@ -549,7 +549,7 @@ export default function RateCardPricing() {
<div>
{/* Rates Title */}
<section className="px-6 pt-4 pb-2 text-center">
<div className="flex items-center justify-center gap-2 mb-2">
<div className="flex flex-col md:flex-row items-center justify-center gap-2 mb-2">
<HiStar className="text-primary text-2xl" />
<SectionTitle>Rates</SectionTitle>
</div>
Expand Down Expand Up @@ -578,7 +578,7 @@ export default function RateCardPricing() {
{/* ── Instagram + Short-Form ──────────────────────────────────────────── */}
<section className="px-6 pb-16">
<div className="max-w-6xl mx-auto">
<div className="flex items-center justify-center gap-2 mb-2">
<div className="flex flex-col md:flex-row items-center justify-center gap-2 mb-2">
<FaInstagram className="text-primary text-2xl" />
<SectionTitle>Instagram</SectionTitle>
</div>
Expand Down Expand Up @@ -625,9 +625,11 @@ export default function RateCardPricing() {
{/* ── Vodcast ────────────────────────────────────────────────────────── */}
<section className="px-6 pb-16 pt-16">
<div className="max-w-6xl mx-auto">
<div className="flex items-center justify-center gap-2 mb-2">
<FaYoutube className="text-red-500 text-2xl" />
<FaSpotify className="text-green-500 text-2xl" />
<div className="flex flex-col items-center justify-center gap-2 mb-2">
<div className="flex items-center gap-2">
<FaYoutube className="text-red-500 text-2xl" />
<FaSpotify className="text-green-500 text-2xl" />
</div>
<SectionTitle>Vodcast: Bytes &amp; Banter</SectionTitle>
</div>
<p className="text-center text-sm text-neutral-500 dark:text-neutral-400 mb-1">
Expand All @@ -652,7 +654,7 @@ export default function RateCardPricing() {
{/* ── LinkedIn ───────────────────────────────────────────────────────── */}
<section className="px-6 pb-16 bg-gradient-to-br from-primary/5 to-accent/10 py-16 rounded-3xl mx-4">
<div className="max-w-5xl mx-auto">
<div className="flex items-center justify-center gap-2 mb-2">
<div className="flex flex-col md:flex-row items-center justify-center gap-2 mb-2">
<FaLinkedin className="text-blue-600 text-2xl" />
<SectionTitle>LinkedIn</SectionTitle>
</div>
Expand All @@ -674,7 +676,7 @@ export default function RateCardPricing() {
{/* ── Blog & Newsletter ──────────────────────────────────────────────── */}
<section className="px-6 pb-16 pt-16">
<div className="max-w-5xl mx-auto">
<div className="flex items-center justify-center gap-2 mb-2">
<div className="flex flex-col md:flex-row items-center justify-center gap-2 mb-2">
<HiNewspaper className="text-brownDark dark:text-brown text-2xl" />
<FaEnvelope className="text-brownDark dark:text-brown text-xl" />
<SectionTitle>Blog &amp; Newsletter</SectionTitle>
Expand All @@ -697,7 +699,7 @@ export default function RateCardPricing() {
{/* ── Bundles ────────────────────────────────────────────────────────── */}
<section className="px-6 pb-16 bg-gradient-to-br from-primary/10 via-accent/10 to-secondary/10 py-16 mx-4 rounded-3xl">
<div className="max-w-6xl mx-auto">
<div className="flex items-center justify-center gap-2 mb-2">
<div className="flex flex-col md:flex-row items-center justify-center gap-2 mb-2">
<HiStar className="text-primary text-2xl" />
<SectionTitle>Bundle Packages</SectionTitle>
</div>
Expand Down Expand Up @@ -728,7 +730,7 @@ export default function RateCardPricing() {
</span>
<p className="text-xs text-neutral-500 dark:text-neutral-400 mt-2">Ideal for: {bundle.ideal}</p>
</div>
<ul className="space-y-2 mt-auto pt-4 border-t border-neutral-200 dark:border-neutral-700">
<ul className="space-y-2 pt-4 border-t border-neutral-200 dark:border-neutral-700">
{bundle.items.map((item) => (
<li key={item} className="flex items-start gap-2 text-sm text-neutral-600 dark:text-neutral-300">
<FaCheckCircle className="text-primary mt-0.5 shrink-0" />
Expand All @@ -745,7 +747,7 @@ export default function RateCardPricing() {
{/* ── Add-Ons ────────────────────────────────────────────────────────── */}
<section className="px-6 pb-16 pt-16">
<div className="max-w-6xl mx-auto">
<div className="flex items-center justify-center gap-2 mb-2">
<div className="flex flex-col md:flex-row items-center justify-center gap-2 mb-2">
<HiLightningBolt className="text-secondary text-2xl" />
<SectionTitle>Add-Ons</SectionTitle>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/rate-card/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default function RateCardPage() {
</header>

{/* Hero Section */}
<section className="relative min-h-screen flex items-center justify-center pt-20 pb-16 px-6 overflow-hidden bg-gradient-to-br from-accent/40 via-pink-50 to-secondary/30">
<section className="relative pt-12 pb-16 px-6 overflow-hidden bg-gradient-to-br from-accent/40 via-pink-50 to-secondary/30">
{/* Geometric Background */}
<div className="absolute top-20 right-10 w-72 h-72 bg-primary/20 rounded-full blur-3xl animate-pulse" />
<div className="absolute bottom-20 left-10 w-96 h-96 bg-secondary/20 rounded-full blur-3xl animate-pulse" />
Expand Down