diff --git a/src/app/freelancer/[id]/page.tsx b/src/app/freelancer/[id]/page.tsx new file mode 100644 index 0000000..a5593c5 --- /dev/null +++ b/src/app/freelancer/[id]/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import { Star, Briefcase, Award, Clock, MessageSquare } from "lucide-react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function FreelancerProfile() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index cc81758..8322a01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import { TrendingUp, CreditCard, MessageSquare, Bell, HelpCircle, FileText } fro import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; @@ -55,7 +54,7 @@ export default function LandingPage() { />
- +