diff --git a/src/components/landing/About.tsx b/src/components/landing/About.tsx
index 8fed833..d13580c 100644
--- a/src/components/landing/About.tsx
+++ b/src/components/landing/About.tsx
@@ -50,7 +50,6 @@ const About: React.FC = () => {
}, []);
return (
- // DO OVER FLOW CHANGE HERE
{
{/* Main line decorators - Desktop only */}
{
/>
{
{/* Blue decorative lines Group1 - Desktop only */}
- {/* Blue decorative lines Group2 - Desktop only */}
+ {/* Blue decorative lines AT TOP - Desktop only */}
-
+ /> */}
{/* Blue decorative lines Group3 - Desktop only */}
{
/>
{
) : (
// Mobile Main Line - Vertical line through the middle
<>
-
= ({ info, index }) => {
{isEven ? (
<>
-
+
{info.title}
-
+
{info.desc}
@@ -289,10 +281,10 @@ const AboutItem: React.FC = ({ info, index }) => {
-
+
{info.title}
-
+
{info.desc}
diff --git a/src/components/landing/Events.tsx b/src/components/landing/Events.tsx
index 8ae0cc5..91aa61b 100644
--- a/src/components/landing/Events.tsx
+++ b/src/components/landing/Events.tsx
@@ -34,14 +34,14 @@ const Events: React.FC = () => {
circleSize={8}
/>