Skip to content

Commit 887617e

Browse files
authored
Merge pull request #86 from SAMAHAN-Systems-Development/feature/39-AboutFourthSection
Feature/39 about fourth section
2 parents 635b305 + 90b68b4 commit 887617e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from 'react';
2+
3+
import AtTheGetGoCard from '@/components/ui/AboutPage/AboutFourthSection/AtTheGetGoCard';
4+
import ThisYearSamahanCard from '@/components/ui/AboutPage/AboutFourthSection/ThisYearSamahanCard';
5+
6+
const AboutFourthSection = () => {
7+
return (
8+
<>
9+
<div className="relative flex flex-col justify-start w-full gap-2 p-5">
10+
<ThisYearSamahanCard />
11+
<AtTheGetGoCard />
12+
</div>
13+
</>
14+
);
15+
};
16+
17+
export default AboutFourthSection;

0 commit comments

Comments
 (0)