diff --git a/src/app/page.tsx b/src/app/page.tsx index a9c7212..3874bd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,77 +47,48 @@ export default function LandingPage() {
@@ -137,19 +100,13 @@ export default function LandingPage() { metrics={[ { icon: TrendingUp, - label: "Revenue Growth", - value: "7-Figure Scale", - }, + label: "Revenue Growth", value: "7-Figure Scale"}, { icon: Zap, - label: "Conversion Speed", - value: "72h Turnaround", - }, + label: "Conversion Speed", value: "72h Turnaround"}, { icon: ShieldCheck, - label: "ROI Transparency", - value: "Proof-Driven", - }, + label: "ROI Transparency", value: "Proof-Driven"}, ]} metricsAnimation="blur-reveal" /> @@ -162,41 +119,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Scroll-Stopping UGC", - author: "Content Lab", - description: "High-converting video ads and UGC content that turns viewers into fans.", - tags: [ - "UGC", - "Ads", - "Social", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-vlogger-filming-vlog-about-creams_1303-18365.jpg", - }, + id: "f1", title: "Scroll-Stopping UGC", author: "Content Lab", description: "High-converting video ads and UGC content that turns viewers into fans.", tags: [ + "UGC", "Ads", "Social"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-vlogger-filming-vlog-about-creams_1303-18365.jpg"}, { - id: "f2", - title: "Savage Creative Assets", - author: "Design Studio", - description: "Sleek carousels, sales sheets, and motion graphics that demand attention.", - tags: [ - "Graphics", - "Branding", - "Social", - ], - imageSrc: "http://img.b2bpic.net/free-photo/graphic-2d-colorful-wallpaper-with-grainy-gradients_23-2151001668.jpg", - }, + id: "f2", title: "Savage Creative Assets", author: "Design Studio", description: "Sleek carousels, sales sheets, and motion graphics that demand attention.", tags: [ + "Graphics", "Branding", "Social"], + imageSrc: "http://img.b2bpic.net/free-photo/graphic-2d-colorful-wallpaper-with-grainy-gradients_23-2151001668.jpg"}, { - id: "f3", - title: "Advanced Automations", - author: "Tech Build", - description: "ManyChat lead funnels and AI integrations that optimize your acquisition cost.", - tags: [ - "AI", - "Automations", - "Lead Gen", - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-3d-shapes-background_1017-3741.jpg", - }, + id: "f3", title: "Advanced Automations", author: "Tech Build", description: "ManyChat lead funnels and AI integrations that optimize your acquisition cost.", tags: [ + "AI", "Automations", "Lead Gen"], + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-3d-shapes-background_1017-3741.jpg"}, ]} title="What Makes Us Wizards" description="Where creative content creation becomes pure sorcery. We handle everything from UGC to full funnel automations." @@ -210,38 +143,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "b1", - title: "Content Board", - author: "Management", - description: "Sign up and get your own Content Board, where you can request, manage, and receive your content.", - tags: [ - "Manage", - "Track", - ], - imageSrc: "http://img.b2bpic.net/free-photo/famous-beauty-vlogger-picking-up-brush-makeup-using-it-demostrate-make-up_482257-32847.jpg", - }, + id: "b1", title: "Content Board", author: "Management", description: "Sign up and get your own Content Board, where you can request, manage, and receive your content.", tags: [ + "Manage", "Track"], + imageSrc: "http://img.b2bpic.net/free-photo/famous-beauty-vlogger-picking-up-brush-makeup-using-it-demostrate-make-up_482257-32847.jpg"}, { - id: "b2", - title: "Rapid Delivery", - author: "Production", - description: "The rule is 72 hours, but we often bend it to deliver within 24-48 hours.", - tags: [ - "Fast", - "Speed", - ], - imageSrc: "http://img.b2bpic.net/free-photo/orange-near-juice-mirror-blue-table-isolated_171337-13153.jpg", - }, + id: "b2", title: "Rapid Delivery", author: "Production", description: "The rule is 72 hours, but we often bend it to deliver within 24-48 hours.", tags: [ + "Fast", "Speed"], + imageSrc: "http://img.b2bpic.net/free-photo/orange-near-juice-mirror-blue-table-isolated_171337-13153.jpg"}, { - id: "b3", - title: "Fixed Monthly Fee", - author: "Billing", - description: "No extra charges, no misc bills. Get the same price, every single month.", - tags: [ - "Transparent", - "ROI", - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-cool-blue-water-splash-blue_181624-23785.jpg", - }, + id: "b3", title: "Fixed Monthly Fee", author: "Billing", description: "No extra charges, no misc bills. Get the same price, every single month.", tags: [ + "Transparent", "ROI"], + imageSrc: "http://img.b2bpic.net/free-photo/closeup-cool-blue-water-splash-blue_181624-23785.jpg"}, ]} title="Membership Benefits" description="Perks so good, you'll tell the supermarket lady about them. Unlimited content, fast delivery, and fixed monthly fees." @@ -250,44 +162,20 @@ export default function LandingPage() {
@@ -389,42 +241,27 @@ export default function LandingPage() {