Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-14 07:02:28 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" }
]}
brandName="Domain Expansion"
/>
@@ -53,94 +41,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "glowing-orb",
}}
background={{ variant: "glowing-orb" }}
title="Domain Expansion: Digital Mastery"
description="We don't just edit videos; we cast spells of engagement that dominate the digital battlefield. Elevate your presence beyond limits."
testimonials={[
{
name: "Yuji I.",
handle: "@yuji_itadori",
testimonial: "The engagement growth was off the charts. Absolutely cursed levels of success!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
},
{
name: "Megumi F.",
handle: "@megumi_f",
testimonial: "Their video editing precision is as sharp as a shikigami summon. Elite.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-glasses_23-2148766932.jpg",
},
{
name: "Nobara K.",
handle: "@nobara_k",
testimonial: "Finally, a marketing team that actually hits the target. Flawless execution.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-space-composition-with-white-astronaut_23-2149101803.jpg",
},
{
name: "Satoru G.",
handle: "@gojo_sensei",
testimonial: "Infinity performance. They are truly the strongest in the market right now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016706.jpg",
},
{
name: "Maki Z.",
handle: "@maki_zen",
testimonial: "Effortless results. They don't waste time—they just deliver.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
},
{ name: "Yuji I.", handle: "@yuji_itadori", testimonial: "The engagement growth was off the charts. Absolutely cursed levels of success!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
{ name: "Megumi F.", handle: "@megumi_f", testimonial: "Their video editing precision is as sharp as a shikigami summon. Elite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-glasses_23-2148766932.jpg" },
{ name: "Nobara K.", handle: "@nobara_k", testimonial: "Finally, a marketing team that actually hits the target. Flawless execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-space-composition-with-white-astronaut_23-2149101803.jpg" },
{ name: "Satoru G.", handle: "@gojo_sensei", testimonial: "Infinity performance. They are truly the strongest in the market right now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016706.jpg" },
{ name: "Maki Z.", handle: "@maki_zen", testimonial: "Effortless results. They don't waste time—they just deliver.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-tunnel-backgrund_1017-3414.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-tunnel-backgrund_1017-3414.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
alt: "Portrait of employee happy to be back at work",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
alt: "Medium shot smiley woman at work",
},
{
src: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
alt: "Young analyst reviewing papers",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
alt: "Close up of equity analyst working",
},
{
src: "http://img.b2bpic.net/free-photo/traveler-female-holds-digital-photo-camera-red-coffee-cup-grey-background_613910-7170.jpg",
alt: "Traveler female holds digital photo camera",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", alt: "Portrait of employee happy to be back at work" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Medium shot smiley woman at work" },
{ src: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg", alt: "Young analyst reviewing papers" },
{ src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", alt: "Close up of equity analyst working" },
{ src: "http://img.b2bpic.net/free-photo/traveler-female-holds-digital-photo-camera-red-coffee-cup-grey-background_613910-7170.jpg", alt: "Traveler female holds digital photo camera" }
]}
avatarText="Join 500+ cursed creators"
marqueeItems={[
{
type: "text",
text: "Viral Precision",
},
{
type: "text",
text: "Cursed Growth",
},
{
type: "text",
text: "Elite Edits",
},
{
type: "text",
text: "Data Mastery",
},
{
type: "text",
text: "Infinite Reach",
},
{ type: "text", text: "Viral Precision" },
{ type: "text", text: "Cursed Growth" },
{ type: "text", text: "Elite Edits" },
{ type: "text", text: "Data Mastery" },
{ type: "text", text: "Infinite Reach" }
]}
/>
</div>
@@ -150,21 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Cursed Power"
metrics={[
{
icon: Zap,
label: "Growth Rate",
value: "450%",
},
{
icon: Star,
label: "Retention",
value: "99%",
},
{
icon: Award,
label: "Campaigns",
value: "120+",
},
{ icon: Zap, label: "Growth Rate", value: "450%" },
{ icon: Star, label: "Retention", value: "99%" },
{ icon: Award, label: "Campaigns", value: "120+" }
]}
metricsAnimation="slide-up"
/>
@@ -177,28 +91,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Precision Editing",
description: "High-octane edits tailored for virality and retention.",
bentoComponent: "reveal-icon",
icon: Scissors,
imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080759.jpg",
imageAlt: "neon abstract lines",
title: "Precision Editing", description: "High-octane edits tailored for virality and retention.", bentoComponent: "reveal-icon", icon: Scissors
},
{
title: "Data Analytics",
description: "Infinite visibility into your audience's behavior.",
bentoComponent: "animated-bar-chart",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-tunnel-backgrund_1017-3414.jpg?_wi=2",
imageAlt: "neon abstract lines",
title: "Data Analytics", description: "Infinite visibility into your audience's behavior.", bentoComponent: "animated-bar-chart"
},
{
title: "Growth Curses",
description: "Aggressive scaling strategies that leave competitors behind.",
bentoComponent: "reveal-icon",
icon: TrendingUp,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
imageAlt: "neon abstract lines",
},
title: "Growth Curses", description: "Aggressive scaling strategies that leave competitors behind.", bentoComponent: "reveal-icon", icon: TrendingUp
}
]}
title="Techniques & Abilities"
description="Our core services combine data-driven marketing with cutting-edge production."
@@ -211,41 +111,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Nanami K.",
role: "Portfolio Manager",
testimonial: "Work is done. Efficient. Professional. No unnecessary overtime.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
},
{
id: "2",
name: "Panda",
role: "Brand Manager",
testimonial: "Diverse strategies for any market environment. Truly unique.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man_23-2148884359.jpg",
},
{
id: "3",
name: "Todo A.",
role: "Community Lead",
testimonial: "My best friend recommended them. We've seen brotherly gains.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
},
{
id: "4",
name: "Mai Z.",
role: "Operations",
testimonial: "They don't hold back. Brutally effective results.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-nude-make-up_1303-17711.jpg",
},
{
id: "5",
name: "Utahime I.",
role: "Creative Director",
testimonial: "Finally a team that can handle complex projects.",
imageSrc: "http://img.b2bpic.net/free-photo/black-boy-posing_23-2148171526.jpg",
},
{ id: "1", name: "Nanami K.", role: "Portfolio Manager", testimonial: "Work is done. Efficient. Professional. No unnecessary overtime.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg" },
{ id: "2", name: "Panda", role: "Brand Manager", testimonial: "Diverse strategies for any market environment. Truly unique.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man_23-2148884359.jpg" },
{ id: "3", name: "Todo A.", role: "Community Lead", testimonial: "My best friend recommended them. We've seen brotherly gains.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg" },
{ id: "4", name: "Mai Z.", role: "Operations", testimonial: "They don't hold back. Brutally effective results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-nude-make-up_1303-17711.jpg" },
{ id: "5", name: "Utahime I.", role: "Creative Director", testimonial: "Finally a team that can handle complex projects.", imageSrc: "http://img.b2bpic.net/free-photo/black-boy-posing_23-2148171526.jpg" }
]}
title="Client Verdicts"
description="Don't just take our word for it—check the power level."
@@ -259,55 +129,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "grade-4",
price: "$2,500",
name: "Grade 4",
buttons: [
{
text: "Deploy",
href: "#contact",
},
],
features: [
"Basic Video Edit",
"Ad Management",
"Monthly Report",
],
id: "grade-4", price: "$2,500", name: "Grade 4", buttons: [{ text: "Deploy", href: "#contact" }],
features: ["Basic Video Edit", "Ad Management", "Monthly Report"]
},
{
id: "grade-1",
price: "$7,500",
name: "Grade 1",
buttons: [
{
text: "Deploy",
href: "#contact",
},
],
features: [
"Advanced Video Production",
"Strategy Retainers",
"Priority Support",
"Creative Consulting",
],
id: "grade-1", price: "$7,500", name: "Grade 1", buttons: [{ text: "Deploy", href: "#contact" }],
features: ["Advanced Video Production", "Strategy Retainers", "Priority Support", "Creative Consulting"]
},
{
id: "special",
price: "$15,000",
name: "Special Grade",
buttons: [
{
text: "Deploy",
href: "#contact",
},
],
features: [
"Full Brand Control",
"Viral Campaigns",
"24/7 Dedicated Team",
"Omnichannel Mastery",
],
},
id: "special", price: "$15,000", name: "Special Grade", buttons: [{ text: "Deploy", href: "#contact" }],
features: ["Full Brand Control", "Viral Campaigns", "24/7 Dedicated Team", "Omnichannel Mastery"]
}
]}
title="Contract Tiers"
description="Choose your level of engagement."
@@ -317,16 +149,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "cell-wave",
}}
background={{ variant: "cell-wave" }}
text="Ready to expand your domain? Contact us today."
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
buttons={[{ text: "Get Started", href: "#contact" }]}
/>
</div>
@@ -335,32 +160,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/numerology-concept-with-pink-light_23-2149980538.jpg"
logoText="Jujutsu Agency"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Work",
href: "#work",
},
],
},
{
title: "Services",
items: [
{
label: "Marketing",
href: "#services",
},
{
label: "Editing",
href: "#services",
},
],
},
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Work", href: "#work" }] },
{ title: "Services", items: [{ label: "Marketing", href: "#services" }, { label: "Editing", href: "#services" }] }
]}
/>
</div>