File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ export default function AboutSection() {
2424 { /* Text Content */ }
2525 < div className = "w-full lg:w-1/2 space-y-8 text-center lg:text-left order-1 lg:order-2" >
2626 < div className = "space-y-6" >
27- < h2 className = "text-4xl md:text-5xl font-bold text-[#021640] dark:text-white leading-tight tracking-tight " >
27+ < h2 className = "text-4xl md:text-6xl font-extrabold text-[#021640] dark:text-white leading-tight tracking-wide " >
2828 { siteConfig . about . title }
2929 </ h2 >
30- < p className = "text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-2xl mx-auto lg:mx-0" >
30+ < p className = "text-[22px] md:text-2xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-2xl mx-auto lg:mx-0" >
3131 { siteConfig . about . description }
3232 </ p >
3333 </ div >
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ export default function Achievements() {
1010 { /* Header Section */ }
1111 < div className = "text-center mb-16" >
1212 < div className = "space-y-6" >
13- < h2 className = "text-4xl md:text-5xl font-bold dark:text-white text-[#021640] leading-tight tracking-tight" >
13+ < h2 className = "text-4xl md:text-5xl font-extrabold dark:text-white text-[#021640] leading-tight tracking-tight" >
1414 Our Achievements
1515 </ h2 >
16- < p className = "text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
16+ < p className = "text-lg md:text-2xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
1717 ASME NIT Rourkela excels in fostering innovation and leadership
1818 through workshops, competitions, and expert lectures. Recognized
1919 for achievements in events like the Student Design Challenge and
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const Footer = ({
8686 < li >
8787 < Link
8888 to = "/gallery"
89- className = "text-gray-300 hover:text-[#51B8F2] duration-200 text-sm sm:text-base inline-block hover:translate-x-1 transform transition-transform"
89+ className = "text-gray-300 hover:text-[#51B8F2] duration-200 font-extrabold text-sm sm:text-base inline-block hover:translate-x-1 transform transition-transform"
9090 >
9191 Gallery
9292 </ Link >
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ export default function GallerySection() {
2222 { /* Header Section */ }
2323 < div className = "text-center mb-16" >
2424 < div className = "space-y-6" >
25- < h2 className = "text-4xl sm:text-4xl md:text-5xl font-bold dark:text-white text-[#021640] leading-tight tracking-tight" >
25+ < h2 className = "text-4xl sm:text-4xl md:text-5xl font-extrabold dark:text-white text-[#021640] leading-tight tracking-tight" >
2626 Gallery
2727 </ h2 >
28- < p className = "text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
28+ < p className = "text-lg md:text-2xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
2929 Explore our vibrant moments captured through stunning visuals that
3030 showcase our activities, achievements, and memorable experiences.
3131 </ p >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Button from "./shared/Button";
22import { siteConfig } from "../config/navbarHero" ;
33
44import { useNavigate } from "react-router-dom" ;
5-
5+
66export default function HeroSection ( ) {
77 const navigate = useNavigate ( ) ;
88 const handleJoinUs = ( ) => {
@@ -28,10 +28,10 @@ export default function HeroSection() {
2828 < div className = "inline-block px-4 py-2 dark:text-gray-100 dark:bg-slate-800 bg-[#021640]/10 text-[#021640] rounded-full text-sm md:text-base font-medium tracking-wide uppercase mt-10" >
2929 { siteConfig . hero . title }
3030 </ div >
31- < h1 className = "text-5xl sm:text-5xl md:text-6xl lg:text-6xl font-bold dark:text-white text-[#021640] leading-tight tracking-tight " >
31+ < h1 className = "text-5xl sm:text-5xl md:text-7xl lg:text-8xl font-extrabold dark:text-white text-[#021640] leading-tight tracking-wide " >
3232 { siteConfig . hero . subtitle }
3333 </ h1 >
34- < p className = "text-xl md:text-[22px] dark:text-gray-300 text-gray-600 leading-relaxed md:leading-normal max-w-2xl mx-auto lg:mx-0" >
34+ < p className = "text-xl md:text-2xl dark:text-gray-300 text-gray-600 leading-relaxed md:leading-normal max-w-2xl mx-auto lg:mx-0" >
3535 { siteConfig . hero . description }
3636 </ p >
3737 </ div >
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ export default function MissionSection() {
2323 < div className = "relative z-10 max-w-7xl mx-auto px-6 lg:px-8" >
2424 { /* Section Header */ }
2525 < div className = "text-center mb-16" >
26- < h2 className = "text-4xl lg:text-5xl font-bold text-gray-900 dark:text-white mb-6 leading-tight" >
26+ < h2 className = "text-4xl lg:text-5xl font-extrabold text-gray-900 dark:text-white mb-6 leading-tight" >
2727 Driving Innovation Forward
2828 </ h2 >
29- < p className = "text-lg lg:text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed" >
29+ < p className = "text-[22px] lg:text-2xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed" >
3030 Discover the core values and principles that guide our engineering
3131 community toward innovation, collaboration, and excellence in
3232 technology.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const SponsorsSection = () => {
2020 < h2 className = "text-4xl md:text-5xl font-bold text-[#021640] dark:text-white leading-tight tracking-tight" >
2121 Our Trusted Partners
2222 </ h2 >
23- < p className = "text-xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
23+ < p className = "text-2xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
2424 Proudly supported by amazing organizations who believe in our
2525 mission and help us drive innovation forward.
2626 </ p >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const TeamSlider = () => {
8787 < h2 className = "text-4xl sm:text-4xl md:text-5xl font-bold dark:text-white text-[#021640] leading-tight tracking-tight" >
8888 Our Team
8989 </ h2 >
90- < p className = "text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
90+ < p className = "text-lg md:text-2xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-4xl mx-auto" >
9191 Meet our amazing team members who drive innovation and excellence
9292 in mechanical engineering through their dedication and expertise.
9393 </ p >
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ const Timeline = () => {
129129 >
130130 { /* Section Header */ }
131131 < div className = "text-center mb-16" >
132- < h2 className = "text-4xl dark:text-white md:text-5xl font-bold text-[#0B2044] mb-6" >
132+ < h2 className = "text-4xl dark:text-white md:text-5xl font-extrabold text-[#0B2044] mb-6" >
133133 Excellence Through Innovation
134134 </ h2 >
135- < p className = "text-lg md:text-xl dark:text-gray-300 text-gray-600 max-w-3xl mx-auto leading-relaxed" >
135+ < p className = "text-lg md:text-2xl dark:text-gray-300 text-gray-600 max-w-3xl mx-auto leading-relaxed" >
136136 Discover our remarkable journey of achievements spanning over a
137137 decade of engineering excellence, innovation, and competitive
138138 success in mechanical engineering challenges worldwide.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ const Applications = () => {
1414 { /* Header Section */ }
1515 < div className = "text-center mb-16 pt-8" >
1616 < div className = "space-y-6" >
17- < h1 className = "text-4xl sm:text-[42px] md:text-5xl font-bold dark:text-white text-[#021640] leading-tight tracking-tight" >
17+ < h1 className = "text-4xl sm:text-[42px] md:text-5xl font-extrabold dark:text-white text-[#021640] leading-tight tracking-tight" >
1818 Join Our Community
1919 </ h1 >
20- < p className = "text-lg md:text-xl dark:text-gray-300 text-gray-600 leading-relaxed max-w-4xl mx-auto" >
20+ < p className = "text-lg md:text-2xl dark:text-gray-300 text-gray-600 leading-relaxed max-w-4xl mx-auto" >
2121 Begin your journey with ASME NIT Rourkela and become part of a
2222 legacy of engineering excellence and innovation.
2323 </ p >
You can’t perform that action at this time.
0 commit comments