almost all linking done exept underdevelopment pages or not developed
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user