Merge version_1 into main #1
339
src/app/page.tsx
339
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cspln4"
|
||||
logoAlt="GrowthOS AI Logo"
|
||||
@@ -65,64 +53,34 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="AI-Powered Digital Marketing for Businesses That Want Faster Growth"
|
||||
description="We combine artificial intelligence, automation, and data-driven marketing to help businesses generate more leads, improve conversions, and scale efficiently. From SEO and content marketing to paid advertising and customer journey optimization, our AI-powered system works continuously to deliver measurable results. Built for the future. Driven by data. Focused on growth."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@TechGrowth",
|
||||
testimonial: "GrowthOS AI transformed our lead generation. We saw a 200% increase in qualified leads within the first three months. Unbelievable results!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/they-re-best-business-team_329181-15197.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
name: "Sarah J.", handle: "@TechGrowth", testimonial: "GrowthOS AI transformed our lead generation. We saw a 200% increase in qualified leads within the first three months. Unbelievable results!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/they-re-best-business-team_329181-15197.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
name: "Mark C.",
|
||||
handle: "@InnovateNow",
|
||||
testimonial: "The AI content marketing is a game-changer. Our organic traffic has never been higher, and the content quality is exceptional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageAlt: "Mark C.",
|
||||
},
|
||||
name: "Mark C.", handle: "@InnovateNow", testimonial: "The AI content marketing is a game-changer. Our organic traffic has never been higher, and the content quality is exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Mark C."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@ScaleUp",
|
||||
testimonial: "Their automation workflows saved us countless hours. Now our team can focus on strategy, not repetitive tasks. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
name: "Emily R.", handle: "@ScaleUp", testimonial: "Their automation workflows saved us countless hours. Now our team can focus on strategy, not repetitive tasks. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@DigitalEdge",
|
||||
testimonial: "We finally have clear, actionable insights thanks to their analytics and reporting. Our campaigns are more effective than ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
name: "David K.", handle: "@DigitalEdge", testimonial: "We finally have clear, actionable insights thanks to their analytics and reporting. Our campaigns are more effective than ever.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "David K."},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@FutureMarketing",
|
||||
testimonial: "GrowthOS AI is truly built for the future. Their innovative approach to paid advertising delivered an incredible ROAS for us.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-posing-together_23-2149271750.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
name: "Jessica L.", handle: "@FutureMarketing", testimonial: "GrowthOS AI is truly built for the future. Their innovative approach to paid advertising delivered an incredible ROAS for us.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-posing-together_23-2149271750.jpg", imageAlt: "Jessica L."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="AI-Powered Growth"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg"
|
||||
@@ -130,54 +88,32 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-business-team-smiling-camera_1262-2018.jpg",
|
||||
alt: "Successful Business Team Smiling at Camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-business-team-smiling-camera_1262-2018.jpg", alt: "Successful Business Team Smiling at Camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg",
|
||||
alt: "Co workers smiling after a hard workday",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg", alt: "Co workers smiling after a hard workday"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145126.jpg",
|
||||
alt: "Close up on company team working",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145126.jpg", alt: "Close up on company team working"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-executive-foreground_1098-2154.jpg",
|
||||
alt: "Smiling executive on the foreground",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-executive-foreground_1098-2154.jpg", alt: "Smiling executive on the foreground"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
alt: "Senior businessman outside of modern office building.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", alt: "Senior businessman outside of modern office building."},
|
||||
]}
|
||||
avatarText="Join 500+ businesses growing with AI"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Intelligent Automation",
|
||||
type: "text", text: "Intelligent Automation"},
|
||||
{
|
||||
type: "text-icon", text: "Data-Driven Insights", icon: BarChart2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data-Driven Insights",
|
||||
icon: BarChart2,
|
||||
type: "text", text: "Real-time Optimization"},
|
||||
{
|
||||
type: "text-icon", text: "Scalable Growth", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Optimization",
|
||||
},
|
||||
type: "text", text: "Future-Proof Marketing"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Scalable Growth",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Future-Proof Marketing",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AI Content Creation",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "AI Content Creation", icon: Feather,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={25}
|
||||
@@ -190,20 +126,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "At GrowthOS AI, we believe traditional marketing is too slow. Our mission is to build an intelligent marketing ecosystem where AI handles research, optimization, reporting, content creation, and campaign management while human expertise focuses on strategy and business growth.",
|
||||
},
|
||||
type: "text", content: "At GrowthOS AI, we believe traditional marketing is too slow. Our mission is to build an intelligent marketing ecosystem where AI handles research, optimization, reporting, content creation, and campaign management while human expertise focuses on strategy and business growth."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/black-friday-sale-banner-template-3d-rendering_460848-6324.jpg",
|
||||
alt: "AI brain connecting marketing elements",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/black-friday-sale-banner-template-3d-rendering_460848-6324.jpg", alt: "AI brain connecting marketing elements"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Vision", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -217,35 +146,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Growth Engine",
|
||||
description: "Technical SEO, keyword research, content strategy, on-page optimization, and ranking improvement powered by AI algorithms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-pink-magnifying-glass-checklist_107791-15682.jpg",
|
||||
imageAlt: "SEO Growth Engine Icon",
|
||||
},
|
||||
title: "SEO Growth Engine", description: "Technical SEO, keyword research, content strategy, on-page optimization, and ranking improvement powered by AI algorithms.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-pink-magnifying-glass-checklist_107791-15682.jpg", imageAlt: "SEO Growth Engine Icon"},
|
||||
{
|
||||
title: "Performance Marketing",
|
||||
description: "Google Ads, Meta Ads, conversion tracking, audience targeting, and ROAS optimization with intelligent budget allocation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-planning-elements-collectio_23-2147960574.jpg",
|
||||
imageAlt: "Performance Marketing Icon",
|
||||
},
|
||||
title: "Performance Marketing", description: "Google Ads, Meta Ads, conversion tracking, audience targeting, and ROAS optimization with intelligent budget allocation.", imageSrc: "http://img.b2bpic.net/free-vector/digital-planning-elements-collectio_23-2147960574.jpg", imageAlt: "Performance Marketing Icon"},
|
||||
{
|
||||
title: "AI Content Marketing",
|
||||
description: "Blogs, website content, landing pages, email campaigns, and social media content crafted and optimized by AI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-online-education-elements_1257-361.jpg",
|
||||
imageAlt: "AI Content Marketing Icon",
|
||||
},
|
||||
title: "AI Content Marketing", description: "Blogs, website content, landing pages, email campaigns, and social media content crafted and optimized by AI.", imageSrc: "http://img.b2bpic.net/free-vector/linear-online-education-elements_1257-361.jpg", imageAlt: "AI Content Marketing Icon"},
|
||||
{
|
||||
title: "Marketing Automation",
|
||||
description: "CRM workflows, lead nurturing, automated follow-ups, and customer journey automation for seamless operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-95318.jpg",
|
||||
imageAlt: "Marketing Automation Icon",
|
||||
},
|
||||
title: "Marketing Automation", description: "CRM workflows, lead nurturing, automated follow-ups, and customer journey automation for seamless operations.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-95318.jpg", imageAlt: "Marketing Automation Icon"},
|
||||
{
|
||||
title: "Analytics & Reporting",
|
||||
description: "Real-time dashboards, performance monitoring, and actionable business insights to drive data-driven decisions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg",
|
||||
imageAlt: "Analytics & Reporting Icon",
|
||||
},
|
||||
title: "Analytics & Reporting", description: "Real-time dashboards, performance monitoring, and actionable business insights to drive data-driven decisions.", imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg", imageAlt: "Analytics & Reporting Icon"},
|
||||
]}
|
||||
title="Our AI-Powered Services"
|
||||
description="GrowthOS AI offers a comprehensive suite of digital marketing services, enhanced by artificial intelligence to deliver superior results and continuous optimization. We empower your business to thrive in the digital landscape."
|
||||
@@ -256,75 +165,34 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex P.",
|
||||
role: "CEO, Innovate Solutions",
|
||||
company: "Innovate Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg",
|
||||
imageAlt: "Alex P.",
|
||||
},
|
||||
id: "1", name: "Alex P.", role: "CEO, Innovate Solutions", company: "Innovate Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", imageAlt: "Alex P."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Brenda F.",
|
||||
role: "Marketing Lead, GlobalTech",
|
||||
company: "GlobalTech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
imageAlt: "Brenda F.",
|
||||
},
|
||||
id: "2", name: "Brenda F.", role: "Marketing Lead, GlobalTech", company: "GlobalTech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Brenda F."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos G.",
|
||||
role: "Founder, Startup Hub",
|
||||
company: "Startup Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-using-laptop-restaurant_23-2147956341.jpg",
|
||||
imageAlt: "Carlos G.",
|
||||
},
|
||||
id: "3", name: "Carlos G.", role: "Founder, Startup Hub", company: "Startup Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-using-laptop-restaurant_23-2147956341.jpg", imageAlt: "Carlos G."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diana H.",
|
||||
role: "Product Manager, DataSense",
|
||||
company: "DataSense",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
imageAlt: "Diana H.",
|
||||
},
|
||||
id: "4", name: "Diana H.", role: "Product Manager, DataSense", company: "DataSense", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Diana H."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ethan J.",
|
||||
role: "Head of Growth, NexGen",
|
||||
company: "NexGen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
imageAlt: "Ethan J.",
|
||||
},
|
||||
id: "5", name: "Ethan J.", role: "Head of Growth, NexGen", company: "NexGen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Ethan J."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fiona L.",
|
||||
role: "CMO, Future Brands",
|
||||
company: "Future Brands",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
imageAlt: "Fiona L.",
|
||||
},
|
||||
id: "6", name: "Fiona L.", role: "CMO, Future Brands", company: "Future Brands", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "Fiona L."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "150%",
|
||||
label: "Avg. Lead Growth",
|
||||
},
|
||||
value: "150%", label: "Avg. Lead Growth"},
|
||||
{
|
||||
value: "2.5x",
|
||||
label: "ROAS Improvement",
|
||||
},
|
||||
value: "2.5x", label: "ROAS Improvement"},
|
||||
{
|
||||
value: "30%",
|
||||
label: "Cost Savings",
|
||||
},
|
||||
value: "30%", label: "Cost Savings"},
|
||||
]}
|
||||
title="Results & Client Success"
|
||||
description="Our clients experience significant growth and efficiency gains thanks to GrowthOS AI's intelligent marketing solutions. See how we drive measurable impact and deliver on our promises."
|
||||
@@ -337,25 +205,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What makes GrowthOS AI different from traditional agencies?",
|
||||
content: "GrowthOS AI leverages proprietary artificial intelligence and advanced automation to optimize marketing campaigns in real-time, delivering superior performance and efficiency compared to manual, human-centric approaches.",
|
||||
},
|
||||
id: "q1", title: "What makes GrowthOS AI different from traditional agencies?", content: "GrowthOS AI leverages proprietary artificial intelligence and advanced automation to optimize marketing campaigns in real-time, delivering superior performance and efficiency compared to manual, human-centric approaches."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How does AI enhance content creation?",
|
||||
content: "Our AI system can generate high-quality, SEO-optimized content across various formats (blogs, ads, emails) at scale, ensuring consistency, relevance, and faster production cycles, while freeing up human strategists.",
|
||||
},
|
||||
id: "q2", title: "How does AI enhance content creation?", content: "Our AI system can generate high-quality, SEO-optimized content across various formats (blogs, ads, emails) at scale, ensuring consistency, relevance, and faster production cycles, while freeing up human strategists."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can GrowthOS AI integrate with my existing CRM?",
|
||||
content: "Yes, GrowthOS AI is designed for seamless integration with major CRM platforms and other marketing tools to ensure a unified and efficient marketing ecosystem for your business.",
|
||||
},
|
||||
id: "q3", title: "Can GrowthOS AI integrate with my existing CRM?", content: "Yes, GrowthOS AI is designed for seamless integration with major CRM platforms and other marketing tools to ensure a unified and efficient marketing ecosystem for your business."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What kind of results can I expect?",
|
||||
content: "Clients typically experience significant improvements in lead generation, conversion rates, search rankings, and return on ad spend (ROAS). Our data-driven approach ensures measurable and sustainable growth.",
|
||||
},
|
||||
id: "q4", title: "What kind of results can I expect?", content: "Clients typically experience significant improvements in lead generation, conversion rates, search rankings, and return on ad spend (ROAS). Our data-driven approach ensures measurable and sustainable growth."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-3d-button_23-2149917544.jpg"
|
||||
imageAlt="AI Question Mark for FAQ"
|
||||
@@ -374,28 +230,17 @@ export default function LandingPage() {
|
||||
description="Connect with the GrowthOS AI team today to discuss your marketing goals and discover how our AI-powered solutions can transform your business. Let's build the future of your marketing together."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company Name",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Company Name", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your business goals...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your business goals...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teamworking-server-farm-employees-using-ai-tablet_482257-125926.jpg"
|
||||
@@ -411,67 +256,41 @@ export default function LandingPage() {
|
||||
logoText="GrowthOS AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "SEO Growth",
|
||||
href: "#services",
|
||||
},
|
||||
label: "SEO Growth", href: "#services"},
|
||||
{
|
||||
label: "Performance Marketing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Performance Marketing", href: "#services"},
|
||||
{
|
||||
label: "AI Content",
|
||||
href: "#services",
|
||||
},
|
||||
label: "AI Content", href: "#services"},
|
||||
{
|
||||
label: "Automation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Automation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
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