11// import React from "react";
22import Heading from "@/components/Heading/index" ;
3- import Stock1 from "@/assets/images/About/stockimage1.svg" ;
4- import Stock3 from "@/assets/images/About/stockimage3.svg" ;
53import Oval from "@/assets/images/About/oval.svg" ;
64import 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