Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, Brain, CheckCircle, Code, Database, Globe, Lightbulb, Mail, Palette, Sparkles, Users, Zap } from "lucide-react";
|
import { Award, Brain, CheckCircle, Code, Database, Globe, Lightbulb, Mail, Palette, Shield, Sparkles, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
|||||||
title: "E-Commerce Platform", description: "Built a full-stack marketplace with React, Node.js, and MongoDB. Features include product filtering, user authentication, and payment integration.", bentoComponent: "animated-bar-chart"
|
title: "E-Commerce Platform", description: "Built a full-stack marketplace with React, Node.js, and MongoDB. Features include product filtering, user authentication, and payment integration.", bentoComponent: "animated-bar-chart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "AI Task Manager", description: "Developed an intelligent task management app powered by machine learning. Includes predictive scheduling and smart prioritization algorithms.", bentoComponent: "3d-task-list", title: "AI Task Manager", items: [
|
title: "AI Task Manager", description: "Developed an intelligent task management app powered by machine learning. Includes predictive scheduling and smart prioritization algorithms.", bentoComponent: "3d-task-list", items: [
|
||||||
{ icon: CheckCircle, label: "Complete Project", time: "2 days" },
|
{ icon: CheckCircle, label: "Complete Project", time: "2 days" },
|
||||||
{ icon: Zap, label: "Learn React", time: "3 days" },
|
{ icon: Zap, label: "Learn React", time: "3 days" },
|
||||||
{ icon: Award, label: "Submit Portfolio", time: "1 day" }
|
{ icon: Award, label: "Submit Portfolio", time: "1 day" }
|
||||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
|||||||
title: "Design System", description: "Created a comprehensive component library and design system used across multiple projects. Includes documentation and accessibility guidelines.", bentoComponent: "orbiting-icons", centerIcon: Palette,
|
title: "Design System", description: "Created a comprehensive component library and design system used across multiple projects. Includes documentation and accessibility guidelines.", bentoComponent: "orbiting-icons", centerIcon: Palette,
|
||||||
items: [
|
items: [
|
||||||
{ icon: Zap, ring: 1 },
|
{ icon: Zap, ring: 1 },
|
||||||
{ icon: Users, ring: 1 },
|
{ icon: Shield, ring: 1 },
|
||||||
{ icon: Globe, ring: 2 },
|
{ icon: Globe, ring: 2 },
|
||||||
{ icon: Code, ring: 2 }
|
{ icon: Code, ring: 2 }
|
||||||
]
|
]
|
||||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "portrait professional headshot business person"
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "portrait professional headshot business person"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user