Skip to content

Commit 986c2a1

Browse files
committed
About Text,Minor fix in Events
1 parent 7c25549 commit 986c2a1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/HeroSection.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { siteConfig } from "../config/navbarHero";
44
export default function HeroSection() {
55
return (
66
<section className="bg-white min-h-[400px] pt-[80px] sm:pt-[100px] md:pt-[120px] lg:pt-[130px] px-4 sm:px-6 md:px-10 lg:px-16 py-12 sm:py-16">
7-
<div className="max-w-[1600px] mx-auto flex flex-col md:flex-row items-center md:items-start justify-center md:justify-between">
7+
<div className="max-w-[1600px] mx-auto flex flex-col md:flex-row items-center md:items-start justify-center md:justify-between md:gap-x-12">
88
<div className="w-full max-w-[700px] px-2 md:px-0 space-y-4 text-center md:text-left">
99
<p
1010
className="text-xl sm:text-2xl md:text-3xl font-normal text-black leading-[120%]"
@@ -46,7 +46,7 @@ export default function HeroSection() {
4646
</div>
4747
</div>
4848

49-
<div className="w-full max-w-[500px] px-2 md:px-0 mt-10 md:mt-0">
49+
<div className="w-full max-w-[500px] px-2 md:px-0 mt-10 md:mt-0 ">
5050
<img
5151
src={siteConfig.hero.image}
5252
alt="ASME NIT Rourkela team members"

src/config/navbarHero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const siteConfig = {
1414
title: "We are",
1515
subtitle: "ASME NIT ROURKELA",
1616
description:
17-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitaeistique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
17+
"The ASME (American Society of Mechanical Engineers) NIT Rourkela Student Section is an official technical society under the Student Activity Centre (SAC) of NIT Rourkela. It serves as a vibrant platform for undergraduate students to enhance both technical and professional capabilities, preparing them for future industrial and corporate roles while aiming to bring laurels to the institute.",
1818
primaryButton: "Join Us",
1919
secondaryLink: "Learn More",
2020
image:

src/pages/events/Events.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Events = () => {
2828
};
2929

3030
return (
31-
<div className="px-4 md:px-12 py-8">
31+
<div className="px-8 md:px-12 py-8 mt-12">
3232
<div className="text-center">
3333
<h2 className="text-3xl font-bold text-[#0B2044]">
3434
Our Organised Events

0 commit comments

Comments
 (0)