Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 15:14:08 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Robot, Brain, Code, Cloud, Database } from "lucide-react";
import { Bot, Brain, Code, Cloud, Database } from "lucide-react";
export default function LandingPage() {
return (
@@ -82,7 +82,7 @@ export default function LandingPage() {
description="As an AI & Robotics Enthusiast, I leverage a diverse skill set in WEB DEVELOPMENT, AI TOOLS, PYTHON, C PROGRAMING, RAG, GITHUB, SOCIAL MEDIA, SQL, and REACTJS to bring innovative ideas to life."
features={[
{
title: "AI & Robotics", description: "Driving innovation in intelligent systems and automation.", bentoComponent: "3d-card-grid", centerIcon={Robot},
title: "AI & Robotics", description: "Driving innovation in intelligent systems and automation.", bentoComponent: "3d-card-grid",
items: [
{ name: "Intelligence", icon: Brain },
{ name: "Development", icon: Code },
@@ -91,7 +91,7 @@ export default function LandingPage() {
]
}
]}
animationType="scale-rotate"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Skills section"
@@ -139,7 +139,6 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
speed={40}
animationType="blur-reveal"
ariaLabel="Social proof section"
/>
</div>