Update src/app/projects/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user