image move to public folder

This commit is contained in:
priyanshuvish
2025-07-17 13:50:08 +05:30
parent 1a2a061c97
commit 2cc67e83cf
12 changed files with 10 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

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 clutchLogo from '../assets/images/clutch-logo.png'; import clutchLogo from '../public/images/clutch-logo.png';
import { useState, useEffect, useRef } from "react"; import { useState, useEffect, useRef } from "react";
import React from "react"; import React from "react";

View File

@@ -4,11 +4,11 @@ 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 '../assets/images/regroup.webp'; import regroupImage from '../public/images/regroup.webp';
import seezunImage from '../assets/images/seezun.webp'; import seezunImage from '../public/images/seezun.webp';
// import wokaImage from '../assets/images/woka.webp'; // import wokaImage from '../public/images/woka.webp';
import wokaAwardImage from '../assets/images/woka.webp'; import wokaAwardImage from '../public/images/woka.webp';
import tanamiImage from '@/assets/images/tanami.webp'; import tanamiImage from '../public/images/tanami.webp';
const featuredCaseStudy = { const featuredCaseStudy = {
title: "Woka", title: "Woka",

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 '../assets/images/mobile-app-banner.webp'; import heroMockupImage from '../public/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 "../assets/images/ranoutof.webp"; import ranoutofImage from "../public/images/ranoutof.webp";
import seezunImage from "../assets/images/seezun.webp"; import seezunImage from "../public/images/seezun.webp";
import wokaImage from "../assets/images/woka.webp"; import wokaImage from "../public/images/woka.webp";
// High-quality iOS development images // High-quality iOS development images
const swiftImage = const swiftImage =