almost all linking done exept underdevelopment pages or not developed

This commit is contained in:
priyanshuvish
2025-07-22 16:14:11 +05:30
parent 5a3ef848f7
commit 07c8fe0b72
80 changed files with 13140 additions and 5842 deletions

View File

@@ -6,7 +6,7 @@ import { Button } from "../components/ui/button";
import { GridPattern } from "../components/GridPattern";
import { ImageWithFallback } from "../components/figma/ImageWithFallback";
import { navigateTo } from "../App";
// import tanamiImage from 'figma:asset/299b700a63c03206afc0281d0a16b76f903195f0.png';
import tanamiImage from "../src/images/tanami.webp";
const projectMetrics = [
{
@@ -171,11 +171,11 @@ export const TanamiProject = () => {
transition={{ duration: 0.8, delay: 0.2 }}
className="relative aspect-[4/3] overflow-hidden bg-muted/30 rounded-[10px] px-2"
>
{/* <ImageWithFallback
<ImageWithFallback
src={tanamiImage}
alt="Tanami Capital mobile app interface showing wallet balance, portfolio value, and investment tracking with financial market data visualization"
className="w-full h-full object-contain object-center rounded-[10px]"
/> */}
/>
</motion.div>
</div>
</div>