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