Skip to content

Commit 023ccea

Browse files
committed
updating images needed
1 parent 2134243 commit 023ccea

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/assets/Manufacturing.webp

137 KB
Loading

src/assets/difdesign.webp

26.5 KB
Loading

src/components/home/BenefitsSection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22
import { Wind, Battery, Gauge, Activity, Leaf, Building2 } from 'lucide-react';
3+
import LCMImage from '../../assets/difdesign.webp';
34

45
interface BenefitCardProps {
56
icon: React.ReactNode;
@@ -102,7 +103,7 @@ const BenefitsSection: React.FC = () => {
102103
</div>
103104
<div className="bg-dark-800 border border-white/10 rounded-xl overflow-hidden">
104105
<img
105-
src="https://images.pexels.com/photos/3605329/pexels-photo-3605329.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
106+
src={LCMImage}
106107
alt="LCM Technology Closeup"
107108
className="w-full h-auto"
108109
/>

src/components/home/IntegrationSection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { ShieldCheck, Cpu, Cable, Car } from 'lucide-react';
33
import { scrollToContact } from '../../utils/navigation';
4+
import manufactIMG from '../../assets/Manufacturing.webp';
45

56
interface IntegrationFeatureProps {
67
icon: React.ReactNode;
@@ -67,7 +68,7 @@ const IntegrationSection: React.FC = () => {
6768
<div>
6869
<div className="bg-dark-800 border border-white/10 rounded-2xl overflow-hidden shadow-lg mb-6">
6970
<img
70-
src="https://images.pexels.com/photos/3822843/pexels-photo-3822843.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
71+
src={manufactIMG}
7172
alt="EV CAD Diagram with LCM"
7273
className="w-full h-auto"
7374
loading="lazy"

0 commit comments

Comments
 (0)