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,6 +6,7 @@ import { Button } from "../components/ui/button";
import { GridPattern } from "../components/GridPattern";
import { ImageWithFallback } from "../components/figma/ImageWithFallback";
import { navigateTo } from "../App";
import tradersCircuitImage from "../src/images/traders-circuit.webp";
const projectMetrics = [
{
@@ -171,7 +172,7 @@ export const TradersCircuitProject = () => {
className="relative aspect-[4/3] overflow-hidden bg-muted/30 rounded-[10px] px-2"
>
<ImageWithFallback
src="https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?w=800&h=600&fit=crop&crop=center"
src={tradersCircuitImage}
alt="TradersCircuit mobile app showcasing personalized investment dashboard with Indian market data and social trading features"
className="w-full h-full object-contain object-center rounded-[10px]"
/>