Skip to content

Commit 29b7ec2

Browse files
committed
Reapply "feat: add original images"
This reverts commit c00cf20.
1 parent c00cf20 commit 29b7ec2

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212

1313
<body>
14-
<div id="root" style="min-width: 100vw;"></div>
14+
<div id="root"></div>
1515
<script type="module" src="/src/main.jsx"></script>
1616
</body>
1717
</html>

src/pages/About/index.jsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// import React from "react";
22
import Heading from "@/components/Heading/index";
3-
import Stock1 from "@/assets/images/About/stockimage1.svg";
4-
import Stock3 from "@/assets/images/About/stockimage3.svg";
53
import Oval from "@/assets/images/About/oval.svg";
64
import PageTransition from "../../components/PageTransition";
75

@@ -10,7 +8,7 @@ function About() {
108
<PageTransition>
119
<div className="flex flex-col min-h-screen">
1210
{/* About Us Section */}
13-
<section className="bg-secondary-dark text-text-light py-12 px-4 md:px-8">
11+
<section className="bg-secondary-dark text-text-light py-8 px-4 md:px-8">
1412
<Heading
1513
text="ABOUT US"
1614
className="mb-8"
@@ -26,12 +24,12 @@ function About() {
2624
</p>
2725
<div className="flex flex-col md:flex-row justify-center gap-4">
2826
<img
29-
src={Stock1}
27+
src="/CodeX-Website/gallery/Laser Lock/ll4.jpg"
3028
alt="About Us 1"
3129
className="w-full md:w-1/2 max-w-md mx-auto rounded-2xl h-auto object-cover"
3230
/>
3331
<img
34-
src={Stock3}
32+
src="/CodeX-Website/gallery/Laser Lock/ll5.jpg"
3533
alt="About Us 2"
3634
className="w-full md:w-1/2 max-w-md mx-auto rounded-2xl h-auto object-cover"
3735
/>
@@ -94,12 +92,12 @@ function About() {
9492
</p>
9593
<div className="flex flex-col md:flex-row justify-center gap-8">
9694
<img
97-
src={Stock1}
95+
src="/CodeX-Website/gallery/Community Session/cs4.jpg"
9896
alt="What We Do 1"
9997
className="w-full md:w-1/2 max-w-md mx-auto rounded-lg h-auto object-cover"
10098
/>
10199
<img
102-
src={Stock3}
100+
src="/CodeX-Website/gallery/AIML SESSION/aiml2.jpg"
103101
alt="What We Do 2"
104102
className="w-full md:w-1/2 max-w-md mx-auto rounded-lg h-auto object-cover"
105103
/>

0 commit comments

Comments
 (0)