now move image folder in src

This commit is contained in:
priyanshuvish
2025-07-17 14:43:03 +05:30
parent 8c05505a26
commit aeca21032d
12 changed files with 15 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { motion, useAnimationControls } from "framer-motion"; import { motion, useAnimationControls } from "framer-motion";
import { Star } from "lucide-react"; import { Star } from "lucide-react";
import { ImageWithFallback } from "./figma/ImageWithFallback"; import { ImageWithFallback } from "./figma/ImageWithFallback";
// import /images/clutch-logo.png from '../public/images/clutch-logo.png'; import clutchLogo from '../src/images/clutch-logo.png';
import { useState, useEffect, useRef } from "react"; import { useState, useEffect, useRef } from "react";
import React from "react"; import React from "react";
@@ -379,7 +379,7 @@ const ClutchRating = () => {
{/* Clutch Logo */} {/* Clutch Logo */}
<div className="flex-shrink-0"> <div className="flex-shrink-0">
<ImageWithFallback <ImageWithFallback
src="/images/clutch-logo.png" src={clutchLogo}
alt="Clutch" alt="Clutch"
className="w-16 h-16 object-contain rounded-lg" className="w-16 h-16 object-contain rounded-lg"
/> />

View File

@@ -4,13 +4,18 @@ import { Button } from "./ui/button";
import { GridPattern } from "./GridPattern"; import { GridPattern } from "./GridPattern";
import { ImageWithFallback } from "./figma/ImageWithFallback"; import { ImageWithFallback } from "./figma/ImageWithFallback";
import { navigateTo } from "../App"; import { navigateTo } from "../App";
import regroupImage from '../src/images/regroup.webp';
import seezunImage from '../src/images/seezun.webp';
// import wokaImage from '../src/images/woka.webp';
import wokaAwardImage from '../src/images/woka.webp';
import tanamiImage from '../src/images/tanami.webp';
const featuredCaseStudy = { const featuredCaseStudy = {
title: "Woka", title: "Woka",
description: "Developed Woka as a vibrant platform where learning meets play. With a safe and fun environment to explore, learn, and grow effortlessly.", description: "Developed Woka as a vibrant platform where learning meets play. With a safe and fun environment to explore, learn, and grow effortlessly.",
achievement: "+300% User Retention", achievement: "+300% User Retention",
industryTags: ["Education", "Learning Platform"], industryTags: ["Education", "Learning Platform"],
image: "/images/woka.webp", image: wokaAwardImage,
metrics: [ metrics: [
{ label: "Active Users", value: "500K+" }, { label: "Active Users", value: "500K+" },
{ label: "User Retention", value: "+300%" }, { label: "User Retention", value: "+300%" },
@@ -24,21 +29,21 @@ const caseStudies = [
description: "Created Seezun as a dynamic customer-driven platform connecting buyers, sellers, and renters for a seamless marketplace that renders fashion accessible, sustainable, and affordable.", description: "Created Seezun as a dynamic customer-driven platform connecting buyers, sellers, and renters for a seamless marketplace that renders fashion accessible, sustainable, and affordable.",
achievement: "+85% Brand Recognition", achievement: "+85% Brand Recognition",
industryTags: ["Branding", "Fashion"], industryTags: ["Branding", "Fashion"],
image: "/images/seezun.webp", image: seezunImage
}, },
{ {
title: "Regroup", title: "Regroup",
description: "Built Regroup as a social platform that brings together passion, global connections, teamwork, and love for sports through a vibrant online community.", description: "Built Regroup as a social platform that brings together passion, global connections, teamwork, and love for sports through a vibrant online community.",
achievement: "+150% User Engagement", achievement: "+150% User Engagement",
industryTags: ["Social Media", "Digital Products"], industryTags: ["Social Media", "Digital Products"],
image: "/images/regroup.webp", image: regroupImage
}, },
{ {
title: "Tanami", title: "Tanami",
description: "Revolutionized Tanami Capital into a powerful, intuitive platform that streamlines portfolio management and empowers users to grow their wealth effortlessly.", description: "Revolutionized Tanami Capital into a powerful, intuitive platform that streamlines portfolio management and empowers users to grow their wealth effortlessly.",
achievement: "+200% Portfolio Growth", achievement: "+200% Portfolio Growth",
industryTags: ["FinTech", "Wealth Management"], industryTags: ["FinTech", "Wealth Management"],
image: "/images/tanami.webp", image: tanamiImage
} }
]; ];

View File

@@ -33,7 +33,7 @@ import { Badge } from "../components/ui/badge";
import { Button } from "../components/ui/button"; import { Button } from "../components/ui/button";
import { Card, CardContent } from "../components/ui/card"; import { Card, CardContent } from "../components/ui/card";
import { ShimmerButton } from "../components/ui/shimmer-button"; import { ShimmerButton } from "../components/ui/shimmer-button";
import heroMockupImage from '../public/images/mobile-app-banner.webp'; import heroMockupImage from '../src/images/mobile-app-banner.webp';
// Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENTS // Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENTS

View File

@@ -5,9 +5,9 @@ import { Navigation } from "../components/Navigation";
import { Badge } from "../components/ui/badge"; import { Badge } from "../components/ui/badge";
import { Card, CardContent } from "../components/ui/card"; import { Card, CardContent } from "../components/ui/card";
import { ShimmerButton } from "../components/ui/shimmer-button"; import { ShimmerButton } from "../components/ui/shimmer-button";
import ranoutofImage from "../public/images/ranoutof.webp"; import ranoutofImage from "../src/images/ranoutof.webp";
import seezunImage from "../public/images/seezun.webp"; import seezunImage from "../src/images/seezun.webp";
import wokaImage from "../public/images/woka.webp"; import wokaImage from "../src/images/woka.webp";
// High-quality iOS development images // High-quality iOS development images
const swiftImage = const swiftImage =

BIN
src/images/clutch-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
src/images/ranoutof.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

BIN
src/images/regroup.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

BIN
src/images/sd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
src/images/seezun.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
src/images/tanami.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
src/images/woka.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB