Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:46:34 +00:00

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroLogo from '@/components/sections/hero/HeroLogo';
import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import Link from 'next/link';
import { Package, Code, Zap, Users, MessageSquare, Mail } from 'lucide-react';
import HeroLogo from "@/components/sections/hero/HeroLogo";
import TextAbout from "@/components/sections/about/TextAbout";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { Package, Code, Zap, Users, MessageSquare, Mail } from "lucide-react";
const page = () => {
const navItems = [
@@ -32,17 +32,6 @@ const page = () => {
}
];
const skills = {
features: [
{
title: "Web Development", description: "Build responsive and fast websites", bentoComponent: "globe" as const
},
{
title: "Mobile Apps", description: "Create native and cross-platform applications", bentoComponent: "animated-bar-chart" as const
}
]
};
const experience = [
{
id: "1", title: "Senior Developer", subtitle: "Tech Company Inc · Full-time", category: "Engineering", value: "3 years"
@@ -154,10 +143,10 @@ const page = () => {
<FeatureBento
features={[
{
title: "Web Development", description: "Build responsive and fast websites", bentoComponent: "globe" as const
title: "Web Development", description: "Build responsive and fast websites", bentoComponent: "globe"
},
{
title: "Mobile Apps", description: "Create native and cross-platform applications", bentoComponent: "animated-bar-chart" as const
title: "Mobile Apps", description: "Create native and cross-platform applications", bentoComponent: "animated-bar-chart"
}
]}
title="My Skills"