image move to public folder
|
Before Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 275 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 167 KiB |
@@ -1,7 +1,7 @@
|
||||
import { motion, useAnimationControls } from "framer-motion";
|
||||
import { Star } from "lucide-react";
|
||||
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 React from "react";
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ import { Button } from "./ui/button";
|
||||
import { GridPattern } from "./GridPattern";
|
||||
import { ImageWithFallback } from "./figma/ImageWithFallback";
|
||||
import { navigateTo } from "../App";
|
||||
import regroupImage from '../assets/images/regroup.webp';
|
||||
import seezunImage from '../assets/images/seezun.webp';
|
||||
// import wokaImage from '../assets/images/woka.webp';
|
||||
import wokaAwardImage from '../assets/images/woka.webp';
|
||||
import tanamiImage from '@/assets/images/tanami.webp';
|
||||
import regroupImage from '../public/images/regroup.webp';
|
||||
import seezunImage from '../public/images/seezun.webp';
|
||||
// import wokaImage from '../public/images/woka.webp';
|
||||
import wokaAwardImage from '../public/images/woka.webp';
|
||||
import tanamiImage from '../public/images/tanami.webp';
|
||||
|
||||
const featuredCaseStudy = {
|
||||
title: "Woka",
|
||||
|
||||
@@ -33,7 +33,7 @@ import { Badge } from "../components/ui/badge";
|
||||
import { Button } from "../components/ui/button";
|
||||
import { Card, CardContent } from "../components/ui/card";
|
||||
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
|
||||
|
||||
@@ -5,9 +5,9 @@ import { Navigation } from "../components/Navigation";
|
||||
import { Badge } from "../components/ui/badge";
|
||||
import { Card, CardContent } from "../components/ui/card";
|
||||
import { ShimmerButton } from "../components/ui/shimmer-button";
|
||||
import ranoutofImage from "../assets/images/ranoutof.webp";
|
||||
import seezunImage from "../assets/images/seezun.webp";
|
||||
import wokaImage from "../assets/images/woka.webp";
|
||||
import ranoutofImage from "../public/images/ranoutof.webp";
|
||||
import seezunImage from "../public/images/seezun.webp";
|
||||
import wokaImage from "../public/images/woka.webp";
|
||||
|
||||
// High-quality iOS development images
|
||||
const swiftImage =
|
||||
|
||||