Merge version_1 into main #2
229
src/app/page.tsx
229
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Systems",
|
||||
id: "systems",
|
||||
},
|
||||
name: "Systems", id: "systems"},
|
||||
{
|
||||
name: "Templates",
|
||||
id: "products",
|
||||
},
|
||||
name: "Templates", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Work With Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Work With Us", id: "contact"},
|
||||
]}
|
||||
brandName="Monievate OS"
|
||||
/>
|
||||
@@ -54,102 +46,57 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Scale Your Business with Structured Systems"
|
||||
description="Monievate OS provides the content systems, business templates, and automation tools you need to simplify operations and accelerate your growth as a coach or creator."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The Notion templates transformed my workflow completely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Jenkins", handle: "@sarahj", testimonial: "The Notion templates transformed my workflow completely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@chenworks",
|
||||
testimonial: "Automation tools have saved me hours of daily work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1",
|
||||
},
|
||||
name: "Michael Chen", handle: "@chenworks", testimonial: "Automation tools have saved me hours of daily work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_builds",
|
||||
testimonial: "Strategic marketing support helped me reach my 6-figure goal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1",
|
||||
},
|
||||
name: "Elena Rodriguez", handle: "@elena_builds", testimonial: "Strategic marketing support helped me reach my 6-figure goal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@dk_creative",
|
||||
testimonial: "Systems and structures are exactly what I needed to scale.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1",
|
||||
},
|
||||
name: "David Kim", handle: "@dk_creative", testimonial: "Systems and structures are exactly what I needed to scale.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
|
||||
{
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariamarketing",
|
||||
testimonial: "Incredible clarity and professional approach. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1",
|
||||
},
|
||||
name: "Maria Garcia", handle: "@mariamarketing", testimonial: "Incredible clarity and professional approach. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get the System",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Get the System", href: "#products"},
|
||||
{
|
||||
text: "Start Growing",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Start Growing", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/smart-home-management-illustration_23-2148609718.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
|
||||
alt: "Sarah Jenkins",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Sarah Jenkins"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
alt: "Elena Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Elena Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
alt: "Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Maria Garcia"},
|
||||
]}
|
||||
avatarText="Used by 500+ professionals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable Systems",
|
||||
},
|
||||
type: "text", text: "Scalable Systems"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Content Automation",
|
||||
},
|
||||
type: "text", text: "Content Automation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Growth",
|
||||
},
|
||||
type: "text", text: "Strategic Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Clarity",
|
||||
},
|
||||
type: "text", text: "Business Clarity"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Proven Results",
|
||||
},
|
||||
type: "text", text: "Proven Results"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,18 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built for ",
|
||||
},
|
||||
type: "text", content: "Built for "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116603.jpg",
|
||||
alt: "Strategy",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116603.jpg", alt: "Strategy"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Strategic Growth & Digital Transformation",
|
||||
},
|
||||
type: "text", content: " Strategic Growth & Digital Transformation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,47 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "All-in-One Business Hub",
|
||||
price: "$97",
|
||||
variant: "Notion Dashboard",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "All-in-One Business Hub", price: "$97", variant: "Notion Dashboard", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Content Calendar System",
|
||||
price: "$47",
|
||||
variant: "Spreadsheet/Tool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Content Calendar System", price: "$47", variant: "Spreadsheet/Tool", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Automation Starter Kit",
|
||||
price: "$147",
|
||||
variant: "Workflow Tool",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Automation Starter Kit", price: "$147", variant: "Workflow Tool", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Marketing Strategy Pack",
|
||||
price: "$197",
|
||||
variant: "Documents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Marketing Strategy Pack", price: "$197", variant: "Documents", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Client Onboarding OS",
|
||||
price: "$77",
|
||||
variant: "Notion",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Client Onboarding OS", price: "$77", variant: "Notion", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Email Funnel Templates",
|
||||
price: "$127",
|
||||
variant: "Digital Product",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg?_wi=3",
|
||||
},
|
||||
id: "p6", name: "Email Funnel Templates", price: "$127", variant: "Digital Product", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg"},
|
||||
]}
|
||||
title="Our Business Templates & Tools"
|
||||
description="Streamline your operations with our professionally designed digital tools."
|
||||
@@ -237,21 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Constant overwhelm",
|
||||
"Lack of clear processes",
|
||||
"Manual repetitive tasks",
|
||||
"Inconsistent content",
|
||||
"Burnout from scaling",
|
||||
],
|
||||
"Constant overwhelm", "Lack of clear processes", "Manual repetitive tasks", "Inconsistent content", "Burnout from scaling"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Scalable operations",
|
||||
"Automated workflows",
|
||||
"Clear strategic direction",
|
||||
"Consistent output",
|
||||
"Revenue growth",
|
||||
],
|
||||
"Scalable operations", "Automated workflows", "Clear strategic direction", "Consistent output", "Revenue growth"],
|
||||
}}
|
||||
title="Why Monievate OS Works"
|
||||
description="We replace chaos with clarity through proven systems."
|
||||
@@ -260,50 +160,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Sarah Jenkins", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Founder",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Founder", company: "Innovate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Marketing Dir",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", role: "Marketing Dir", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Product Mgr",
|
||||
company: "Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Product Mgr", company: "Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Maria Garcia",
|
||||
role: "Coach",
|
||||
company: "PeakLife",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Maria Garcia", role: "Coach", company: "PeakLife", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"},
|
||||
]}
|
||||
title="Transforming Business Results"
|
||||
description="Join hundreds of entrepreneurs who have scaled their operations."
|
||||
@@ -314,14 +190,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to scale your business? Let's talk about the systems you need."
|
||||
buttons={[
|
||||
{
|
||||
text: "Work With Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Work With Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user