diff --git a/src/components/ui/AboutPage/AboutFourthSection/AboutFourthSection.tsx b/src/components/ui/AboutPage/AboutFourthSection/AboutFourthSection.tsx new file mode 100644 index 00000000..299c1e5a --- /dev/null +++ b/src/components/ui/AboutPage/AboutFourthSection/AboutFourthSection.tsx @@ -0,0 +1,17 @@ +import React from 'react'; + +import AtTheGetGoCard from '@/components/ui/AboutPage/AboutFourthSection/AtTheGetGoCard'; +import ThisYearSamahanCard from '@/components/ui/AboutPage/AboutFourthSection/ThisYearSamahanCard'; + +const AboutFourthSection = () => { + return ( + <> +