From 8a5fdd2acb02cac38342b2923021bb82c880cf01 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:16:08 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f61ed5b..e5950d5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "YouTube", href: "https://youtube.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Tools Guide", href: "/blog" }, { label: "Content Library", href: "/content" }, { label: "Contact", href: "/contact" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -63,7 +59,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -74,9 +70,7 @@ export default function AboutPage() { brandName="Sajen Soren" navItems={navItems} button={{ - text: "Get in Touch", - href: "/contact", - }} + text: "Get in Touch", href: "/contact"}} /> @@ -99,26 +93,11 @@ export default function AboutPage() { description="Deep knowledge across AI tools, digital content creation, business strategy, and creative innovation" features={[ { - id: "1", - title: "AI & Automation", - description: "Expert knowledge in leveraging AI tools for productivity, automation, content generation, and business process optimization. Proficient with ChatGPT, Claude, Midjourney, and emerging AI platforms.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/colorful-dashboard-showing-ai-tools-and--1772820762370-00319d06.png?_wi=2", - imageAlt: "AI tools expertise", - }, + id: "1", title: "AI & Automation", description: "Expert knowledge in leveraging AI tools for productivity, automation, content generation, and business process optimization. Proficient with ChatGPT, Claude, Midjourney, and emerging AI platforms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/colorful-dashboard-showing-ai-tools-and--1772820762370-00319d06.png", imageAlt: "AI tools expertise"}, { - id: "2", - title: "Content Creation", - description: "Years of experience creating engaging video content, writing compelling copy, producing podcasts, and developing multimedia content strategies for audience growth and engagement.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png?_wi=2", - imageAlt: "Content creation expertise", - }, + id: "2", title: "Content Creation", description: "Years of experience creating engaging video content, writing compelling copy, producing podcasts, and developing multimedia content strategies for audience growth and engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png", imageAlt: "Content creation expertise"}, { - id: "3", - title: "Digital Business", - description: "Proven track record in building online businesses, creating multiple income streams, launching digital products, and scaling entrepreneurial ventures from zero to profitability.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/digital-business-growth-visualization-wi-1772820762863-a05e2142.png?_wi=2", - imageAlt: "Digital business skills", - }, + id: "3", title: "Digital Business", description: "Proven track record in building online businesses, creating multiple income streams, launching digital products, and scaling entrepreneurial ventures from zero to profitability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/digital-business-growth-visualization-wi-1772820762863-a05e2142.png", imageAlt: "Digital business skills"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -136,7 +115,7 @@ export default function AboutPage() { { text: "Get in Touch", href: "/contact" }, { text: "View Projects", href: "/projects" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 795a53dab16b3171d6892144f05a74c48ccf3a64 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:16:08 +0000 Subject: [PATCH 2/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 68 ++++++++++--------------------------------- 1 file changed, 15 insertions(+), 53 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5042ce5..fe8fd1c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -18,8 +18,7 @@ export default function BlogPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }, @@ -27,8 +26,7 @@ export default function BlogPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "YouTube", href: "https://youtube.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -36,8 +34,7 @@ export default function BlogPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Tools Guide", href: "/blog" }, { label: "Content Library", href: "/content" }, { label: "Contact", href: "/contact" }, @@ -45,8 +42,7 @@ export default function BlogPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -62,7 +58,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -76,9 +72,7 @@ export default function BlogPage() { id: item.id, }))} button={{ - text: "Get in Touch", - href: "/contact", - }} + text: "Get in Touch", href: "/contact"}} /> @@ -89,49 +83,17 @@ export default function BlogPage() { description="In-depth articles exploring AI tools, digital entrepreneurship strategies, creative innovation, and technology trends to help you stay ahead of the curve" blogs={[ { - id: "1", - category: ["AI Tools", "Technology"], - title: "Top AI Tools Revolutionizing Content Creation", - excerpt: "Discover the most powerful AI tools that are changing how creators produce high-quality content faster and smarter. From writing assistants to video generation, explore the tools reshaping the creator economy.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-cover-image-showing-ai-tools-com-1772820764398-4bf6d8dc.png?_wi=3", - imageAlt: "AI tools comparison", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 15, 2025", - }, + id: "1", category: ["AI Tools", "Technology"], + title: "Top AI Tools Revolutionizing Content Creation", excerpt: "Discover the most powerful AI tools that are changing how creators produce high-quality content faster and smarter. From writing assistants to video generation, explore the tools reshaping the creator economy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-cover-image-showing-ai-tools-com-1772820764398-4bf6d8dc.png", imageAlt: "AI tools comparison", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 15, 2025"}, { - id: "2", - category: ["Digital Business", "Earning"], - title: "How to Build Multiple Income Streams Online", - excerpt: "A comprehensive guide to creating sustainable passive income and scaling your digital business to six figures. Learn proven strategies used by successful digital entrepreneurs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-making-money-online-showin-1772820765681-6f5e3536.png?_wi=2", - imageAlt: "Online earning dashboard", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 12, 2025", - }, + id: "2", category: ["Digital Business", "Earning"], + title: "How to Build Multiple Income Streams Online", excerpt: "A comprehensive guide to creating sustainable passive income and scaling your digital business to six figures. Learn proven strategies used by successful digital entrepreneurs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-making-money-online-showin-1772820765681-6f5e3536.png", imageAlt: "Online earning dashboard", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 12, 2025"}, { - id: "3", - category: ["Creativity", "Innovation"], - title: "Blending AI with Creative Thinking", - excerpt: "Explore how artificial intelligence is enhancing creative processes and opening new possibilities for artists and designers. Discover the future of human-AI collaboration in creative fields.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-creative-thinking-and-inno-1772820763968-a07e3972.png?_wi=3", - imageAlt: "Creative brainstorming", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 10, 2025", - }, + id: "3", category: ["Creativity", "Innovation"], + title: "Blending AI with Creative Thinking", excerpt: "Explore how artificial intelligence is enhancing creative processes and opening new possibilities for artists and designers. Discover the future of human-AI collaboration in creative fields.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-creative-thinking-and-inno-1772820763968-a07e3972.png", imageAlt: "Creative brainstorming", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 10, 2025"}, { - id: "4", - category: ["Technology", "Trends"], - title: "The Future of AI in 2025 and Beyond", - excerpt: "Predictions and insights on emerging AI trends, transformative technologies, and opportunities for early adopters. Stay informed about the tech landscape that will shape our future.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png?_wi=4", - imageAlt: "Future technology trends", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 8, 2025", - }, + id: "4", category: ["Technology", "Trends"], + title: "The Future of AI in 2025 and Beyond", excerpt: "Predictions and insights on emerging AI trends, transformative technologies, and opportunities for early adopters. Stay informed about the tech landscape that will shape our future.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png", imageAlt: "Future technology trends", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 8, 2025"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -148,7 +110,7 @@ export default function BlogPage() { { text: "Get in Touch", href: "/contact" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 6b57c864c3576c9856bbf608fdd61eccc772ba4d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:16:09 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3a6018e..6a129f5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "YouTube", href: "https://youtube.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Tools Guide", href: "/blog" }, { label: "Content Library", href: "/content" }, { label: "Contact", href: "/contact" }, @@ -44,8 +41,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -61,7 +57,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -75,9 +71,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Get in Touch", - href: "/contact", - }} + text: "Get in Touch", href: "/contact"}} /> @@ -89,7 +83,7 @@ export default function ContactPage() { { text: "Email Me", href: "mailto:hello@sajensoren.com" }, { text: "Schedule a Call", href: "https://calendly.com" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -102,7 +96,7 @@ export default function ContactPage() { { text: "Send Inquiry", href: "mailto:business@sajensoren.com" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "animated-grid" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={true} /> @@ -115,7 +109,7 @@ export default function ContactPage() { { text: "Follow on Twitter", href: "https://twitter.com" }, { text: "Subscribe on YouTube", href: "https://youtube.com" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 328670bd9662fda0c96056685e1ad1063042c8e8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:16:10 +0000 Subject: [PATCH 4/6] Update src/app/content/page.tsx --- src/app/content/page.tsx | 86 +++++++++------------------------------- 1 file changed, 18 insertions(+), 68 deletions(-) diff --git a/src/app/content/page.tsx b/src/app/content/page.tsx index a6b7061..49f4747 100644 --- a/src/app/content/page.tsx +++ b/src/app/content/page.tsx @@ -21,8 +21,7 @@ export default function ContentPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }, @@ -30,8 +29,7 @@ export default function ContentPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "YouTube", href: "https://youtube.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -39,8 +37,7 @@ export default function ContentPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Tools Guide", href: "/blog" }, { label: "Content Library", href: "/content" }, { label: "Contact", href: "/contact" }, @@ -48,8 +45,7 @@ export default function ContentPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -65,7 +61,7 @@ export default function ContentPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -76,9 +72,7 @@ export default function ContentPage() { brandName="Sajen Soren" navItems={navItems} button={{ - text: "Get in Touch", - href: "/contact", - }} + text: "Get in Touch", href: "/contact"}} /> @@ -90,7 +84,7 @@ export default function ContentPage() { { text: "Watch Videos", href: "https://youtube.com" }, { text: "Back to Home", href: "/" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png" imageAlt="YouTube content creation studio" showDimOverlay={true} buttonAnimation="slide-up" @@ -113,33 +107,13 @@ export default function ContentPage() { description="Diverse content across multiple platforms and formats" features={[ { - id: "1", - title: "AI Tutorials", - description: "In-depth tutorials on AI tools, ChatGPT, image generation, and automation techniques for content creators.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/colorful-dashboard-showing-ai-tools-and--1772820762370-00319d06.png?_wi=3", - imageAlt: "AI tools and technology dashboard", - }, + id: "1", title: "AI Tutorials", description: "In-depth tutorials on AI tools, ChatGPT, image generation, and automation techniques for content creators.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/colorful-dashboard-showing-ai-tools-and--1772820762370-00319d06.png", imageAlt: "AI tools and technology dashboard"}, { - id: "2", - title: "Business Strategies", - description: "Actionable strategies for scaling online businesses, building personal brands, and creating multiple income streams.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/digital-business-growth-visualization-wi-1772820762863-a05e2142.png?_wi=3", - imageAlt: "Digital business growth analytics", - }, + id: "2", title: "Business Strategies", description: "Actionable strategies for scaling online businesses, building personal brands, and creating multiple income streams.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/digital-business-growth-visualization-wi-1772820762863-a05e2142.png", imageAlt: "Digital business growth analytics"}, { - id: "3", - title: "Creative Inspiration", - description: "Exploring the intersection of creativity and technology, showcasing innovative design and artistic projects.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-art-and-design-workspace-showin-1772820762332-085d4456.png?_wi=2", - imageAlt: "Creative design and digital art workspace", - }, + id: "3", title: "Creative Inspiration", description: "Exploring the intersection of creativity and technology, showcasing innovative design and artistic projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-art-and-design-workspace-showin-1772820762332-085d4456.png", imageAlt: "Creative design and digital art workspace"}, { - id: "4", - title: "Industry Insights", - description: "Deep dives into tech trends, digital entrepreneurship, and the future of AI and creator economy.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png?_wi=2", - imageAlt: "Future technology trends", - }, + id: "4", title: "Industry Insights", description: "Deep dives into tech trends, digital entrepreneurship, and the future of AI and creator economy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png", imageAlt: "Future technology trends"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -156,38 +130,14 @@ export default function ContentPage() { description="Featured videos and articles from my content library" blogs={[ { - id: "1", - category: ["YouTube", "Tutorial"], - title: "How to Use ChatGPT for Content Creation", - excerpt: "A complete guide to leveraging ChatGPT for writing, ideation, and scaling your content production.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-cover-image-showing-ai-tools-com-1772820764398-4bf6d8dc.png?_wi=2", - imageAlt: "AI tools comparison", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 20, 2025", - }, + id: "1", category: ["YouTube", "Tutorial"], + title: "How to Use ChatGPT for Content Creation", excerpt: "A complete guide to leveraging ChatGPT for writing, ideation, and scaling your content production.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-cover-image-showing-ai-tools-com-1772820764398-4bf6d8dc.png", imageAlt: "AI tools comparison", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 20, 2025"}, { - id: "2", - category: ["Strategy", "YouTube Growth"], - title: "10 Secrets to Grow Your YouTube Channel to 1M Subscribers", - excerpt: "Proven strategies and tactics used by top creators to scale their channels rapidly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png?_wi=4", - imageAlt: "YouTube studio setup", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 18, 2025", - }, + id: "2", category: ["Strategy", "YouTube Growth"], + title: "10 Secrets to Grow Your YouTube Channel to 1M Subscribers", excerpt: "Proven strategies and tactics used by top creators to scale their channels rapidly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png", imageAlt: "YouTube studio setup", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 18, 2025"}, { - id: "3", - category: ["Content", "Creativity"], - title: "Finding Your Unique Voice as a Content Creator", - excerpt: "Discover how to stand out in a crowded space and build an authentic audience that trusts you.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-creative-thinking-and-inno-1772820763968-a07e3972.png?_wi=2", - imageAlt: "Creative brainstorming", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 15, 2025", - }, + id: "3", category: ["Content", "Creativity"], + title: "Finding Your Unique Voice as a Content Creator", excerpt: "Discover how to stand out in a crowded space and build an authentic audience that trusts you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-creative-thinking-and-inno-1772820763968-a07e3972.png", imageAlt: "Creative brainstorming", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 15, 2025"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -204,7 +154,7 @@ export default function ContentPage() { { text: "Send Message", href: "/contact" }, { text: "Schedule Call", href: "https://calendly.com" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 6be7c773e805f64835b57e7c5fe93bb756ef952b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:16:10 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 122 ++++++++++------------------------------------- 1 file changed, 24 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 416315d..359b8b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "YouTube", href: "https://youtube.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Tools Guide", href: "/blog" }, { label: "Content Library", href: "/content" }, { label: "Contact", href: "/contact" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -67,7 +63,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -81,9 +77,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Get in Touch", - href: "/contact", - }} + text: "Get in Touch", href: "/contact"}} /> @@ -118,33 +112,13 @@ export default function HomePage() { description="Exploring the intersection of AI, digital business, and creative expression" features={[ { - id: "1", - title: "AI Technology", - description: "Exploring cutting-edge AI tools, machine learning applications, and automation solutions for modern businesses and creators.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/colorful-dashboard-showing-ai-tools-and--1772820762370-00319d06.png?_wi=1", - imageAlt: "AI tools and technology dashboard", - }, + id: "1", title: "AI Technology", description: "Exploring cutting-edge AI tools, machine learning applications, and automation solutions for modern businesses and creators.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/colorful-dashboard-showing-ai-tools-and--1772820762370-00319d06.png", imageAlt: "AI tools and technology dashboard"}, { - id: "2", - title: "YouTube Content", - description: "Creating engaging video content about AI, digital business strategies, creative techniques, and entrepreneurial insights.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png?_wi=1", - imageAlt: "YouTube content creation studio", - }, + id: "2", title: "YouTube Content", description: "Creating engaging video content about AI, digital business strategies, creative techniques, and entrepreneurial insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png", imageAlt: "YouTube content creation studio"}, { - id: "3", - title: "Digital Business", - description: "Building sustainable online income streams, sharing strategies for digital entrepreneurship, and scaling digital ventures.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/digital-business-growth-visualization-wi-1772820762863-a05e2142.png?_wi=1", - imageAlt: "Digital business growth analytics", - }, + id: "3", title: "Digital Business", description: "Building sustainable online income streams, sharing strategies for digital entrepreneurship, and scaling digital ventures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/digital-business-growth-visualization-wi-1772820762863-a05e2142.png", imageAlt: "Digital business growth analytics"}, { - id: "4", - title: "Creative Art", - description: "Blending AI with creative arts, exploring digital design, and using technology to enhance creative expression.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-art-and-design-workspace-showin-1772820762332-085d4456.png?_wi=1", - imageAlt: "Creative design and digital art workspace", - }, + id: "4", title: "Creative Art", description: "Blending AI with creative arts, exploring digital design, and using technology to enhance creative expression.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-art-and-design-workspace-showin-1772820762332-085d4456.png", imageAlt: "Creative design and digital art workspace"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -160,15 +134,7 @@ export default function HomePage() { title="Featured On & Partnerships" description="Building credibility through collaborations and featured appearances in leading tech and creator platforms" names={[ - "YouTube Creator Community", - "AI Innovation Hub", - "Digital Entrepreneur Network", - "Tech Content Creators", - "AI Developer Community", - "Digital Business Alliance", - "Creative Innovators Circle", - "Tech Startup Ecosystem", - ]} + "YouTube Creator Community", "AI Innovation Hub", "Digital Entrepreneur Network", "Tech Content Creators", "AI Developer Community", "Digital Business Alliance", "Creative Innovators Circle", "Tech Startup Ecosystem"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -183,21 +149,13 @@ export default function HomePage() { author="Alex Kumar, Digital Entrepreneur" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-successful-en-1772820761827-55f045e7.png", - alt: "Alex Kumar", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-successful-en-1772820761827-55f045e7.png", alt: "Alex Kumar"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-creative-prof-1772820761959-d17e81c9.png", - alt: "Testimonial contributor", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-creative-prof-1772820761959-d17e81c9.png", alt: "Testimonial contributor"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-tech-professi-1772820761331-6afab979.png", - alt: "Testimonial contributor", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-tech-professi-1772820761331-6afab979.png", alt: "Testimonial contributor"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-business-lead-1772820761858-4404eb02.png", - alt: "Testimonial contributor", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-headshot-of-a-business-lead-1772820761858-4404eb02.png", alt: "Testimonial contributor"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -212,49 +170,17 @@ export default function HomePage() { description="Deep dives into AI tools, digital entrepreneurship, creative innovation, and technology trends" blogs={[ { - id: "1", - category: ["AI Tools", "Technology"], - title: "Top AI Tools Revolutionizing Content Creation", - excerpt: "Discover the most powerful AI tools that are changing how creators produce high-quality content faster and smarter.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-cover-image-showing-ai-tools-com-1772820764398-4bf6d8dc.png?_wi=1", - imageAlt: "AI tools comparison", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 15, 2025", - }, + id: "1", category: ["AI Tools", "Technology"], + title: "Top AI Tools Revolutionizing Content Creation", excerpt: "Discover the most powerful AI tools that are changing how creators produce high-quality content faster and smarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-cover-image-showing-ai-tools-com-1772820764398-4bf6d8dc.png", imageAlt: "AI tools comparison", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 15, 2025"}, { - id: "2", - category: ["Digital Business", "Earning"], - title: "How to Build Multiple Income Streams Online", - excerpt: "A comprehensive guide to creating sustainable passive income and scaling your digital business to six figures.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-making-money-online-showin-1772820765681-6f5e3536.png?_wi=1", - imageAlt: "Online earning dashboard", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 12, 2025", - }, + id: "2", category: ["Digital Business", "Earning"], + title: "How to Build Multiple Income Streams Online", excerpt: "A comprehensive guide to creating sustainable passive income and scaling your digital business to six figures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-making-money-online-showin-1772820765681-6f5e3536.png", imageAlt: "Online earning dashboard", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 12, 2025"}, { - id: "3", - category: ["Creativity", "Innovation"], - title: "Blending AI with Creative Thinking", - excerpt: "Explore how artificial intelligence is enhancing creative processes and opening new possibilities for artists and designers.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-creative-thinking-and-inno-1772820763968-a07e3972.png?_wi=1", - imageAlt: "Creative brainstorming", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 10, 2025", - }, + id: "3", category: ["Creativity", "Innovation"], + title: "Blending AI with Creative Thinking", excerpt: "Explore how artificial intelligence is enhancing creative processes and opening new possibilities for artists and designers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-creative-thinking-and-inno-1772820763968-a07e3972.png", imageAlt: "Creative brainstorming", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 10, 2025"}, { - id: "4", - category: ["Technology", "Trends"], - title: "The Future of AI in 2025 and Beyond", - excerpt: "Predictions and insights on emerging AI trends, transformative technologies, and opportunities for early adopters.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png?_wi=1", - imageAlt: "Future technology trends", - authorName: "Sajen Soren", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", - date: "January 8, 2025", - }, + id: "4", category: ["Technology", "Trends"], + title: "The Future of AI in 2025 and Beyond", excerpt: "Predictions and insights on emerging AI trends, transformative technologies, and opportunities for early adopters.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png", imageAlt: "Future technology trends", authorName: "Sajen Soren", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/portrait-of-a-young-indian-tech-creator--1772820761485-147cbf94.png", date: "January 8, 2025"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -271,7 +197,7 @@ export default function HomePage() { { text: "Send Message", href: "/contact" }, { text: "Schedule Call", href: "https://calendly.com" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 30fa070a918a217f5cad2f741380c13396c3caa5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:16:11 +0000 Subject: [PATCH 6/6] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 50 ++++++++++----------------------------- 1 file changed, 12 insertions(+), 38 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 84f5c22..f1bb790 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -20,8 +20,7 @@ export default function ProjectsPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }, @@ -29,8 +28,7 @@ export default function ProjectsPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "YouTube", href: "https://youtube.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -38,8 +36,7 @@ export default function ProjectsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Tools Guide", href: "/blog" }, { label: "Content Library", href: "/content" }, { label: "Contact", href: "/contact" }, @@ -47,8 +44,7 @@ export default function ProjectsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -64,7 +60,7 @@ export default function ProjectsPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -75,9 +71,7 @@ export default function ProjectsPage() { brandName="Sajen Soren" navItems={navItems} button={{ - text: "Get in Touch", - href: "/contact", - }} + text: "Get in Touch", href: "/contact"}} /> @@ -89,7 +83,7 @@ export default function ProjectsPage() { { text: "Learn More", href: "#projects" }, { text: "Back to Home", href: "/" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-ai-agency-service-visualiza-1772820764184-9b1bb6c9.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-ai-agency-service-visualiza-1772820764184-9b1bb6c9.png" imageAlt="Professional AI agency service visualization" showDimOverlay={true} buttonAnimation="slide-up" @@ -112,33 +106,13 @@ export default function ProjectsPage() { description="AI-powered ventures and innovative projects transforming industries" features={[ { - id: "1", - title: "AI Agency Solutions", - description: "Building a comprehensive AI services agency that automates workflows, creates AI-powered content, and provides consulting to businesses scaling their operations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-ai-agency-service-visualiza-1772820764184-9b1bb6c9.png?_wi=2", - imageAlt: "AI agency service visualization", - }, + id: "1", title: "AI Agency Solutions", description: "Building a comprehensive AI services agency that automates workflows, creates AI-powered content, and provides consulting to businesses scaling their operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/professional-ai-agency-service-visualiza-1772820764184-9b1bb6c9.png", imageAlt: "AI agency service visualization"}, { - id: "2", - title: "Farmer AI Initiative", - description: "Leveraging AI and IoT technology to empower Indian farmers with data-driven insights, crop optimization, and smart farming solutions.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/ai-technology-applied-to-agriculture-sho-1772820762153-4159a215.png", - imageAlt: "Smart farming AI agriculture technology", - }, + id: "2", title: "Farmer AI Initiative", description: "Leveraging AI and IoT technology to empower Indian farmers with data-driven insights, crop optimization, and smart farming solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/ai-technology-applied-to-agriculture-sho-1772820762153-4159a215.png", imageAlt: "Smart farming AI agriculture technology"}, { - id: "3", - title: "Digital Creator Platform", - description: "A comprehensive platform helping content creators monetize their work, scale their audience, and build sustainable income streams.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png?_wi=5", - imageAlt: "Content creation platform", - }, + id: "3", title: "Digital Creator Platform", description: "A comprehensive platform helping content creators monetize their work, scale their audience, and build sustainable income streams.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/creative-content-creation-workspace-with-1772820762189-52d4b70f.png", imageAlt: "Content creation platform"}, { - id: "4", - title: "Future Tech Innovation", - description: "Exploring emerging technologies, blockchain applications, Web3 opportunities, and next-generation solutions for tomorrow's challenges.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png?_wi=3", - imageAlt: "Future technology trends", - }, + id: "4", title: "Future Tech Innovation", description: "Exploring emerging technologies, blockchain applications, Web3 opportunities, and next-generation solutions for tomorrow's challenges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaBEQyTfdb68Ule7KJKAKahWSR/article-about-technology-trends-showing--1772820767248-515af328.png", imageAlt: "Future technology trends"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -156,7 +130,7 @@ export default function ProjectsPage() { { text: "Get in Touch", href: "/contact" }, { text: "Schedule Call", href: "https://calendly.com" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1