Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Code, FileCode, GitBranch, Layout, Mail, MessageSquare, Package, Palette, Shield, Sparkles, Star, Terminal, User, Wind, Zap, Award, ReactIcon } from 'lucide-react';
|
||||
import { Code, FileCode, GitBranch, Layout, Mail, MessageSquare, Package, Palette, Shield, Sparkles, Star, Terminal, User, Wind, Zap, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,6 +55,7 @@ export default function LandingPage() {
|
||||
{ text: "Get In Touch", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241315.jpg", imageAlt: "developer workspace clean desk setup"
|
||||
@@ -92,7 +93,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "React & TypeScript", description: "Building component-driven architectures with modern React patterns and type-safe code.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: ReactIcon, label: "React", value: "Advanced" },
|
||||
{ icon: Code, label: "React", value: "Advanced" },
|
||||
{ icon: FileCode, label: "TypeScript", value: "Advanced" },
|
||||
{ icon: Package, label: "State Management", value: "Proficient" }
|
||||
]
|
||||
@@ -114,7 +115,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Development Tools", description: "Proficient with modern development tooling and version control systems.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: GitBranch, label: "Git & GitHub", value: "Proficient" },
|
||||
{ icon: Layout, label: "Build Tools", value: "Proficient" },
|
||||
{ icon: Package, label: "Build Tools", value: "Proficient" },
|
||||
{ icon: Terminal, label: "Command Line", value: "Advanced" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user