This commit is contained in:
Aman Varshney
2025-04-14 21:45:28 +05:30
parent 8b03441909
commit 7f441ef670
268 changed files with 3513 additions and 3039 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion";
import { Check, ClipboardCopy, Terminal } from "lucide-react";
import { motion } from "motion/react";
import { useEffect, useRef, useState } from "react";
const CodeContainer = () => {

View File

@@ -1,5 +1,5 @@
import { motion } from "framer-motion";
import { Code, Sliders, Terminal, TerminalSquare } from "lucide-react";
import { motion } from "motion/react";
import StackArchitect from "./StackArchitech";
export default function CustomizableSection() {

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import { motion } from "framer-motion";
import { motion } from "motion/react";
import React, { useState } from "react";
interface TechItem {

View File

@@ -1,7 +1,7 @@
"use client";
import { motion } from "framer-motion";
import { ChevronLeft, ChevronRight } from "lucide-react";
import { motion } from "motion/react";
import { useEffect, useState } from "react";
import { Tweet } from "react-tweet";