Merge version_1 into main #1
299
src/app/page.tsx
299
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EditWiz"
|
||||
/>
|
||||
@@ -55,77 +47,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Premium funnels. Scroll-stopping content. Unstoppable growth."
|
||||
description="AI-powered video creation, mind-blowing automations, and organic lead generation that converts. EditWiz turns your audience into customers—fast."
|
||||
kpis={[
|
||||
{
|
||||
value: "3x",
|
||||
label: "Increased Click-Through Rate",
|
||||
},
|
||||
value: "3x", label: "Increased Click-Through Rate"},
|
||||
{
|
||||
value: "50%",
|
||||
label: "Reduced Cost Per Lead",
|
||||
},
|
||||
value: "50%", label: "Reduced Cost Per Lead"},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Avg. Delivery Time",
|
||||
},
|
||||
value: "24h", label: "Avg. Delivery Time"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Work",
|
||||
href: "#services",
|
||||
},
|
||||
text: "See Our Work", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-designing-layout_53876-94872.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg",
|
||||
alt: "Elderly businessman posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg", alt: "Elderly businessman posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
alt: "Closeup of Senior Businessman with Arms Crossed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", alt: "Closeup of Senior Businessman with Arms Crossed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
|
||||
alt: "Serene businessman with glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", alt: "Serene businessman with glasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
alt: "Successful businessman imagines great career",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", alt: "Successful businessman imagines great career"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg",
|
||||
alt: "Medium shot woman with smartphone",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg", alt: "Medium shot woman with smartphone"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ growth-focused brands"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "7-Figure Scale",
|
||||
},
|
||||
type: "text", text: "7-Figure Scale"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High Conversion",
|
||||
},
|
||||
type: "text", text: "High Conversion"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rapid Delivery",
|
||||
},
|
||||
type: "text", text: "Rapid Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ROI Focused",
|
||||
},
|
||||
type: "text", text: "ROI Focused"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Reach",
|
||||
},
|
||||
type: "text", text: "Global Reach"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Brad Broncati",
|
||||
handle: "@brad_agency",
|
||||
testimonial: "We made our ROI back, through 1 video. Extremely blown away!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
},
|
||||
id: "t1", name: "Brad Broncati", handle: "@brad_agency", testimonial: "We made our ROI back, through 1 video. Extremely blown away!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Freddy Jacquin",
|
||||
handle: "@ministry_mind",
|
||||
testimonial: "The quality is second to none, they are transforming our business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
||||
},
|
||||
id: "t2", name: "Freddy Jacquin", handle: "@ministry_mind", testimonial: "The quality is second to none, they are transforming our business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Nicholas Spohn",
|
||||
handle: "@nick_spohn",
|
||||
testimonial: "They live the experience through you and deliver pure sorcery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg",
|
||||
},
|
||||
id: "t3", name: "Nicholas Spohn", handle: "@nick_spohn", testimonial: "They live the experience through you and deliver pure sorcery.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_growth",
|
||||
testimonial: "Finally, an agency that understands speed and revenue as much as design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah Miller", handle: "@sarah_growth", testimonial: "Finally, an agency that understands speed and revenue as much as design.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark Wilson",
|
||||
handle: "@mark_tech",
|
||||
testimonial: "EditWiz is the best investment we made for our marketing funnels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg",
|
||||
},
|
||||
id: "t5", name: "Mark Wilson", handle: "@mark_tech", testimonial: "EditWiz is the best investment we made for our marketing funnels.", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg"},
|
||||
]}
|
||||
title="Hear it from Them"
|
||||
description="They came for content. They stayed for the results."
|
||||
@@ -301,40 +189,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "good",
|
||||
tag: "Good",
|
||||
price: "$1,995",
|
||||
period: "/m",
|
||||
description: "Everything you need to start scaling.",
|
||||
button: {
|
||||
text: "Subscribe",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"5 content pieces/mo",
|
||||
"One request at a time",
|
||||
"0-120 hour delivery",
|
||||
"3 revisions/content",
|
||||
],
|
||||
id: "good", tag: "Good", price: "$1,995", period: "/m", description: "Everything you need to start scaling.", button: {
|
||||
text: "Subscribe", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"5 content pieces/mo", "One request at a time", "0-120 hour delivery", "3 revisions/content"],
|
||||
},
|
||||
{
|
||||
id: "awesome",
|
||||
tag: "Awesome",
|
||||
price: "$2,995",
|
||||
period: "/m",
|
||||
description: "Unlimited content for rapid growth.",
|
||||
button: {
|
||||
text: "Subscribe",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Unlimited content",
|
||||
"One request at a time",
|
||||
"0-72 hour delivery",
|
||||
"Dedicated content board",
|
||||
],
|
||||
id: "awesome", tag: "Awesome", price: "$2,995", period: "/m", description: "Unlimited content for rapid growth.", button: {
|
||||
text: "Subscribe", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Unlimited content", "One request at a time", "0-72 hour delivery", "Dedicated content board"],
|
||||
},
|
||||
]}
|
||||
title="Stop Bleeding Ad Spend."
|
||||
@@ -348,20 +212,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How fast is delivery?",
|
||||
content: "Our rule is 0-72 hours, with an average turnaround of 24-48 hours depending on complexity.",
|
||||
},
|
||||
id: "q1", title: "How fast is delivery?", content: "Our rule is 0-72 hours, with an average turnaround of 24-48 hours depending on complexity."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Absolutely. You can pause or cancel your membership at any time, no questions asked.",
|
||||
},
|
||||
id: "q2", title: "Can I cancel anytime?", content: "Absolutely. You can pause or cancel your membership at any time, no questions asked."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the content truly unlimited?",
|
||||
content: "With the Awesome Plan, yes. You can request as many content pieces as you need, one at a time.",
|
||||
},
|
||||
id: "q3", title: "Is the content truly unlimited?", content: "With the Awesome Plan, yes. You can request as many content pieces as you need, one at a time."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our wizardry? We have answers."
|
||||
@@ -373,14 +228,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="It's time you had the content your business deserves. Schedule a call with our wizards today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Free Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Free Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -389,42 +241,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user